diff options
Diffstat (limited to 'src/mame/drivers/wc90.cpp')
-rw-r--r-- | src/mame/drivers/wc90.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wc90.cpp b/src/mame/drivers/wc90.cpp index 7fbe9ad84ea..91abd741384 100644 --- a/src/mame/drivers/wc90.cpp +++ b/src/mame/drivers/wc90.cpp @@ -58,7 +58,7 @@ Press one of the start buttons to exit. #include "cpu/z80/z80.h" #include "machine/watchdog.h" -#include "sound/ym2608.h" +#include "sound/ymopn.h" #include "screen.h" #include "speaker.h" |