mirror of
https://github.com/simh/simh.git
synced 2026-04-15 08:01:30 +00:00
BESM6 and VAX: Cleanup for building on VMS
This commit is contained in:
@@ -56,7 +56,7 @@ uint32 BRSLRU;
|
||||
t_value RP[8];
|
||||
uint32 TLB[32];
|
||||
|
||||
unsigned iintr_data; /* protected page number or parity check location */
|
||||
uint32 iintr_data; /* protected page number or parity check location */
|
||||
|
||||
/* There were several hardwired configurations of registers
|
||||
* corresponding to up to 7 first words of the memory space, selected by
|
||||
|
||||
@@ -620,6 +620,7 @@ t_stat besm6_close_panel (UNIT *u, int32 val, char *cptr, void *desc)
|
||||
|
||||
t_stat besm6_show_panel (FILE *st, struct sim_unit *up, int32 v, void *dp)
|
||||
{
|
||||
return SCPE_NOTATT;
|
||||
}
|
||||
|
||||
void besm6_draw_panel (int force)
|
||||
|
||||
Reference in New Issue
Block a user