summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video
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/video
parent48aabf412269e49dca22546bb408d6e34a9c79b7 (diff)
use 'sh' instead of 'superh'
Diffstat (limited to 'src/mame/video')
-rw-r--r--src/mame/video/powervr2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/powervr2.cpp b/src/mame/video/powervr2.cpp
index 98176f84575..812f6c9ef02 100644
--- a/src/mame/video/powervr2.cpp
+++ b/src/mame/video/powervr2.cpp
@@ -8,7 +8,7 @@
#include "powervr2.h"
#include "includes/dc.h"
-#include "cpu/superh/sh4.h"
+#include "cpu/sh/sh4.h"
#include "video/rgbutil.h"
#include "rendutil.h"