trying to add movie support
[picodrive.git] / Pico / PicoInt.h
index 7d91df7..4242452 100644 (file)
@@ -123,7 +123,8 @@ struct PicoMisc
   unsigned char sram_cycle;  // EEPROM SRAM cycle number\r
   unsigned char sram_slave;  // EEPROM slave word for X24C02 and better SRAMs\r
   unsigned char prot_bytes[2]; // simple protection fakeing\r
-  unsigned char pad1[8];\r
+  unsigned short dma_bytes;  //\r
+  unsigned char pad1[6];\r
 };\r
 \r
 // some assembly stuff depend on these, do not touch!\r