summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/ucom4/ucom4d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/ucom4/ucom4d.h')
-rw-r--r--src/devices/cpu/ucom4/ucom4d.h21
1 files changed, 4 insertions, 17 deletions
diff --git a/src/devices/cpu/ucom4/ucom4d.h b/src/devices/cpu/ucom4/ucom4d.h
index 6992c3d710d..fc0263f8497 100644
--- a/src/devices/cpu/ucom4/ucom4d.h
+++ b/src/devices/cpu/ucom4/ucom4d.h
@@ -6,9 +6,8 @@
*/
-
-#ifndef MAME_CPU_UCOM4_UCOM4DASM_H
-#define MAME_CPU_UCOM4_UCOM4DASM_H
+#ifndef MAME_CPU_UCOM4_UCOM4D_H
+#define MAME_CPU_UCOM4_UCOM4D_H
#pragma once
@@ -25,23 +24,11 @@ public:
virtual offs_t disassemble(std::ostream &stream, offs_t pc, const data_buffer &opcodes, const data_buffer &params) override;
private:
- enum e_mnemonics
- {
- mLI, mL, mLM, mLDI, mLDZ, mS, mTAL, mTLA,
- mX, mXI, mXD, mXM, mXMI, mXMD, mAD, mADC, mADS, mDAA, mDAS,
- mEXL, mCLA, mCMA, mCIA, mCLC, mSTC, mTC, mINC, mDEC, mIND, mDED,
- mRMB, mSMB, mREB, mSEB, mRPB, mSPB, mJMP, mJCP, mJPA, mCAL, mCZP, mRT, mRTS,
- mCI, mCM, mCMB, mTAB, mCLI, mTMB, mTPA, mTPB,
- mTIT, mIA, mIP, mOE, mOP, mOCD, mNOP,
- mILL,
- mTAW, mTAZ, mTHX, mTLY, mXAW, mXAZ, mXHR, mXHX, mXLS, mXLY, mXC,
- mSFB, mRFB, mFBT, mFBF, mRAR, mINM, mDEM, mSTM, mTTM, mEI, mDI
- };
-
+ enum e_mnemonics : unsigned;
static const char *const s_mnemonics[];
static const u8 s_bits[];
static const u32 s_flags[];
static const u8 ucom4_mnemonic[0x100];
};
-#endif
+#endif // MAME_CPU_UCOM4_UCOM4D_H