mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
fb01: ram address mirror, see MT7451 (nw)
This commit is contained in:
parent
a4b143dc81
commit
1a498297b5
@ -70,7 +70,7 @@ private:
|
||||
void fb01_state::fb01_mem(address_map &map)
|
||||
{
|
||||
map(0x0000, 0x7fff).rom();
|
||||
map(0x8000, 0xbfff).ram().share("nvram"); // 2 * 8KB S-RAM
|
||||
map(0x8000, 0xbfff).mirror(0x4000).ram().share("nvram"); // 2 * 8KB S-RAM
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user