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-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
2013-06-15
Assert z80 interrupt longer so that they are not missed when they should not be
Mike Pavone
2013-06-15
Fix DI
Mike Pavone
2013-06-15
Have test generator test both flag register 0 case and flag register FF case
Mike Pavone
2013-06-14
Fix adc and sbc
Mike Pavone
2013-06-14
Make keybindings data driven so they can be populated from a config file later
Mike Pavone
2013-06-13
Fix LDIR
Mike Pavone
2013-06-11
Fix output of algorithm 4 and make some other minor YM2612 core improvements
Mike Pavone
2013-06-11
Add debugger command for saving Z80 RAM to a file
Mike Pavone
2013-06-11
Bail out on attempt to run code from bank area until it is properly supported
Mike Pavone
2013-06-09
Fix address adjustement in z80_retrans_stub
Mike Pavone
2013-06-09
Z80 debugger improvements
Mike Pavone
2013-06-08
Check memory results in ztestgen
Mike Pavone
2013-06-08
Use a call instruction to figure out the original native address when retrans...
Mike Pavone
2013-06-06
Removed out of date TODO
Mike Pavone
2013-06-06
Fix LDD and LDDR
Mike Pavone
2013-06-05
Fix dec and inc when the operand is in memory
Mike Pavone
2013-06-05
Fix channel mapping in key on/off register
Mike Pavone
2013-06-05
Fix LDI
Mike Pavone
2013-06-04
Fix set/res when the operand is in memory
Mike Pavone
2013-06-04
Initial implementation of channel 3 special mode
Mike Pavone
2013-06-04
Fix operator precedence bug with sustain level
Mike Pavone
2013-06-03
Fix modulation shift value
Mike Pavone
[next]