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 (
Collapse
)
Author
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 ↵
Michael Pavone
enable flag when it comes to DMA fills. This fixes a bug in James Pond 3
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 ↵
Mike Pavone
entire system at the push of a button
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