This commit is contained in:
David Haywood 2016-11-20 20:02:58 +00:00
parent 6413615b0f
commit f3632b07f3

View File

@ -741,7 +741,7 @@ void aristmk5_state::machine_reset()
uint8_t *PRG;// = memregion("prg_code")->base(); uint8_t *PRG;// = memregion("prg_code")->base();
int i; int i;
uint8_t op_mode; uint8_t op_mode;
static const char *const rom_region[] = { "set_chip_4.04", "set_chip_4.4", "clear_chip", "game_prg" }; static const char *const rom_region[] = { "set_4.04.09", "set_4.04.00", "set_4.02.04", "game_prg" };
op_mode = ioport("ROM_LOAD")->read(); op_mode = ioport("ROM_LOAD")->read();
@ -754,6 +754,7 @@ void aristmk5_state::machine_reset()
} }
} }
#if 0 #if 0
#define NVRAM_SIZE 256 #define NVRAM_SIZE 256
#define NVRAM_PAGE_SIZE 0 /* max size of one write request */ #define NVRAM_PAGE_SIZE 0 /* max size of one write request */