mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
wmg: fixed defender
This commit is contained in:
parent
78d1ae6161
commit
fa289ee99a
@ -163,7 +163,7 @@ void wmg_state::wmg_banked_map(address_map &map)
|
||||
map(0x0b00, 0x0bff).r(FUNC(wmg_state::video_counter_r));
|
||||
map(0x0bff, 0x0bff).w(FUNC(wmg_state::watchdog_reset_w));
|
||||
map(0x0c00, 0x0fff).rw(FUNC(wmg_state::wmg_nvram_r), FUNC(wmg_state::wmg_nvram_w));
|
||||
map(0x1000, 0x4fff).rom().region("maincpu", 0x68000); // Defender roms
|
||||
map(0x1000, 0x4fff).rom().region("maincpu", 0x58000); // Defender roms
|
||||
// This one is actually banked in CPU 1, but its not something Mame can handle very well. Placed here instead. */
|
||||
map(0xd000, 0xefff).ram().share("nvram");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user