bugfixes, CD swap, autorepeat
[picodrive.git] / Pico / PicoInt.h
index 2b802d7..e9f7e77 100644 (file)
@@ -142,7 +142,7 @@ struct PicoMisc
   char dirtyPal; // Is the palette dirty (1 - change @ this frame, 2 - some time before)\r
   unsigned char hardware; // Hardware value for country\r
   unsigned char pal; // 1=PAL 0=NTSC\r
-  unsigned char sram_reg; // SRAM mode register. bit0: allow read? bit1: deny write? bit2: EEPROM?\r
+  unsigned char sram_reg; // SRAM mode register. bit0: allow read? bit1: deny write? bit2: EEPROM? bit4: detected? (header or by access)\r
   unsigned short z80_bank68k;\r
   unsigned short z80_lastaddr; // this is for Z80 faking\r
   unsigned char  z80_fakeval;\r
@@ -151,7 +151,7 @@ struct PicoMisc
   unsigned short sram_addr;  // EEPROM address register\r
   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 prot_bytes[2]; // simple protection faking\r
   unsigned short dma_bytes;  //\r
   unsigned char pad[2];\r
   unsigned int  frame_count; // mainly for movies\r