From 403aeacfea9cbb9c20cb130c910a44222d554e79 Mon Sep 17 00:00:00 2001 From: hap Date: Wed, 26 Jun 2024 20:59:51 +0200 Subject: z80ndasm: fix compile issue --- src/devices/cpu/z80/z80ndasm.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/cpu/z80/z80ndasm.cpp b/src/devices/cpu/z80/z80ndasm.cpp index 402a682c427..ccf5be7ef98 100644 --- a/src/devices/cpu/z80/z80ndasm.cpp +++ b/src/devices/cpu/z80/z80ndasm.cpp @@ -5,6 +5,7 @@ * *****************************************************************************/ +#include "emu.h" #include "z80ndasm.h" const z80_disassembler::z80dasm z80n_disassembler::mnemonic_ed_n[256] = -- cgit v1.2.3