summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/exidy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/exidy.cpp')
-rw-r--r--src/mame/audio/exidy.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/audio/exidy.cpp b/src/mame/audio/exidy.cpp
index ad8f4470ef2..c12df091648 100644
--- a/src/mame/audio/exidy.cpp
+++ b/src/mame/audio/exidy.cpp
@@ -726,7 +726,7 @@ void venture_sound_device::sound_stream_update(sound_stream &stream, stream_samp
-static ADDRESS_MAP_START( venture_audio_map, AS_PROGRAM, 8, venture_sound_device )
+ADDRESS_MAP_START(exidy_state::venture_audio_map)
ADDRESS_MAP_GLOBAL_MASK(0x7fff)
AM_RANGE(0x0000, 0x007f) AM_MIRROR(0x0780) AM_RAM
AM_RANGE(0x0800, 0x087f) AM_MIRROR(0x0780) AM_DEVREADWRITE("riot", riot6532_device, read, write)
@@ -806,13 +806,13 @@ READ8_MEMBER( venture_sound_device::mtrap_voiceio_r )
}
-static ADDRESS_MAP_START( cvsd_map, AS_PROGRAM, 8, venture_sound_device )
+ADDRESS_MAP_START(exidy_state::cvsd_map)
ADDRESS_MAP_GLOBAL_MASK(0x3fff)
AM_RANGE(0x0000, 0x3fff) AM_ROM
ADDRESS_MAP_END
-static ADDRESS_MAP_START( cvsd_iomap, AS_IO, 8, venture_sound_device )
+ADDRESS_MAP_START(exidy_state::cvsd_iomap)
ADDRESS_MAP_GLOBAL_MASK(0xff)
AM_RANGE(0x00, 0xff) AM_DEVREADWRITE("custom", venture_sound_device, mtrap_voiceio_r, mtrap_voiceio_w)
ADDRESS_MAP_END
@@ -980,7 +980,7 @@ void victory_sound_device::sound_stream_update(sound_stream &stream, stream_samp
-static ADDRESS_MAP_START( victory_audio_map, AS_PROGRAM, 8, venture_sound_device )
+ADDRESS_MAP_START(victory_state::victory_audio_map)
AM_RANGE(0x0000, 0x00ff) AM_MIRROR(0x0f00) AM_RAM
AM_RANGE(0x1000, 0x107f) AM_MIRROR(0x0f80) AM_DEVREADWRITE("riot", riot6532_device, read, write)
AM_RANGE(0x2000, 0x2003) AM_MIRROR(0x0ffc) AM_DEVREADWRITE("pia1", pia6821_device, read, write)