summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/jedi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/jedi.cpp')
-rw-r--r--src/mame/audio/jedi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/jedi.cpp b/src/mame/audio/jedi.cpp
index d912fc821a2..7b41e5f166b 100644
--- a/src/mame/audio/jedi.cpp
+++ b/src/mame/audio/jedi.cpp
@@ -163,7 +163,7 @@ WRITE8_MEMBER(jedi_state::speech_reset_w)
*
*************************************/
-static ADDRESS_MAP_START( audio_map, AS_PROGRAM, 8, jedi_state )
+ADDRESS_MAP_START(jedi_state::audio_map)
AM_RANGE(0x0000, 0x07ff) AM_RAM
AM_RANGE(0x0800, 0x080f) AM_MIRROR(0x07c0) AM_DEVREADWRITE("pokey1", pokey_device, read, write)
AM_RANGE(0x0810, 0x081f) AM_MIRROR(0x07c0) AM_DEVREADWRITE("pokey2", pokey_device, read, write)