summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2015-07-26Fix some memory issues=?UTF-8?q?Higor=20Eur=C3=ADpedes?=
2015-07-17Add ability to change start address for VRAM viewer. Fix handling of DMA enab...Michael Pavone
2015-07-05WIP changes to support reading cart memory map from ROM DBMichael Pavone
2015-05-28Get windows build compiling again post-mergeMichael Pavone
2015-05-21Restore the other 2 debug display modesMichael Pavone
2015-04-30Adjust TH timeout value to take into account the move to master clock cyclesMichael Pavone
2014-12-03Initial support for configurable IO, custom IO and sega transfer board emulationMichael Pavone
2013-10-31Add support for left and right shift keysMike Pavone
2013-10-04Add support for UI bindings on gamepad buttons and dpadsMike Pavone
2013-10-01Implement turbo/slow motion feature that overclocks or underclocks the entire...Mike Pavone
2013-09-10Added copyright notice to source files and added GPL license text in COPYINGMike Pavone
2013-07-26Added support for saving savestates. Added gst savestate format test harnessMike Pavone
2013-07-17Add fullscreen support and add a keybinding for exiting the emulatorMike Pavone
2013-07-15Restore one of the VDP debugging modesMike Pavone
2013-07-10Read joystick bindings from config fileMike Pavone
2013-07-10Read key bindings from config fileMike Pavone
2013-06-25Move IO code to a separate file and do a tiny bit of refactoringMike Pavone