diff options
Diffstat (limited to 'src/mame/drivers/hideseek.cpp')
-rw-r--r-- | src/mame/drivers/hideseek.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hideseek.cpp b/src/mame/drivers/hideseek.cpp index 461f574774b..0ab3d531085 100644 --- a/src/mame/drivers/hideseek.cpp +++ b/src/mame/drivers/hideseek.cpp @@ -27,7 +27,7 @@ Other stuff: NEC D4992 (RTC?) and xtal possibly 32.768kHz, 3V coin battery, 93L4 #include "emu.h" -#include "cpu/superh/sh2.h" +#include "cpu/sh/sh2.h" #include "screen.h" #include "speaker.h" |