mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
tms57002: I hadn't yet understood some of the, err, subtleties of the memory subsystem [O. Galibert]
This commit is contained in:
parent
46757f3eb9
commit
cde8e14fb6
@ -17,7 +17,7 @@ const device_type TMS57002 = &device_creator<tms57002_device>;
|
||||
|
||||
// Can't use a DEVICE_ADDRESS_MAP, not yet anyway
|
||||
static ADDRESS_MAP_START(internal_pgm, AS_PROGRAM, 32, tms57002_device)
|
||||
AM_RANGE(0x000, 0x3ff) AM_RAM
|
||||
AM_RANGE(0x00, 0xff) AM_RAM
|
||||
ADDRESS_MAP_END
|
||||
|
||||
tms57002_device::tms57002_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
||||
|
Loading…
Reference in New Issue
Block a user