summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cv1k.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cv1k.c')
-rw-r--r--src/mame/drivers/cv1k.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/cv1k.c b/src/mame/drivers/cv1k.c
index b0045de328f..bb58730894f 100644
--- a/src/mame/drivers/cv1k.c
+++ b/src/mame/drivers/cv1k.c
@@ -847,7 +847,6 @@ DRIVER_INIT_MEMBER(cv1k_state,espgal2)
READ64_MEMBER( cv1k_state::mushitam_speedup_r )
{
-
if (m_maincpu->pc()== 0xc04a0da) m_maincpu->spin_until_time( attotime::from_usec(10)); // mushitam / mushitama
return m_ram[0x0022f0/8];
}