1
0
mirror of https://github.com/simh/simh.git synced 2026-02-02 14:52:18 +00:00

VAX: Properly inline memory reference functions for performance. Fix #169

This commit is contained in:
Mark Pizzolato
2014-12-31 13:25:49 -08:00
committed by Leo Broukhis
parent bd50637b18
commit 8d11de76c1
26 changed files with 519 additions and 510 deletions

View File

@@ -149,9 +149,6 @@ int32 ka_mser = 0; /* KA630 mem sys err */
int32 ka_cear = 0; /* KA630 cpu err */
int32 ka_dear = 0; /* KA630 dma err */
static uint32 rom_delay = 0;
static const int32 insert[4] = {
0x00000000, 0x000000FF, 0x0000FFFF, 0x00FFFFFF
};
t_bool ka_diag_full = FALSE;
t_bool ka_hltenab = TRUE; /* Halt Enable / Autoboot flag */