From 831108f49c6ca52c011f9f3a9f21d450d6cdea79 Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 10 Mar 2019 19:36:37 -0400 Subject: hpcdasm.cpp: Import some things to fix issue #4748 (nw) --- src/devices/cpu/hpc/hpcdasm.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/devices/cpu/hpc/hpcdasm.cpp b/src/devices/cpu/hpc/hpcdasm.cpp index 54cec15e627..86c575a826e 100644 --- a/src/devices/cpu/hpc/hpcdasm.cpp +++ b/src/devices/cpu/hpc/hpcdasm.cpp @@ -16,6 +16,10 @@ #include "util/strformat.h" #include +using osd::u32; +using util::BIT; +using offs_t = u32; + const char *const hpc16083_disassembler::s_regs[128] = { "psw", nullptr, "SP", "PC", "A", "K", "B", "X", -- cgit v1.2.3