summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-11-05 16:50:52 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-11-05 16:50:52 +0000
commit49452d94736bd4725cd3bfedcfb4953b5a5acfb4 (patch)
tree22d3b20e2980f83048ee5f7f3dd4eda2e9b37c5f /src
parent94233e688d8f1244d9c0353663b129ddc73b7afc (diff)
Oops, didn't mean to check in the digdug hack for perfect interleave.
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/galaga.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/galaga.c b/src/mame/drivers/galaga.c
index 22b0619209f..12df6ab05e3 100644
--- a/src/mame/drivers/galaga.c
+++ b/src/mame/drivers/galaga.c
@@ -899,8 +899,6 @@ static MACHINE_RESET( digdug )
{
int i;
-cpu_boost_interleave(machine, attotime_zero, ATTOTIME_IN_SEC(1000));
-
/* Reset all latches */
for (i = 0;i < 8;i++)
bosco_latch_w(machine,i,0);