summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pgmprot_igs027a_type3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pgmprot_igs027a_type3.c')
-rw-r--r--src/mame/machine/pgmprot_igs027a_type3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pgmprot_igs027a_type3.c b/src/mame/machine/pgmprot_igs027a_type3.c
index 05e5ea448ce..73a2c2272b3 100644
--- a/src/mame/machine/pgmprot_igs027a_type3.c
+++ b/src/mame/machine/pgmprot_igs027a_type3.c
@@ -243,7 +243,7 @@ READ32_MEMBER(pgm_arm_type3_state::killbldp_speedup_r )
{
int pc = space.device().safe_pc();
if (pc == 0x7d8) space.device().execute().eat_cycles(500);
- //else printf("killbldp_speedup_r %08x\n", pc);
+ //else printf("killbldp_speedup_r %08x\n", pc);
return m_arm_ram2[0x00c/4];
}