summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/testconsole.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/testconsole.cpp')
-rw-r--r--src/mame/drivers/testconsole.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/testconsole.cpp b/src/mame/drivers/testconsole.cpp
index ffa8d403d34..41f65dba165 100644
--- a/src/mame/drivers/testconsole.cpp
+++ b/src/mame/drivers/testconsole.cpp
@@ -89,6 +89,8 @@ public:
}
void whousetc(machine_config &config);
+ void io_map(address_map &map);
+ void program_map(address_map &map);
protected:
virtual void machine_reset() override
{
@@ -100,7 +102,7 @@ protected:
};
-ADDRESS_MAP_START(program_map, AS_PROGRAM, 8, whouse_testcons_state)
+ADDRESS_MAP_START(whouse_testcons_state::program_map)
ADDRESS_MAP_UNMAP_HIGH
AM_RANGE(0x0000, 0x1fff) AM_ROM
AM_RANGE(0x2000, 0x2003) AM_DEVWRITE("dsp0", dl1416_device, bus_w)
@@ -115,7 +117,7 @@ ADDRESS_MAP_START(program_map, AS_PROGRAM, 8, whouse_testcons_state)
AM_RANGE(0x8803, 0x8803) AM_READ_PORT("row3")
ADDRESS_MAP_END
-ADDRESS_MAP_START(io_map, AS_IO, 8, whouse_testcons_state)
+ADDRESS_MAP_START(whouse_testcons_state::io_map)
ADDRESS_MAP_GLOBAL_MASK(0xff)
ADDRESS_MAP_UNMAP_HIGH
AM_RANGE(0x80, 0x87) AM_DEVREADWRITE("i8155", i8155_device, io_r, io_w)
nline' src='//www.gravatar.com/avatar/bbcb0219c527dae95ac613ab1bf0f8f0?s=13&d=retro' /> Robbbert2014-10-181-0/+2 * Added Sega UFO Catcher hardware driver. [hap, Yasuhiro] Michaël Banaan Ananas2014-10-151-0/+1 * GameKing skeleton + softlist [Porchy] David Haywood2014-10-131-0/+2 * Beatmania IIDX Twinkle hardware: The IDE DMA is now hooked up, but the sound ... smf-2014-10-121-0/+4 * (MESS) gamegear: added preliminary emulation of the Master Gear Adapter Fabio Priuli2014-10-121-0/+4 * (MESS) svision: handling sound IRQ via a device delegate allows Fabio Priuli2014-10-121-1/+2 * model3: New 3D renderer + various fixes (still heavily WIP) [Ville Linde] Ville Linde2014-10-121-1/+0 * given to another couple of sound devices their own include. nw. Fabio Priuli2014-10-111-2/+4 * given to a couple of sound devices their own include. nw. Fabio Priuli2014-10-111-2/+4 * (file rename) Michaël Banaan Ananas2014-10-111-2/+2 * so long, cartslot.c... you made a really great job, when we Fabio Priuli2014-10-111-2/+0 * Untangled gottlieb audio from the arcade driver, so it becomes available for ... Robbbert2014-10-111-0/+1 * untangle some drivers from st0016_state now that it's a device (nw) David Haywood2014-10-101-3/+2 * (MESS) dmv: added floppy softlist. [Sandro Ronco] Sandro Ronco2014-10-101-0/+2 * begin st0016 reorganization (nw) David Haywood2014-10-101-0/+2 * (MESS) converted vectrex and crvision to use slot devices for Fabio Priuli2014-10-101-0/+8 * gts80 : placeholders Robbbert2014-10-101-0/+2 * (MESS) vic20: Emulated the Final Expansion 3 cartridge (only RAM/FlashROM sup... Curt Coder2014-10-101-0/+2 * added 315-5296 device Michaël Banaan Ananas2014-10-091-0/+2 * (MESS) msx.c: Added support for DMK floppy images. [Wilbert Pol] Wilbert Pol2014-10-081-0/+2 * (MESS) intv: converted the driver to use slot devices for Fabio Priuli2014-10-081-0/+8 * gts80.c : placeholder Robbbert2014-10-071-0/+1 * (MESS) odyssey2: converted the driver to use slot devices for Fabio Priuli2014-10-071-0/+8 * upon reading datasheet further, it became obvious that uPD71054 == 82C54 Michaël Banaan Ananas2014-10-061-2/+0 * added upd71054_device, initial commit Michaël Banaan Ananas2014-10-061-0/+2 * some fuuki refactoring (nw) David Haywood2014-10-051-0/+2 * (MESS) wswan.c: converted to use slot devices for carts. [Fabio Priuli] Fabio Priuli2014-10-051-0/+4 * (MESS) sms.c: Added support for Sega Graphic Board input. (nw) Wilbert Pol2014-10-041-0/+2 * New games added or promoted from NOT_WORKING status R. Belmont2014-10-041-0/+2 * because I'm a Raidenoholic (nw) David Haywood2014-10-041-0/+1 * New NOT WORKING games added