summaryrefslogtreecommitdiffstats
path: root/src/devices/cpu/m68000/m68kdasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m68000/m68kdasm.h')
-rw-r--r--src/devices/cpu/m68000/m68kdasm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/cpu/m68000/m68kdasm.h b/src/devices/cpu/m68000/m68kdasm.h
index b7e3f9de246..de6d70ae632 100644
--- a/src/devices/cpu/m68000/m68kdasm.h
+++ b/src/devices/cpu/m68000/m68kdasm.h
@@ -322,6 +322,7 @@ protected:
std::string d68000_negx_16();
std::string d68000_negx_32();
std::string d68000_nop();
+ std::string d68000_nophb();
std::string d68000_not_8();
std::string d68000_not_16();
std::string d68000_not_32();
@@ -373,6 +374,7 @@ protected:
std::string d68020_rtm();
std::string d68000_rtr();
std::string d68000_rts();
+ std::string d68000_rtshb();
std::string d68000_sbcd_rr();
std::string d68000_sbcd_mm();
std::string d68000_scc();