13 lines
280 B
C
Raw Normal View History

2023-01-07 02:15:21 -05:00
#include "vgabuf.h"
// Shadow copy of the Apple soft-switches
volatile uint32_t soft_switches = 0;
// The currently programmed character generator ROM for text mode
uint8_t character_rom[4096];
2023-01-07 02:15:21 -05:00
volatile uint8_t videx_crtc_reg;
volatile uint8_t terminal_switches;