diff options
Diffstat (limited to 'src/mame/drivers/sh4robot.cpp')
-rw-r--r-- | src/mame/drivers/sh4robot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sh4robot.cpp b/src/mame/drivers/sh4robot.cpp index 8f524ef10c7..344edd2e13b 100644 --- a/src/mame/drivers/sh4robot.cpp +++ b/src/mame/drivers/sh4robot.cpp @@ -28,7 +28,7 @@ ****************************************************************************/ #include "emu.h" -#include "cpu/sh4/sh4.h" +#include "cpu/sh/sh4.h" class sh4robot_state : public driver_device { |