summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vpoker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vpoker.cpp')
-rw-r--r--src/mame/drivers/vpoker.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/vpoker.cpp b/src/mame/drivers/vpoker.cpp
index 773d2548ccf..1a2686458fe 100644
--- a/src/mame/drivers/vpoker.cpp
+++ b/src/mame/drivers/vpoker.cpp
@@ -661,8 +661,7 @@ MACHINE_CONFIG_START(vpoker_state::vpoker)
/* sound hardware */
SPEAKER(config, "mono").front_center();
-// MCFG_DEVICE_ADD("aysnd", AY8910, 8000000/4 /* guess */)
-// MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.30)
+// AY8910(config, "aysnd", 8000000/4 /* guess */).add_route(ALL_OUTPUTS, "mono", 0.30);
MACHINE_CONFIG_END
/***************************************************************************