X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico_int.h;h=bb8fde7554976e0db85fb81810b48af3ec9f6e85;hb=0219d379de3e8168a94dc4a5f220af04039868fd;hp=aa8e49717cdae7d3c216fe798fe11d87e1e4407b;hpb=8ad1d2adf2feb934a687025402ceed4689337fac;p=picodrive.git diff --git a/pico/pico_int.h b/pico/pico_int.h index aa8e497..bb8fde7 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -353,7 +353,7 @@ struct Pico unsigned short vsram[0x40]; // 0x22180 unsigned char *rom; // 0x22200 - unsigned int romsize; // 0x22204 + unsigned int romsize; // 0x22204 (on 32bits) struct PicoMisc m; struct PicoVideo video;