bufferStrategy = mainFrame.getBufferStrategy();
tv = new AnalogTV(bounds.width, bounds.height, gc);
tv.setBrightnessControl(0.02);
tv.setFlutterHorizDesync(true);
tvInput = new Input();
tvInput.setupSync(true, false);
tvReception = new Reception(tvInput, 0.75);
tvFrameBuffer = Input.createFrameBuffer();
} catch (Exception e) {
e.printStackTrace();