diff options
Diffstat (limited to 'src/mame/drivers/gauntlet.cpp')
-rw-r--r-- | src/mame/drivers/gauntlet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gauntlet.cpp b/src/mame/drivers/gauntlet.cpp index 2436731958a..74f8ead74d5 100644 --- a/src/mame/drivers/gauntlet.cpp +++ b/src/mame/drivers/gauntlet.cpp @@ -125,7 +125,7 @@ #include "cpu/m6502/m6502.h" #include "machine/watchdog.h" #include "sound/tms5220.h" -#include "sound/2151intf.h" +#include "sound/ym2151.h" #include "sound/pokey.h" #include "includes/gauntlet.h" |