--- previous/src/dimension/dimension.c 2018/04/24 19:30:01 1.1 +++ previous/src/dimension/dimension.c 2018/04/24 19:31:30 1.1.1.2 @@ -8,7 +8,9 @@ #include "nd_nbic.h" #include "nd_sdl.h" -#if ENABLE_DIMENSION +Uint8 ND_ram[64*1024*1024]; +Uint8 ND_rom[128*1024]; +Uint8 ND_vram[4*1024*1024]; /* NeXTdimension board and slot memory */ #define ND_BOARD_SIZE 0x10000000 @@ -21,69 +23,7 @@ #define ND_NBIC_SPACE 0xFFFFFFE8 - -/* NeXTdimension slot memory access */ -Uint32 nd_slot_lget(Uint32 addr) { - addr |= ND_SLOT_BITS; - - if (addr