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
Age
Commit message (
Collapse
)
Author
2013-09-11
Added README file
Mike Pavone
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-09-10
Fix vgmplay
Mike Pavone
2013-09-10
Fix stateview. Update "all" target in Makefile.
Mike Pavone
2013-09-10
Added version flag
Mike Pavone
2013-09-10
Added -h help text option
Mike Pavone
2013-09-10
Fix timing of backdrop rendering when the display is turned off
Mike Pavone
2013-09-10
Merge
Mike Pavone
2013-09-10
Implement FIFO latency and improve DMA accuracy
Mike Pavone
2013-09-08
Revert change to VBLANK flag timing based on new direct color DMA test
Mike Pavone
2013-09-08
Remove extra 68K/VDP cycle sync
Mike Pavone
2013-09-08
Fix bit instruction timing
Mike Pavone
2013-09-04
Initial work on GDB remote debugging support
Mike Pavone
2013-09-02
Added analysis script used for investigating direct color DMA timing
Mike Pavone
2013-09-02
Fix per-column scrolling bug
Mike Pavone
2013-09-02
Adjust VBLANK flag and refresh timing to be in line with logic analyzer and ↵
Mike Pavone
visual observations of direct color DMA demos. Remove debug print statements.
2013-09-01
Merge
Mike Pavone
2013-09-01
Fix bug that caused a DMA fill to start after another DMA operation ↵
Mike Pavone
completed if the FIFO is not empty
2013-07-26
Added support for saving savestates. Added gst savestate format test harness
Mike Pavone
2013-07-20
Fix handling of key on in YM2612 core
Mike Pavone
2013-07-20
Fix performance regression from stop instruction work
Mike Pavone
2013-07-19
Implement 68K stop instruction
Mike Pavone
2013-07-18
Add config values for audio sample rate and buffer size
Mike Pavone
2013-07-17
Add fullscreen support and add a keybinding for exiting the emulator
Mike Pavone
2013-07-17
Fix sign flag on swap
Mike Pavone
2013-07-17
Fix carry flag on rotate when the register provided rotate bit count is ↵
Mike Pavone
exactly 32
2013-07-17
Add a bunch of 68K test cases for single operand instructions
Mike Pavone
2013-07-16
Fix 68K test harness
Mike Pavone
2013-07-16
Add support for single operand instructions to 68K test generator
Mike Pavone
2013-07-16
Add address/cd registers to VDP debug message
Mike Pavone
2013-07-15
Restore one of the VDP debugging modes
Mike Pavone
2013-07-12
Implement the scroll ring buffer properly without memcpy
Mike Pavone
2013-07-11
Updated todo list
Mike Pavone
2013-07-10
Read default region from config file
Mike Pavone
2013-07-10
Read default render width from config file
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-07-10
Add config file parser and default config file
Mike Pavone
2013-07-09
Added ternary tree implementation and a simple test program for it
Mike Pavone
2013-07-07
Last set of changes to analyze.py from when I was last working on reversing ↵
Mike Pavone
the VDP
2013-06-30
Refactor duplicated CRAM writing code and fix a bug in the process
Mike Pavone
2013-06-30
Make VDP render in native pixel format of the renderer for a modest ↵
Mike Pavone
performance gain and to make it easier to use OpenGL for rendering
2013-06-29
Forgot to null initialize the statfile pointer
Mike Pavone
2013-06-29
Add support for loading GST format savestates
Mike Pavone
2013-06-25
Use the registers that were freed up by the memory map function changes
Mike Pavone
2013-06-25
Change default resolution to 640x480
Mike Pavone
2013-06-25
Move IO code to a separate file and do a tiny bit of refactoring
Mike Pavone
2013-06-24
Fix access to int_enable_cycle in EI
Mike Pavone
2013-06-24
Cleanup makefile and link math library
Mike Pavone
2013-06-23
Implement basic joystick support
Mike Pavone
[next]