summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z180/z180dd.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/z180/z180dd.hxx')
-rw-r--r--src/devices/cpu/z180/z180dd.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/cpu/z180/z180dd.hxx b/src/devices/cpu/z180/z180dd.hxx
index d73c9720cf3..2bee2a99d62 100644
--- a/src/devices/cpu/z180/z180dd.hxx
+++ b/src/devices/cpu/z180/z180dd.hxx
@@ -1,6 +1,7 @@
// license:BSD-3-Clause
// copyright-holders:Juergen Buchmueller
-OP(illegal,1) {
+OP(illegal,1)
+{
logerror("Z180 '%s' ill. opcode $%02x $%02x\n",
tag(), m_copcodes.read_byte((_PCD-1)&0xffff), m_copcodes.read_byte(_PCD));
}