mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
Not supposed to commit this ...
This commit is contained in:
parent
f5ce025515
commit
59326782b3
@ -913,13 +913,6 @@ void dsp_execute_program(address_space &dmaspace)
|
||||
|
||||
cycles_run++;
|
||||
|
||||
if(cycles_run > 10000)
|
||||
{
|
||||
opcode = 0x38000000;
|
||||
dsp_end(dmaspace);
|
||||
cont = 0;
|
||||
}
|
||||
|
||||
} while( cont );
|
||||
#if DEBUG_DSP
|
||||
dsp_dump_mem( log_file );
|
||||
|
Loading…
Reference in New Issue
Block a user