summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/unidasm.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-07-21 10:32:06 -0400
committer AJR <ajrhacker@users.noreply.github.com>2021-07-21 10:34:36 -0400
commitaf7bfe33245576fa9db1c2c8ae406c0792fefe66 (patch)
treee9b86af97490890699658f654cca907cf045551a /src/tools/unidasm.cpp
parent85857c86b583db8a71a930cceddd0fb88ef81bd0 (diff)
f2mc16: Rewrite disassembler
- Fix bug in CPU core advancing PC by one too many bytes when executing ADDL A, RLn
Diffstat (limited to 'src/tools/unidasm.cpp')
-rw-r--r--src/tools/unidasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/unidasm.cpp b/src/tools/unidasm.cpp
index b9fe1ce0539..14e7dbf2c6d 100644
--- a/src/tools/unidasm.cpp
+++ b/src/tools/unidasm.cpp
@@ -50,7 +50,7 @@ using util::BIT;
#include "cpu/e132xs/32xsdasm.h"
#include "cpu/es5510/es5510d.h"
#include "cpu/esrip/esripdsm.h"
-#include "cpu/f2mc16/f2mc16dasm.h"
+#include "cpu/f2mc16/f2mc16d.h"
#include "cpu/f8/f8dasm.h"
#include "cpu/fr/frdasm.h"
#include "cpu/g65816/g65816ds.h"