summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/segag80r.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/segag80r.cpp')
-rw-r--r--src/mame/audio/segag80r.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/audio/segag80r.cpp b/src/mame/audio/segag80r.cpp
index adc354b9d7b..f32e5f5bc94 100644
--- a/src/mame/audio/segag80r.cpp
+++ b/src/mame/audio/segag80r.cpp
@@ -231,7 +231,7 @@ static const char *const astrob_sample_names[] =
};
-MACHINE_CONFIG_START( astrob_sound_board )
+MACHINE_CONFIG_START(segag80r_state::astrob_sound_board)
/* sound hardware */
MCFG_SOUND_ADD("samples", SAMPLES, 0)
@@ -418,7 +418,7 @@ static const char *const sega005_sample_names[] =
};
-MACHINE_CONFIG_START( 005_sound_board )
+MACHINE_CONFIG_START(segag80r_state::sega005_sound_board)
MCFG_DEVICE_ADD("ppi8255", I8255A, 0)
MCFG_I8255_OUT_PORTA_CB(WRITE8(segag80r_state, sega005_sound_a_w))
@@ -580,7 +580,7 @@ static const char *const spaceod_sample_names[] =
};
-MACHINE_CONFIG_START( spaceod_sound_board )
+MACHINE_CONFIG_START(segag80r_state::spaceod_sound_board)
/* sound hardware */
@@ -678,7 +678,7 @@ static const char *const monsterb_sample_names[] =
*
*************************************/
-MACHINE_CONFIG_START( monsterb_sound_board )
+MACHINE_CONFIG_START(segag80r_state::monsterb_sound_board)
MCFG_DEVICE_ADD("ppi8255", I8255A, 0)
MCFG_I8255_OUT_PORTA_CB(WRITE8(segag80r_state, monsterb_sound_a_w))
MCFG_I8255_OUT_PORTB_CB(WRITE8(segag80r_state, monsterb_sound_b_w))