diff options
Diffstat (limited to 'src/emu/cpu/scmp/scmpdasm.c')
-rw-r--r-- | src/emu/cpu/scmp/scmpdasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/scmp/scmpdasm.c b/src/emu/cpu/scmp/scmpdasm.c index 2c685223fc9..86c7901c4fd 100644 --- a/src/emu/cpu/scmp/scmpdasm.c +++ b/src/emu/cpu/scmp/scmpdasm.c @@ -8,7 +8,7 @@ * *****************************************************************************/ -#include "cpuintrf.h" +#include "emu.h" #define OP(A) oprom[(A) - PC] #define ARG(A) opram[(A) - PC] |