summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/scv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/scv.cpp')
-rw-r--r--src/mame/drivers/scv.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/scv.cpp b/src/mame/drivers/scv.cpp
index 7b37ec97988..863cd0ffb85 100644
--- a/src/mame/drivers/scv.cpp
+++ b/src/mame/drivers/scv.cpp
@@ -45,6 +45,7 @@ public:
void scv(machine_config &config);
void scv_pal(machine_config &config);
+ void scv_mem(address_map &map);
protected:
enum
{
@@ -69,7 +70,7 @@ protected:
};
-static ADDRESS_MAP_START( scv_mem, AS_PROGRAM, 8, scv_state )
+ADDRESS_MAP_START(scv_state::scv_mem)
AM_RANGE( 0x0000, 0x0fff ) AM_ROM // BIOS
AM_RANGE( 0x2000, 0x3403 ) AM_RAM AM_SHARE("videoram") // VRAM + 4 registers