trying to add movie support

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@3 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2006-12-21 22:55:45 +00:00
parent cc68a136aa
commit 4f67228034
6 changed files with 215 additions and 107 deletions

View file

@ -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!