summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bishi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bishi.cpp')
-rw-r--r--src/mame/drivers/bishi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bishi.cpp b/src/mame/drivers/bishi.cpp
index bb940bc6fcf..444e6f1fc24 100644
--- a/src/mame/drivers/bishi.cpp
+++ b/src/mame/drivers/bishi.cpp
@@ -144,7 +144,7 @@ READ16_MEMBER(bishi_state::bishi_K056832_rom_r)
return m_k056832->bishi_rom_word_r(space, ouroffs, mem_mask);
}
-static ADDRESS_MAP_START( main_map, AS_PROGRAM, 16, bishi_state )
+ADDRESS_MAP_START(bishi_state::main_map)
AM_RANGE(0x000000, 0x0fffff) AM_ROM
AM_RANGE(0x400000, 0x407fff) AM_RAM // Work RAM
AM_RANGE(0x800000, 0x800001) AM_READWRITE(control_r, control_w)