hpcdasm.cpp: Import some things to fix issue #4748 (nw)

This commit is contained in:
AJR 2019-03-10 19:36:37 -04:00
parent afd80b1a98
commit 831108f49c

View File

@ -16,6 +16,10 @@
#include "util/strformat.h"
#include <ctype.h>
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",