summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dcon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dcon.cpp')
-rw-r--r--src/mame/drivers/dcon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dcon.cpp b/src/mame/drivers/dcon.cpp
index 71798146ad5..f3357542f13 100644
--- a/src/mame/drivers/dcon.cpp
+++ b/src/mame/drivers/dcon.cpp
@@ -60,8 +60,8 @@ static ADDRESS_MAP_START( dcon_map, AS_PROGRAM, 16, dcon_state )
ADDRESS_MAP_END
static ADDRESS_MAP_START( sdgndmps_map, AS_PROGRAM, 16, dcon_state )
- AM_RANGE(0xa0000, 0xa000d) AM_READ8(sdgndmps_sound_comms_r, 0x00ff)
AM_IMPORT_FROM(dcon_map)
+ AM_RANGE(0xa0000, 0xa000d) AM_READ8(sdgndmps_sound_comms_r, 0x00ff)
ADDRESS_MAP_END
/******************************************************************************/