summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pgmprot1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pgmprot1.c')
-rw-r--r--src/mame/machine/pgmprot1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pgmprot1.c b/src/mame/machine/pgmprot1.c
index 18b78b05748..6c9766d26c7 100644
--- a/src/mame/machine/pgmprot1.c
+++ b/src/mame/machine/pgmprot1.c
@@ -1018,7 +1018,7 @@ void command_handler_kov(pgm_arm_type1_state *state, int pc)
default:
state->m_valueresponse = 0x880000;
-// logerror("Unknown ASIC27 command: %2.2x data: %4.4x\n", (data ^ state->m_valuekey) & 0xff, state->m_value0);
+// logerror("Unknown ASIC27 command: %2.2x data: %4.4x\n", (data ^ state->m_valuekey) & 0xff, state->m_value0);
break;
}
}