mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
Needs some RAM, too (nw)
This commit is contained in:
parent
b5e6db0652
commit
59892fae0f
@ -1668,6 +1668,7 @@ MACHINE_CONFIG_END
|
||||
|
||||
static ADDRESS_MAP_START( polhemus_map, AS_PROGRAM, 16, model1_state )
|
||||
ADDRESS_MAP_GLOBAL_MASK(0xfffff)
|
||||
AM_RANGE(0x00000, 0x03fff) AM_RAM
|
||||
AM_RANGE(0xf8000, 0xfffff) AM_ROM AM_REGION("polhemus", 0)
|
||||
ADDRESS_MAP_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user