summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/comquest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/comquest.cpp')
-rw-r--r--src/mame/drivers/comquest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/comquest.cpp b/src/mame/drivers/comquest.cpp
index 5be79af688d..0e9ec13ae20 100644
--- a/src/mame/drivers/comquest.cpp
+++ b/src/mame/drivers/comquest.cpp
@@ -62,7 +62,7 @@ WRITE8_MEMBER(comquest_state::comquest_write)
}
#endif
-static ADDRESS_MAP_START( comquest_mem , AS_PROGRAM, 8, comquest_state )
+ADDRESS_MAP_START(comquest_state::comquest_mem)
// { 0x0000, 0x7fff, SMH_BANK(1) },
AM_RANGE(0x0000, 0xfff) AM_ROM
ADDRESS_MAP_END