summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/seibu/cabal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/seibu/cabal.cpp')
-rw-r--r--src/mame/seibu/cabal.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/seibu/cabal.cpp b/src/mame/seibu/cabal.cpp
index 1fb4b0da968..5c13e2be143 100644
--- a/src/mame/seibu/cabal.cpp
+++ b/src/mame/seibu/cabal.cpp
@@ -165,6 +165,8 @@ Notes:
#include "emu.h"
+#include "sei80bu.h"
+
#include "seibusound.h"
#include "cpu/m68000/m68000.h"
@@ -853,7 +855,7 @@ void cabal_state::cabal(machine_config &config)
m_audiocpu->set_addrmap(AS_OPCODES, &cabal_state::sound_decrypted_opcodes_map);
m_audiocpu->set_irq_acknowledge_callback("seibu_sound", FUNC(seibu_sound_device::im0_vector_cb));
- SEI80BU(config, "sei80bu", 0).set_device_rom_tag("audiocpu");
+ SEI80BU(config, "sei80bu", XTAL(3'579'545)).set_device_rom_tag("audiocpu");
// video hardware
screen_device &screen(SCREEN(config, "screen", SCREEN_TYPE_RASTER));