From 3039d6d8528c1e2eb4bba25902ea35d1673be535 Mon Sep 17 00:00:00 2001 From: kub Date: Sat, 23 Oct 2021 13:35:29 +0200 Subject: [PATCH] sms, improve save/load + gg compatibility --- pico/pico_int.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2