summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/harriet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/harriet.cpp')
-rw-r--r--src/mame/drivers/harriet.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/harriet.cpp b/src/mame/drivers/harriet.cpp
index eb720140ee2..6ad1fec992a 100644
--- a/src/mame/drivers/harriet.cpp
+++ b/src/mame/drivers/harriet.cpp
@@ -41,6 +41,7 @@ public:
void kbd_put(u8 data);
void harriet(machine_config &config);
+ void harriet_map(address_map &map);
protected:
// driver_device overrides
virtual void machine_start() override;
@@ -108,7 +109,7 @@ READ8_MEMBER(harriet_state::keyboard_status_r)
return res;
}
-static ADDRESS_MAP_START( harriet_map, AS_PROGRAM, 16, harriet_state )
+ADDRESS_MAP_START(harriet_state::harriet_map)
AM_RANGE(0x000000, 0x007fff) AM_ROM
AM_RANGE(0x040000, 0x040fff) AM_RAM // NVRAM
AM_RANGE(0x7f0000, 0x7fffff) AM_RAM // todo: boundaries, 0x7fe000 - 0x7fffff tested on boot