summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i8085/8085dasm.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2013-03-14 22:46:36 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2013-03-14 22:46:36 +0000
commit4903e189c00c01ea0ab7f9c1c2d90a76a7bd557c (patch)
treefb71c4e9d086e818080bf79426f5665ba194ab2a /src/emu/cpu/i8085/8085dasm.c
parent3031750386568a24d0fe940299368a33ed32c4f3 (diff)
Very preliminary LCD hook-up
Diffstat (limited to 'src/emu/cpu/i8085/8085dasm.c')
-rw-r--r--src/emu/cpu/i8085/8085dasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/i8085/8085dasm.c b/src/emu/cpu/i8085/8085dasm.c
index 9f84643415f..3e3b672e1f5 100644
--- a/src/emu/cpu/i8085/8085dasm.c
+++ b/src/emu/cpu/i8085/8085dasm.c
@@ -47,7 +47,7 @@
/* 8080/8085A mnemonics were more irritation than information
What would you guess "CP $3456" to mean? It's not compare,
but call if plus ... therefore: */
-//#define Z80_MNEMONICS
+#define Z80_MNEMONICS
#define OP(A) oprom[(A) - PC]
#define ARG(A) opram[(A) - PC]