summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kissproto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/kissproto.cpp')
-rw-r--r--src/mame/drivers/kissproto.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/kissproto.cpp b/src/mame/drivers/kissproto.cpp
index e6e0029b86e..6a9bf6f39da 100644
--- a/src/mame/drivers/kissproto.cpp
+++ b/src/mame/drivers/kissproto.cpp
@@ -33,9 +33,10 @@ public:
};
-ADDRESS_MAP_START(kissp_state::kissp_map)
- AM_RANGE(0x0000, 0x0fff) AM_NOP
-ADDRESS_MAP_END
+void kissp_state::kissp_map(address_map &map)
+{
+ map(0x0000, 0x0fff).noprw();
+}
static INPUT_PORTS_START( kissp )
INPUT_PORTS_END