summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cninja.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cninja.cpp')
-rw-r--r--src/mame/drivers/cninja.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/cninja.cpp b/src/mame/drivers/cninja.cpp
index abdbb6d596b..ef1ad01b8b6 100644
--- a/src/mame/drivers/cninja.cpp
+++ b/src/mame/drivers/cninja.cpp
@@ -48,9 +48,9 @@ Note about version levels using Mutant Fighter as the example:
#include "cpu/z80/z80.h"
#include "cpu/m68000/m68000.h"
#include "machine/decocrpt.h"
-#include "sound/2203intf.h"
-#include "sound/ym2151.h"
#include "sound/okim6295.h"
+#include "sound/ym2151.h"
+#include "sound/ym2203.h"
#include "speaker.h"
/**********************************************************************************/