diff options
Diffstat (limited to 'src/mame/drivers/bishi.cpp')
-rw-r--r-- | src/mame/drivers/bishi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bishi.cpp b/src/mame/drivers/bishi.cpp index 5c555d3cab6..0b0fbe9aed7 100644 --- a/src/mame/drivers/bishi.cpp +++ b/src/mame/drivers/bishi.cpp @@ -474,7 +474,7 @@ MACHINE_CONFIG_START(bishi_state::bishi) K054338(config, m_k054338, 0); // FP 201404: any reason why this is not connected to the k055555 below? - MCFG_K055555_ADD("k055555") + K055555(config, m_k055555, 0); /* sound hardware */ SPEAKER(config, "lspeaker").front_left(); |