summaryrefslogtreecommitdiff
path: root/render_fbdev.c
AgeCommit message (Collapse)Author
2020-05-01Properly initialize Genesis reset cycle on startup. Fixes crash in GDB ↵Michael Pavone
remote debugger when stepping past the first two instructions
2019-03-14Remove some commented out code in fbdev backendMichael Pavone
2019-03-14Handle interlaced mode in fbdev backendMichael Pavone
2019-03-10Scale H32 horizontally in fbdev backend so it has the correct aspect ratioMichael Pavone
2019-03-10Grab keyboard devices at startup so keyboard input stops going to terminal ↵Michael Pavone
while running
2019-03-10Fix off-by-one error in evdev init code and allow ALSA device to be ↵Michael Pavone
specified in config
2019-03-10Added raw fbdev/evdev/ALSA render backendMichael Pavone