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 (
Expand
)
Author
2013-09-01
Merge
Mike Pavone
2013-09-01
Fix bug that caused a DMA fill to start after another DMA operation completed...
Mike Pavone
2013-07-26
Added support for saving savestates. Added gst savestate format test harness
Mike Pavone
2013-07-23
Started work on OpenGL support in new branch
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 exact...
Mike Pavone
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 t...
Mike Pavone
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 performan...
Mike Pavone
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
2013-06-23
Fix window layer in double res interlace mode
Mike Pavone
2013-06-23
Change buffer size to avoid weird artifacts on some systems
Mike Pavone
2013-06-23
Fix sprite y mask in interlace mode. Fix framebuffer selection when switching...
Mike Pavone
2013-06-23
Fix vscroll calculation in double resultion interlace mode
Mike Pavone
2013-06-22
Initial work on interlace
Mike Pavone
2013-06-19
Fix movem with pc displacement or pc indexed source
Mike Pavone
2013-06-19
Initial stab at LFO phase modulation
Mike Pavone
2013-06-19
Use a slightly more sane PSG volume divider. Stil seems too loud, need to che...
Mike Pavone
2013-06-17
Process events in vgm player so that quitting works
Mike Pavone
2013-06-17
Add primitive vgm player for testing
Mike Pavone
2013-06-16
Add support for logging YM2612 channels to WAVE files
Mike Pavone
2013-06-16
Fix modulation condition for operator 2
Mike Pavone
2013-06-16
Implement writes from 68K to Z80 bank register and make reads from port c con...
Mike Pavone
2013-06-16
Minor refactor of io_read functions to avoid duplication of logic between byt...
Mike Pavone
2013-06-16
Fix YM2612 timers
Mike Pavone
[prev]
[next]