summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/svi318.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-04-17 08:30:36 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-04-17 08:30:36 +0000
commit5d8cdfb2e55fe1f6d5fa50af34226b1b0d73a9ca (patch)
tree258368d589d6cca18b52607c0c7b7a9f90a259f4 /src/mess/drivers/svi318.c
parent521b0c7c86836dcb844412bc173b8030e0be4905 (diff)
(MESS) cassette cleanup (nw)
Diffstat (limited to 'src/mess/drivers/svi318.c')
-rw-r--r--src/mess/drivers/svi318.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mess/drivers/svi318.c b/src/mess/drivers/svi318.c
index 8b1c30a7995..e8fd2681b1b 100644
--- a/src/mess/drivers/svi318.c
+++ b/src/mess/drivers/svi318.c
@@ -330,7 +330,7 @@ static MACHINE_CONFIG_START( svi318, svi318_state )
MCFG_SPEAKER_STANDARD_MONO("mono")
MCFG_SOUND_ADD("dac", DAC, 0)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
- MCFG_SOUND_WAVE_ADD(WAVE_TAG, CASSETTE_TAG)
+ MCFG_SOUND_WAVE_ADD(WAVE_TAG, "cassette")
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
MCFG_SOUND_ADD("ay8910", AY8910, 1789773)
MCFG_SOUND_CONFIG(svi318_ay8910_interface)
@@ -339,7 +339,7 @@ static MACHINE_CONFIG_START( svi318, svi318_state )
/* printer */
MCFG_CENTRONICS_PRINTER_ADD("centronics", standard_centronics)
- MCFG_CASSETTE_ADD( CASSETTE_TAG, svi318_cassette_interface )
+ MCFG_CASSETTE_ADD( "cassette", svi318_cassette_interface )
MCFG_FD1793_ADD("wd179x", svi_wd17xx_interface )
@@ -459,7 +459,7 @@ static MACHINE_CONFIG_START( svi328_806, svi318_state )
MCFG_SPEAKER_STANDARD_MONO("mono")
MCFG_SOUND_ADD("dac", DAC, 0)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
- MCFG_SOUND_WAVE_ADD(WAVE_TAG, CASSETTE_TAG)
+ MCFG_SOUND_WAVE_ADD(WAVE_TAG, "cassette")
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
MCFG_SOUND_ADD("ay8910", AY8910, 1789773)
MCFG_SOUND_CONFIG(svi318_ay8910_interface)
@@ -468,7 +468,7 @@ static MACHINE_CONFIG_START( svi328_806, svi318_state )
/* printer */
MCFG_CENTRONICS_PRINTER_ADD("centronics", standard_centronics)
- MCFG_CASSETTE_ADD( CASSETTE_TAG, svi318_cassette_interface )
+ MCFG_CASSETTE_ADD( "cassette", svi318_cassette_interface )
MCFG_FD1793_ADD("wd179x", svi_wd17xx_interface )