X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FPicoInt.h;h=8f328ea8ed00d9f66239097eb6e34b715408e388;hb=c459aefdad169c97b6fb93a20c1219a76aa07505;hp=dd1d417ff0b87346578e2fcb2be6614cab97d7e5;hpb=312e9ce192d49b4bea2f8a7e3cd2eb91a860564f;p=picodrive.git diff --git a/Pico/PicoInt.h b/Pico/PicoInt.h index dd1d417..8f328ea 100644 --- a/Pico/PicoInt.h +++ b/Pico/PicoInt.h @@ -162,6 +162,14 @@ struct PicoSRAM #include "cd/cd_sys.h" #include "cd/LC89510.h" +struct mcd_misc +{ + unsigned short hint_vector; + unsigned char busreq; + unsigned char pad0; + +}; + typedef struct { unsigned char bios[0x20000]; @@ -171,10 +179,10 @@ typedef struct }; unsigned char word_ram[0x40000]; unsigned char s68k_regs[0x200]; - unsigned char m68k_regs[0x10]; CDD cdd; CDC cdc; _scd scd; + struct mcd_misc m; } mcd_state; #define Pico_mcd ((mcd_state *)Pico.rom)