partial gmv implementation
[picodrive.git] / Pico / PicoInt.h
index 4242452..dd1d417 100644 (file)
@@ -124,7 +124,8 @@ struct PicoMisc
   unsigned char sram_slave;  // EEPROM slave word for X24C02 and better SRAMs\r
   unsigned char prot_bytes[2]; // simple protection fakeing\r
   unsigned short dma_bytes;  //\r
-  unsigned char pad1[6];\r
+  unsigned char pad[2];\r
+  unsigned int  frame_count; // mainly for movies\r
 };\r
 \r
 // some assembly stuff depend on these, do not touch!\r
@@ -209,6 +210,7 @@ void PicoWriteCD32(unsigned int a, unsigned int d);
 extern struct Pico Pico;\r
 extern struct PicoSRAM SRam;\r
 extern int emustatus;\r
+int CheckDMA(void);\r
 \r
 // cd/Pico.c\r
 int  PicoInitMCD(void);\r