mirror of
https://github.com/holub/mame
synced 2025-10-06 00:54:22 +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++;
|
cycles_run++;
|
||||||
|
|
||||||
if(cycles_run > 10000)
|
|
||||||
{
|
|
||||||
opcode = 0x38000000;
|
|
||||||
dsp_end(dmaspace);
|
|
||||||
cont = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
} while( cont );
|
} while( cont );
|
||||||
#if DEBUG_DSP
|
#if DEBUG_DSP
|
||||||
dsp_dump_mem( log_file );
|
dsp_dump_mem( log_file );
|
||||||
|
Loading…
Reference in New Issue
Block a user