cd: delay gfx ops again

This commit is contained in:
notaz 2013-09-09 02:59:44 +03:00
parent 15b5b52505
commit 87650acd75
3 changed files with 51 additions and 28 deletions

View file

@ -20,12 +20,14 @@ typedef struct
unsigned int Draw_Speed;
unsigned int YD;
int pad[10];
unsigned int y_step;
int pad[9];
} Rot_Comp;
PICO_INTERNAL_ASM unsigned int gfx_cd_read(unsigned int a);
PICO_INTERNAL_ASM void gfx_cd_write16(unsigned int a, unsigned int d);
void gfx_cd_update(unsigned int cycles);
PICO_INTERNAL void gfx_cd_reset(void);