1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 12:02:14 +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

@@ -233,9 +233,6 @@ int32 ssc_adsm[2] = { 0 }; /* addr strobes */
int32 ssc_adsk[2] = { 0 };
int32 cdg_dat[CDASIZE >> 2]; /* cache data */
static uint32 rom_delay = 0;
static const int32 insert[4] = {
0x00000000, 0x000000FF, 0x0000FFFF, 0x00FFFFFF
};
t_stat rom_ex (t_value *vptr, t_addr exta, UNIT *uptr, int32 sw);
t_stat rom_dep (t_value val, t_addr exta, UNIT *uptr, int32 sw);