tms57002: I hadn't yet understood some of the, err, subtleties of the memory subsystem [O. Galibert]

This commit is contained in:
Olivier Galibert 2016-06-21 20:00:26 +02:00
parent 46757f3eb9
commit cde8e14fb6

View File

@ -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)