X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FPicoInt.h;h=42424524a26d40b7d11b84cb2f276e8eca0f6e29;hb=4f67228034eca76d85ff3e05571deb965e065791;hp=7d91df7bae688928cc1a10d476c45f9dbd246c67;hpb=cc68a136aa179a5f32fe40208371eb9c2b0aadae;p=picodrive.git diff --git a/Pico/PicoInt.h b/Pico/PicoInt.h index 7d91df7..4242452 100644 --- a/Pico/PicoInt.h +++ b/Pico/PicoInt.h @@ -123,7 +123,8 @@ struct PicoMisc unsigned char sram_cycle; // EEPROM SRAM cycle number unsigned char sram_slave; // EEPROM slave word for X24C02 and better SRAMs unsigned char prot_bytes[2]; // simple protection fakeing - unsigned char pad1[8]; + unsigned short dma_bytes; // + unsigned char pad1[6]; }; // some assembly stuff depend on these, do not touch!