index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io.c
Age
Commit message (
Expand
)
Author
2016-05-01
Allow overriding speed 0. May be useful for people that want to use vsync
Michael Pavone
2016-04-21
Move mouse mode and capture state to emulation context so it persists properl...
Michael Pavone
2016-04-17
Save State menu option is now fully functional. Load state sort of works, but...
Michael Pavone
2016-02-23
Added reasonable handling of joystick hotplug
Michael Pavone
2015-12-17
Finished implementation of mouse capture mode
Michael Pavone
2015-12-15
Initial support for relative mouse mode and skeleton of support for capture m...
Michael Pavone
2015-12-14
Scale mouse data based on window size
Michael Pavone
2015-12-08
Allow IO device config to be overriden by ROM DB
Michael Pavone
2015-12-06
Rough emulation of mouse response delays when TR is toggled. Latch current mo...
Michael Pavone
2015-12-06
IO port pins should read as high from the perspective of a device when they a...
Michael Pavone
2015-12-05
Mouse X and Y are 9-bit 2's complement not 8-bit magnitude + sign bit like I ...
Michael Pavone
2015-11-28
Mega mouse support is mostly done
Michael Pavone
2015-11-28
Make nexus player remote useable as a controller for games that only require ...
Michael Pavone
2015-11-25
WIP support for mega mouse
Michael Pavone
2015-11-14
Fix Mega Drive peripheral ID for 3-button pad
Michael Pavone
2015-11-14
Clear out IO port input state when setting bindings. This fixes a bug where p...
Michael Pavone
2015-11-13
Selecting a second game from the menu now works
Michael Pavone
2015-11-13
It is now possible to switch back and forth between the menu ROM and the game
Michael Pavone
2015-07-26
Fix some memory issues
=?UTF-8?q?Higor=20Eur=C3=ADpedes?=
2015-07-17
Add ability to change start address for VRAM viewer. Fix handling of DMA enab...
Michael Pavone
2015-07-05
WIP changes to support reading cart memory map from ROM DB
Michael Pavone
2015-05-28
Get windows build compiling again post-merge
Michael Pavone
2015-05-21
Restore the other 2 debug display modes
Michael Pavone
2015-04-30
Adjust TH timeout value to take into account the move to master clock cycles
Michael Pavone
2014-12-03
Initial support for configurable IO, custom IO and sega transfer board emulation
Michael Pavone
2013-10-31
Add support for left and right shift keys
Mike Pavone
2013-10-04
Add support for UI bindings on gamepad buttons and dpads
Mike Pavone
2013-10-01
Implement turbo/slow motion feature that overclocks or underclocks the entire...
Mike Pavone
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-07-26
Added support for saving savestates. Added gst savestate format test harness
Mike Pavone
2013-07-17
Add fullscreen support and add a keybinding for exiting the emulator
Mike Pavone
2013-07-15
Restore one of the VDP debugging modes
Mike Pavone
2013-07-10
Read joystick bindings from config file
Mike Pavone
2013-07-10
Read key bindings from config file
Mike Pavone
2013-06-25
Move IO code to a separate file and do a tiny bit of refactoring
Mike Pavone
[prev]