Allow PCjr FDC to be disabled

This commit is contained in:
Jasmine Iwanek
2025-09-22 00:22:32 -04:00
parent ec7f6ca760
commit cee8fa0ae4
3 changed files with 14 additions and 3 deletions

View File

@@ -66,6 +66,9 @@ typedef struct pcjr_s {
int serial_pos;
uint8_t pa;
uint8_t pb;
uint8_t option_fdc;
pc_timer_t send_delay_timer;
} pcjr_t;