diff options
Diffstat (limited to 'src/mame/drivers/battlnts.cpp')
-rw-r--r-- | src/mame/drivers/battlnts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/battlnts.cpp b/src/mame/drivers/battlnts.cpp index 70c68f3507d..6c9e6523158 100644 --- a/src/mame/drivers/battlnts.cpp +++ b/src/mame/drivers/battlnts.cpp @@ -20,7 +20,7 @@ #include "cpu/z80/z80.h" #include "machine/gen_latch.h" #include "machine/watchdog.h" -#include "sound/ym3812.h" +#include "sound/ymopl.h" #include "screen.h" #include "speaker.h" |