mirror of
https://github.com/holub/mame
synced 2025-05-05 05:53:05 +03:00
(MESS) Fixed validation. (nw)
This commit is contained in:
parent
20e9afdb96
commit
beff1ef9a0
@ -57,7 +57,7 @@ const rom_entry *abc_hdc_device::device_rom_region() const
|
||||
//-------------------------------------------------
|
||||
|
||||
static ADDRESS_MAP_START( abc_hdc_mem, AS_PROGRAM, 8, abc_hdc_device )
|
||||
AM_RANGE(0x0000, 0x0fff) AM_ROM AM_REGION(Z80_TAG, 0)
|
||||
AM_RANGE(0x0000, 0x0ff) AM_ROM AM_REGION(Z80_TAG, 0)
|
||||
ADDRESS_MAP_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user