mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
idle loop hack, psp bugfix, plat debug str
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@566 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
a7efb231fe
commit
fcf94fcc20
10 changed files with 39 additions and 15 deletions
|
@ -262,6 +262,10 @@ typedef signed int s32;
|
|||
goto famec_Exec;
|
||||
#endif
|
||||
|
||||
#define RET0() \
|
||||
m68kcontext.io_cycle_counter = -6; \
|
||||
goto famec_End;
|
||||
|
||||
#else
|
||||
|
||||
#define NEXT \
|
||||
|
@ -274,6 +278,10 @@ typedef signed int s32;
|
|||
m68kcontext.io_cycle_counter -= (A); \
|
||||
return;
|
||||
|
||||
#define RET0() \
|
||||
m68kcontext.io_cycle_counter = -6; \
|
||||
return;
|
||||
|
||||
#endif
|
||||
|
||||
#define M68K_PPL (m68kcontext.sr >> 8) & 7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue