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.h
Age
Commit message (
Expand
)
Author
2021-02-15
Implement Heartbeat Personal Trainer peripheral and add ROM DB entry for Outb...
Michael Pavone
2021-02-10
Implement serial IO, a generic serial device type and external interrupts
Michael Pavone
2018-12-24
Re-order IO device type enum so "None" is selected when no device is specifie...
Michael Pavone
2018-08-14
Added J-Cart support
Michael Pavone
2018-05-05
Refactor to split device bindings from IO emulation code
Michael Pavone
2018-05-01
Release capture of mouse and keyboard when entering UI
Michael Pavone
2018-03-25
Remove unneeded duplicate typedef
Michael Pavone
2017-12-11
Added RAM init and IO port config to system settings menu
Michael Pavone
2017-08-06
WIP - New savestate format
Michael Pavone
2017-05-08
Implemented slow rise time of IO pins set as inputs, but not driven by device...
Michael Pavone
2017-02-28
Implement keyboard capture functionality
Michael Pavone
2017-02-25
Initial implementation of the XBAND "Eric Smith" keyboard
Michael Pavone
2017-02-01
Basic implementation of serial IO registers, but without actual serial IO sup...
Michael Pavone
2017-01-26
Basic support for mapping an analog axis to functionality
Michael Pavone
2017-01-24
Make gamepad "semantic" mapping play nice with hotplug support
Michael Pavone
2017-01-03
Add support for SMS controllers
Michael Pavone
2016-12-22
More cleanup in preparation for SMS/Mark III support
Michael Pavone
2016-12-19
Mostly working changes to allow support for multiple emulated system types in...
Michael Pavone
2016-05-11
Initial stab at Saturn keyboard support
Michael Pavone
2016-05-10
Fix bug in 68K movep.l when the destination is a register mapped to a host re...
Michael Pavone
2016-04-21
Move mouse mode and capture state to emulation context so it persists properl...
Michael Pavone
2015-12-15
Initial support for relative mouse mode and skeleton of support for capture m...
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-11-28
Mega mouse support is mostly done
Michael Pavone
2015-11-25
WIP support for mega mouse
Michael Pavone
2015-11-13
Selecting a second game from the menu now works
Michael Pavone
2014-12-03
Initial support for configurable IO, custom IO and sega transfer board emulation
Michael Pavone
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-06-25
Move IO code to a separate file and do a tiny bit of refactoring
Mike Pavone