summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2026-03-08 10:45:13 +0100
committer Olivier Galibert <galibert@pobox.com>2026-03-08 10:45:13 +0100
commit68c7bc9c4574212a26ffd66b6ac9ceef9c45cd3a (patch)
tree1d9083bc6a547b3c7178f7a60392896b3eab0e63 /src
parent4eeba32954f1f8c411d45670be3ab1543f7a28bb (diff)
Missing emu.h
Diffstat (limited to 'src')
-rw-r--r--src/devices/cpu/sh/sh7709s.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/sh/sh7709s.cpp b/src/devices/cpu/sh/sh7709s.cpp
index a2cdb2d622a..0d453ac76f9 100644
--- a/src/devices/cpu/sh/sh7709s.cpp
+++ b/src/devices/cpu/sh/sh7709s.cpp
@@ -18,6 +18,7 @@
// Writeback timing for certain operations should also overlap in some cases
// If the CPU supports critical word first the instruction that takes the miss should be able to start as soon as that address is read in from memory even if there are further words to be read
+#include "emu.h"
#include "sh7709s.h"
#include "sh3comn.h"
#include "sh4comn.h"