summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lg-dvd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lg-dvd.cpp')
-rw-r--r--src/mame/drivers/lg-dvd.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/lg-dvd.cpp b/src/mame/drivers/lg-dvd.cpp
index 8e252aeba3f..12ad3ad8799 100644
--- a/src/mame/drivers/lg-dvd.cpp
+++ b/src/mame/drivers/lg-dvd.cpp
@@ -18,6 +18,7 @@ public:
{ }
void lg(machine_config &config);
+ void lg_dvd_map(address_map &map);
protected:
required_device<i80c52_device> m_maincpu;
};
@@ -25,7 +26,7 @@ protected:
static INPUT_PORTS_START( lg )
INPUT_PORTS_END
-static ADDRESS_MAP_START( lg_dvd_map, AS_PROGRAM, 8, lg_dvd_state )
+ADDRESS_MAP_START(lg_dvd_state::lg_dvd_map)
AM_RANGE(0x0000, 0x7fff) AM_ROM AM_REGION("maincpu", 0)
ADDRESS_MAP_END