mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
32x drc functional on ARM, random adjustments
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@824 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
274f95a9a9
commit
553c3eaa3a
12 changed files with 86 additions and 63 deletions
|
@ -1,12 +1,5 @@
|
|||
#include <stdarg.h>
|
||||
|
||||
#if (DRC_DEBUG & 1)
|
||||
#define COUNT_OP \
|
||||
host_insn_count++
|
||||
#else
|
||||
#define COUNT_OP
|
||||
#endif
|
||||
|
||||
enum { xAX = 0, xCX, xDX, xBX, xSP, xBP, xSI, xDI };
|
||||
|
||||
#define CONTEXT_REG xBP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue