From: kub Date: Sat, 23 Oct 2021 11:35:29 +0000 (+0200) Subject: sms, improve save/load + gg compatibility X-Git-Tag: v2.00~451 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3039d6d8528c1e2eb4bba25902ea35d1673be535;p=picodrive.git sms, improve save/load + gg compatibility --- diff --git a/pico/pico_int.h b/pico/pico_int.h index e6019296..6000c331 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -348,7 +348,11 @@ struct PicoMS unsigned char io_ctl; unsigned char nmi_state; unsigned char mapper; - unsigned char pad[0x4d]; + unsigned char fm_ctl; + unsigned char vdp_buffer; + unsigned char vdp_hlatch; + unsigned char io_gg[0x08]; + unsigned char pad[0x42]; }; // emu state and data for the asm code