diff options
Diffstat (limited to 'src/mame/drivers/spy.cpp')
-rw-r--r-- | src/mame/drivers/spy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/spy.cpp b/src/mame/drivers/spy.cpp index 8098c63308f..83376a86ccb 100644 --- a/src/mame/drivers/spy.cpp +++ b/src/mame/drivers/spy.cpp @@ -27,7 +27,7 @@ #include "cpu/z80/z80.h" #include "machine/gen_latch.h" #include "machine/watchdog.h" -#include "sound/ym3812.h" +#include "sound/ymopl.h" #include "speaker.h" |