stat -> status; improve MDA register decoding; add MDA CRTC, register and mode enums

This commit is contained in:
starfrost013
2025-06-11 17:37:15 +01:00
parent dd6f7746a9
commit 317a5b7ade
16 changed files with 220 additions and 147 deletions

View File

@@ -30,7 +30,7 @@ typedef struct pcjr_s
uint8_t array[32];
int array_ff;
int memctrl;
uint8_t stat;
uint8_t status;
int addr_mode;
uint8_t *vram;
uint8_t *b8000;