summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/gblaster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/gblaster.cpp')
-rw-r--r--src/devices/bus/isa/gblaster.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/gblaster.cpp b/src/devices/bus/isa/gblaster.cpp
index 59cafbd1226..af1e830ead5 100644
--- a/src/devices/bus/isa/gblaster.cpp
+++ b/src/devices/bus/isa/gblaster.cpp
@@ -20,7 +20,7 @@
jumperable? normally 0x220
*/
-static MACHINE_CONFIG_FRAGMENT( game_blaster_config )
+static MACHINE_CONFIG_START( game_blaster_config )
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
MCFG_SAA1099_ADD("saa1099.1", 7159090)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 0.50)