summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/white_mod.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/white_mod.cpp')
-rw-r--r--src/mame/drivers/white_mod.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/white_mod.cpp b/src/mame/drivers/white_mod.cpp
index 4cb4e61f28e..be641c81839 100644
--- a/src/mame/drivers/white_mod.cpp
+++ b/src/mame/drivers/white_mod.cpp
@@ -30,9 +30,10 @@ public:
};
-ADDRESS_MAP_START(whitestar_mod_state::whitestar_mod_map)
- AM_RANGE(0x0000, 0xffff) AM_NOP
-ADDRESS_MAP_END
+void whitestar_mod_state::whitestar_mod_map(address_map &map)
+{
+ map(0x0000, 0xffff).noprw();
+}
static INPUT_PORTS_START( whitestar_mod )
INPUT_PORTS_END