summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/psikyosh.cpp
diff options
context:
space:
mode:
author David Haywood <davidhaywood@users.noreply.github.com>2017-10-02 19:47:35 +0100
committer David Haywood <davidhaywood@users.noreply.github.com>2017-10-02 19:47:35 +0100
commitc0ee79f3db1d019c74cd199a99398bb5a04065c5 (patch)
tree6f329845f63f85efe3471222d7bfa07982f88a62 /src/mame/drivers/psikyosh.cpp
parent48aabf412269e49dca22546bb408d6e34a9c79b7 (diff)
use 'sh' instead of 'superh'
Diffstat (limited to 'src/mame/drivers/psikyosh.cpp')
-rw-r--r--src/mame/drivers/psikyosh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/psikyosh.cpp b/src/mame/drivers/psikyosh.cpp
index ad1ebcbf3db..9dab45a6c38 100644
--- a/src/mame/drivers/psikyosh.cpp
+++ b/src/mame/drivers/psikyosh.cpp
@@ -276,7 +276,7 @@ Notes:
#include "emu.h"
#include "includes/psikyosh.h"
-#include "cpu/superh/sh2.h"
+#include "cpu/sh/sh2.h"
#include "machine/eepromser.h"
#include "machine/watchdog.h"
#include "sound/ymf278b.h"