summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galaxy.cpp')
-rw-r--r--src/mame/drivers/galaxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/galaxy.cpp b/src/mame/drivers/galaxy.cpp
index 2fe5eb55e4f..6104a88ac9d 100644
--- a/src/mame/drivers/galaxy.cpp
+++ b/src/mame/drivers/galaxy.cpp
@@ -242,7 +242,7 @@ MACHINE_CONFIG_START(galaxy_state::galaxyp)
/* sound hardware */
SPEAKER(config, "mono").front_center();
- MCFG_DEVICE_ADD("ay8910", AY8910, XTAL/4) // FIXME: really no output routes for this AY?
+ AY8910(config, "ay8910", XTAL/4); // FIXME: really no output routes for this AY?
WAVE(config, "wave", "cassette").add_route(ALL_OUTPUTS, "mono", 0.25);
MCFG_CASSETTE_ADD( "cassette" )