mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-30 18:09:31 +02:00
32x: mode2 draw, debug, poll detection
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@783 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
|
||||
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
|
||||
|
||||
static int sh2_icount;
|
||||
int sh2_icount;
|
||||
SH2 *sh2;
|
||||
|
||||
#if 0
|
||||
|
||||
@@ -50,6 +50,8 @@ typedef struct
|
||||
int is_slave;
|
||||
} SH2;
|
||||
|
||||
extern int sh2_icount;
|
||||
|
||||
void sh2_init(SH2 *sh2);
|
||||
void sh2_reset(SH2 *sh2);
|
||||
int sh2_execute(SH2 *sh2_, int cycles);
|
||||
|
||||
Reference in New Issue
Block a user