Oops, didn't mean to check in the digdug hack for perfect interleave.

This commit is contained in:
Aaron Giles 2008-11-05 16:50:52 +00:00
parent 94233e688d
commit 49452d9473

View File

@ -899,8 +899,6 @@ static MACHINE_RESET( digdug )
{ {
int i; int i;
cpu_boost_interleave(machine, attotime_zero, ATTOTIME_IN_SEC(1000));
/* Reset all latches */ /* Reset all latches */
for (i = 0;i < 8;i++) for (i = 0;i < 8;i++)
bosco_latch_w(machine,i,0); bosco_latch_w(machine,i,0);