summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/splash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/splash.cpp')
-rw-r--r--src/mame/drivers/splash.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/splash.cpp b/src/mame/drivers/splash.cpp
index f00ae2a8c49..f5be982e578 100644
--- a/src/mame/drivers/splash.cpp
+++ b/src/mame/drivers/splash.cpp
@@ -50,8 +50,8 @@ More notes about Funny Strip protection issues at the bottom of source file (ini
#include "cpu/z80/z80.h"
#include "cpu/m68000/m68000.h"
-#include "sound/ym2203.h"
-#include "sound/ym3812.h"
+#include "sound/ymopn.h"
+#include "sound/ymopl.h"
#include "screen.h"
#include "speaker.h"