mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
chsuper.cpp: Fix validation (nw)
This commit is contained in:
parent
7c5bf64d9a
commit
a0f43cfa03
@ -217,7 +217,7 @@ void chsuper_state::chsuper_prg_map(address_map &map)
|
||||
map(0x00000, 0x0efff).rom();
|
||||
map(0x00000, 0x01fff).w(FUNC(chsuper_state::chsuper_vram_w));
|
||||
map(0x0f000, 0x0ffff).ram().region("maincpu", 0xf000);
|
||||
map(0xfb000, 0xfbfff).ram().share("nvram");
|
||||
map(0x7b000, 0x7bfff).ram().share("nvram");
|
||||
}
|
||||
|
||||
// AM_RANGE(0xaff8, 0xaff8) AM_DEVWRITE_MODERN("oki", okim6295_device, write)
|
||||
|
Loading…
Reference in New Issue
Block a user