runs code in 1M wram, cell arrange, decode (untested)
[picodrive.git] / Pico / cd / gfx_cd.h
index 32fab74..c610f9d 100644 (file)
@@ -28,6 +28,8 @@ typedef struct
        unsigned int YD;
        unsigned int XD_Mul;
        unsigned int H_Dot;
+
+       int pad[2];
 } Rot_Comp;
 
 
@@ -38,5 +40,7 @@ void gfx_cd_write(unsigned int a, unsigned int d);
 
 void gfx_cd_reset(void);
 
+void DmaSlowCell(unsigned int source, unsigned int a, int len, unsigned char inc);
+
 #endif // _GFX_CD_H