Previous 199869 Revisions Next

r20762 Wednesday 6th February, 2013 at 05:54:14 UTC by Angelo Salese
Not supposed to commit this ...
[src/mame/machine]scudsp.c

trunk/src/mame/machine/scudsp.c
r20761r20762
913913
914914      cycles_run++;
915915
916      if(cycles_run > 10000)
917      {
918         opcode = 0x38000000;
919         dsp_end(dmaspace);
920         cont = 0;
921      }
922
923916   } while( cont );
924917#if DEBUG_DSP
925918   dsp_dump_mem( log_file );

Previous 199869 Revisions Next


© 1997-2024 The MAME Team