mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
hpcdasm.cpp: Import some things to fix issue #4748 (nw)
This commit is contained in:
parent
afd80b1a98
commit
831108f49c
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user