mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x: drc: first implementation finished, no more interpreter dep
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@832 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
4b315c210a
commit
f0d7b1faa1
11 changed files with 397 additions and 161 deletions
|
@ -116,7 +116,7 @@
|
|||
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
|
||||
|
||||
//int sh2_icount;
|
||||
SH2 *sh2;
|
||||
//SH2 *sh2;
|
||||
|
||||
#if 0
|
||||
INLINE UINT8 RB(offs_t A)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue