mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
(nw)
This commit is contained in:
parent
6413615b0f
commit
f3632b07f3
@ -741,7 +741,7 @@ void aristmk5_state::machine_reset()
|
||||
uint8_t *PRG;// = memregion("prg_code")->base();
|
||||
int i;
|
||||
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();
|
||||
|
||||
@ -754,6 +754,7 @@ void aristmk5_state::machine_reset()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
#define NVRAM_SIZE 256
|
||||
#define NVRAM_PAGE_SIZE 0 /* max size of one write request */
|
||||
|
Loading…
Reference in New Issue
Block a user