mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
svp: convert asm to ual / apple gas
This commit is contained in:
parent
34e7fb0ba5
commit
f3fe3e5ba2
4 changed files with 37 additions and 40 deletions
|
@ -1880,7 +1880,7 @@ void ssp1601_dyn_run(int cycles)
|
|||
ssp_translate_block(DUMP_BLOCK >> 1);
|
||||
#endif
|
||||
#ifdef __arm__
|
||||
ssp_drc_entry(cycles);
|
||||
ssp_drc_entry(ssp, cycles);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue