summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z80/z80dasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/z80/z80dasm.cpp')
-rw-r--r--src/devices/cpu/z80/z80dasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/z80/z80dasm.cpp b/src/devices/cpu/z80/z80dasm.cpp
index ebb965db26e..a65ea623e3f 100644
--- a/src/devices/cpu/z80/z80dasm.cpp
+++ b/src/devices/cpu/z80/z80dasm.cpp
@@ -420,7 +420,7 @@ CPU_DISASSEMBLE( z80 )
char *dst;
INT8 offset = 0;
UINT8 op, op1 = 0;
- UINT16 ea = 0;
+ UINT16 ea;
int pos = 0;
ixy = "oops!!";