mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
up to 32k ROM, nw
This commit is contained in:
parent
6d72000598
commit
5682ce30cf
@ -20,7 +20,8 @@ const device_type UPD7752 = &device_creator<upd7752_device>;
|
||||
|
||||
/* TODO: unknown exact size */
|
||||
static ADDRESS_MAP_START( upd7752_ram, AS_0, 8, upd7752_device )
|
||||
AM_RANGE(0x00000, 0xffff) AM_RAM
|
||||
// AM_RANGE(0x0000, 0x7fff) AM_ROM
|
||||
AM_RANGE(0x0000, 0xffff) AM_RAM
|
||||
ADDRESS_MAP_END
|
||||
|
||||
//**************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user