summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2022-06-15 16:57:55 +0200
committer hap <happppp@users.noreply.github.com>2022-06-15 16:58:06 +0200
commit92cde07a35b9d5cd24b5ac0dbf9c5f5e8313a51a (patch)
treeab2d0edbaac255f2739be4113a36f56522b0e997 /src/mame/machine
parent03bd5fd363d8984f65f50b2a5878bfd01e24bf64 (diff)
New clones marked as NOT_WORKING
-------------------------------- TV Game 8080 [anonymous, Jay Gallagher]
Diffstat (limited to 'src/mame/machine')
-rw-r--r--src/mame/machine/igs022.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/machine/igs022.cpp b/src/mame/machine/igs022.cpp
index 7340e4eef84..8f6a4291d61 100644
--- a/src/mame/machine/igs022.cpp
+++ b/src/mame/machine/igs022.cpp
@@ -341,6 +341,7 @@ void igs022_device::handle_command_6d()
const u32 res = data1 + data2;
write_reg(dst, res);
+
if (VERBOSE & LOG_CMD_6D)
util::stream_format(stream, "ADD [%04x] = [%04x] + [%04x] (%08x)\n", dst, src1, src2, res);
break;