summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/maygaysw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/maygaysw.cpp')
-rw-r--r--src/mame/drivers/maygaysw.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/maygaysw.cpp b/src/mame/drivers/maygaysw.cpp
index bef0db0f8d5..3ca68e2b38f 100644
--- a/src/mame/drivers/maygaysw.cpp
+++ b/src/mame/drivers/maygaysw.cpp
@@ -110,11 +110,12 @@ public:
m_maincpu(*this, "maincpu") { }
required_device<cpu_device> m_maincpu;
void maygayew(machine_config &config);
+ void maygayew_map(address_map &map);
};
-static ADDRESS_MAP_START( maygayew_map, AS_PROGRAM, 16, maygayew_state )
+ADDRESS_MAP_START(maygayew_state::maygayew_map)
AM_RANGE(0x000000, 0x03ffff) AM_ROM AM_REGION("mainrom",0)
AM_RANGE(0x100000, 0x13ffff) AM_ROM AM_REGION("mainrom",0)
AM_RANGE(0x200000, 0x23ffff) AM_ROM AM_REGION("mainrom",0)