summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/brkthru.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/brkthru.cpp')
-rw-r--r--src/mame/drivers/brkthru.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/brkthru.cpp b/src/mame/drivers/brkthru.cpp
index 34b101126db..a6c1ba5ec55 100644
--- a/src/mame/drivers/brkthru.cpp
+++ b/src/mame/drivers/brkthru.cpp
@@ -145,8 +145,8 @@ buttons down after the game has started then pressing F3 to reset the game.
#include "includes/brkthru.h"
#include "cpu/m6809/m6809.h"
-#include "sound/2203intf.h"
#include "sound/3526intf.h"
+#include "sound/ym2203.h"
#include "screen.h"
#include "speaker.h"