1
0
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:
Mark Pizzolato
2015-02-12 12:32:39 -08:00
parent 3dce4e1210
commit 9accae5905
9 changed files with 63 additions and 16 deletions

View File

@@ -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

View File

@@ -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)