summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rd100.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rd100.cpp')
-rw-r--r--src/mame/drivers/rd100.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/rd100.cpp b/src/mame/drivers/rd100.cpp
index a9924bfc18a..21ad378c454 100644
--- a/src/mame/drivers/rd100.cpp
+++ b/src/mame/drivers/rd100.cpp
@@ -37,12 +37,13 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
void rd100(machine_config &config);
+ void mem_map(address_map &map);
private:
required_device<cpu_device> m_maincpu;
};
-static ADDRESS_MAP_START( mem_map, AS_PROGRAM, 8, rd100_state )
+ADDRESS_MAP_START(rd100_state::mem_map)
ADDRESS_MAP_UNMAP_HIGH
AM_RANGE(0x0000, 0x7fff) AM_RAM
//AM_RANGE(0x8608, 0x860f) AM_DEVREADWRITE("timer", ptm6840_device, read, write)