summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2024-06-26 20:59:51 +0200
committer hap <happppp@users.noreply.github.com>2024-06-26 21:00:39 +0200
commit403aeacfea9cbb9c20cb130c910a44222d554e79 (patch)
tree2b0de37c806871803977d17b69ab176ca0e2a69d
parent312e45364e48319b606ce7810888d5971d5b5720 (diff)
z80ndasm: fix compile issue
-rw-r--r--src/devices/cpu/z80/z80ndasm.cpp1
1 files changed, 1 insertions, 0 deletions
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] =