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
/
Makefile
Age
Commit message (
Expand
)
Author
2013-07-10
Add config file parser and default config file
Mike Pavone
2013-06-30
Make VDP render in native pixel format of the renderer for a modest performan...
Mike Pavone
2013-06-24
Cleanup makefile and link math library
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-05-27
YM2612 WIP snapshot before register refactor
Mike Pavone
2013-05-23
Initial PSG support. Mostly works, noise channel is borked though.
Mike Pavone
2013-05-08
Added z80 test generator and z80 test runner.
Mike Pavone
2013-05-05
Add a YM2612 stub implementation with just timers and status registers so tha...
Mike Pavone
2013-04-30
Initial stab at integartiong Z80 core
Mike Pavone
2013-04-28
Add header dependencies to offsets
Mike Pavone
2013-04-25
Get Z80 core working for simple programs
Mike Pavone
2013-04-21
Improve color rendering accuracy and optimize SDL renderer a bit
Mike Pavone
2013-01-26
Tweaks to make blastem compatible with m68k-tester
Mike Pavone
2013-01-20
Add initial stab at Z80 decoder and disassembler
Mike Pavone
2012-12-28
cycles should return dst
Mike Pavone
2012-12-27
Fix some bugs in emulation of CLR
Mike Pavone
2012-12-18
Get Flavio's color bar demo kind of sort of working
Mike Pavone
2012-12-08
Mostly broken VDP core and savestate viewer
Mike Pavone
2012-12-04
M68K to x86 translation works for a limited subset of instructions and addres...
Mike Pavone
2012-11-27
Add Makefile
Mike Pavone