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
2021-02-15
Add new serial state, and Heartbeat Personal Trainer state to save state seri...
Michael Pavone
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
2019-03-20
Avoid printing a bunch of junk to stdout when GDB remote debugging is enabled...
Michael Pavone
2019-03-20
Fix off-by one in IO port connection text output
Michael Pavone
2019-03-11
Minor cleanup
Michael Pavone
2019-01-20
Have a suitable default IO port configuration when nonIO is present from the ...
Mike 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-07-06
Update controller config when changed in UI without restart
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-26
Allow numpad keys to be mapped
Michael Pavone
2017-11-26
Don't crash when keys are pressed before ROM is loaded
Michael Pavone
2017-11-25
Skip loading menu ROM if Nuklear UI is enabled. Allow disabling Nuklear UI in...
Michael Pavone
2017-11-24
Refactored save slot related logic to reduce duplication and allow reuse in n...
Michael Pavone
2017-11-22
Pause menu now triggered on ui.exit event
Michael Pavone
2017-08-29
Fix regression in XBAND keyboard support. Fixes ticket:33
Michael Pavone
2017-08-23
Allow reloading current ROM with a hotkey (default F5) and allow locking on a...
Michael Pavone
2017-08-16
Using ui.exit to abort loading or saving a state via menu will no longer caus...
Michael Pavone
2017-08-06
WIP - New savestate format
Michael Pavone
2017-06-14
Only complain about the first missing mapping for a given gamepad so a user d...
Michael Pavone
2017-06-14
Fix absolute mouse mode when non-default overscan settings are used
Michael Pavone
2017-06-12
Only capture mouse if an emulated mouse is attached
Michael Pavone
2017-05-29
Update SMS code for changes supporting slow rise time emulation in IO code
Michael Pavone
2017-05-28
Implemented SMS pause button
Michael Pavone
2017-05-08
Implemented slow rise time of IO pins set as inputs, but not driven by device...
Michael Pavone
2017-04-21
Fix a deficiency in the way types were handled in my ternary tree. Fixes in w...
Michael Pavone
2017-03-21
Allow variables in screenshot_path like initial_path
Michael Pavone
2017-03-04
Don't allow the keyboard capture key to get passed to the emulated keyboard
Michael Pavone
2017-03-04
Implement raw screenshot functionality requested in ticket:10
Michael Pavone
2017-03-01
Fix removal of scan codes from buffer in XBAND keyboard
Michael Pavone
2017-03-01
Only allow keyboard capture if the emulated system has a keyboard attached
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-01-27
Implement soft reset in Genesis mode
Michael Pavone
2017-01-26
Basic support for mapping an analog axis to functionality
Michael Pavone
2017-01-26
Allow toggling full screen mode at runtime. Allow resizing the window in wind...
Michael Pavone
2017-01-24
Minor cleanup to handle_mouse_moved
Michael Pavone
2017-01-24
Make gamepad "semantic" mapping play nice with hotplug support
Michael Pavone
2017-01-22
Initial support for using SDL2 game controller mapping functionality
Michael Pavone
2017-01-03
Add support for SMS controllers
Michael Pavone
2017-01-03
Increment TH counter on low to high transitions rather than high to low trans...
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-12-09
WIP split of ROM loading/argument parsing from Genesis emulation code. Compil...
Michael Pavone
2016-08-22
Cleanup the separation of render backend and VDP code in preparation for havi...
Michael Pavone
2016-05-16
Added support for binding a bunch more "special" keys
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
[next]