summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/esqasr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/esqasr.cpp')
-rw-r--r--src/mame/drivers/esqasr.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/esqasr.cpp b/src/mame/drivers/esqasr.cpp
index 3ed482cf3a4..fcaa4a8924f 100644
--- a/src/mame/drivers/esqasr.cpp
+++ b/src/mame/drivers/esqasr.cpp
@@ -69,18 +69,20 @@ public:
DECLARE_READ16_MEMBER(esq5506_read_adc);
void asrx(machine_config &config);
void asr(machine_config &config);
+ void asr_map(address_map &map);
+ void asrx_map(address_map &map);
};
void esqasr_state::machine_reset()
{
}
-static ADDRESS_MAP_START( asr_map, AS_PROGRAM, 16, esqasr_state )
+ADDRESS_MAP_START(esqasr_state::asr_map)
AM_RANGE(0x000000, 0x0fffff) AM_ROM AM_REGION("maincpu", 0)
AM_RANGE(0xf00000, 0xffffff) AM_RAM
ADDRESS_MAP_END
-static ADDRESS_MAP_START( asrx_map, AS_PROGRAM, 32, esqasr_state )
+ADDRESS_MAP_START(esqasr_state::asrx_map)
AM_RANGE(0x00000000, 0x000fffff) AM_ROM AM_REGION("maincpu", 0)
AM_RANGE(0x08000000, 0x081fffff) AM_RAM
AM_RANGE(0x0be00000, 0x0befffff) AM_RAM