Previous 199869 Revisions Next

r26187 Friday 15th November, 2013 at 20:52:48 UTC by Mike Naberezny
(MESS) hardbox: Fixed RAM size. [Martin Hoffmann-Vetter, Mike Naberezny]
[src/emu/bus/ieee488]hardbox.c

trunk/src/emu/bus/ieee488/hardbox.c
r26186r26187
103103//-------------------------------------------------
104104
105105static ADDRESS_MAP_START( hardbox_mem, AS_PROGRAM, 8, hardbox_device )
106   AM_RANGE(0x0000, 0xdfff) AM_RAM
106   AM_RANGE(0x0000, 0x3fff) AM_RAM
107107   AM_RANGE(0xe000, 0xffff) AM_ROM AM_REGION(Z80_TAG, 0)
108108ADDRESS_MAP_END
109109

Previous 199869 Revisions Next


© 1997-2024 The MAME Team