summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fb01.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fb01.cpp')
-rw-r--r--src/mame/drivers/fb01.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/fb01.cpp b/src/mame/drivers/fb01.cpp
index 9eb6095e118..30ceae0127d 100644
--- a/src/mame/drivers/fb01.cpp
+++ b/src/mame/drivers/fb01.cpp
@@ -218,7 +218,7 @@ void fb01_state::fb01(machine_config &config)
SPEAKER(config, "lspeaker").front_left();
SPEAKER(config, "rspeaker").front_right();
- ym2151_device &ym2164(YM2151(config, "ym2164", XTAL(4'000'000)));
+ ym2164_device &ym2164(YM2164(config, "ym2164", XTAL(4'000'000)));
ym2164.irq_handler().set(FUNC(fb01_state::ym2164_irq_w));
ym2164.add_route(0, "lspeaker", 1.00);
ym2164.add_route(1, "rspeaker", 1.00);