mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
Oops, didn't mean to check in the digdug hack for perfect interleave.
This commit is contained in:
parent
94233e688d
commit
49452d9473
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user