public SpeccyBasicProgram() { currentFont = FontA; AutoClear = false; FPS = 60; beeper = new SpeccyBeeper(); ayPlayer = new SpeccyMIDI(); }
protected void SwapFont() { if (currentFont == FontA) { currentFont = FontB; } else { currentFont = FontA; } }