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-06-03
Fix modulation shift value
Mike Pavone
2013-06-03
Make the PSG and YM2612 use the master clock internal with an increment based...
Mike Pavone
2013-06-02
Make shift value of operator output to modulation input a define
Mike Pavone
2013-06-02
Adjust shift for feedback
Mike Pavone
2013-06-02
Initial stab at feedback
Mike Pavone
2013-06-02
Fix key scaling
Mike Pavone
2013-06-02
Clear IFF1 and IFF2 when an interrupt is taken on the Z80
Mike Pavone
2013-06-02
Fix YM2612 busy flag
Mike Pavone
2013-06-02
Fix cycle count for inc and dec
Mike Pavone
2013-06-02
Bunch of Z80 debugger improvements
Mike Pavone
2013-06-02
Use signed ints for things that represent signed values in YM2612 core
Mike Pavone
2013-06-02
Fix register to operator mapping. Fix rate table generation. Add TL to envelo...
Mike Pavone
2013-05-31
Fix left/right enable default value
Mike Pavone
2013-05-31
Make the n command in the Z80 debugger actually run the next instruction with...
Mike Pavone
2013-05-31
Fix P condition in Z80 core
Mike Pavone
2013-05-31
Partial implementation of Z80 debugger
Mike Pavone
2013-05-29
Actually save the shifted phase inc after applying the block shift
Mike Pavone
2013-05-29
Incredibly broken YM2612 support plus a fix to Z80 bus request
Mike Pavone
2013-05-29
Fix push AF
Mike Pavone
2013-05-27
YM2612 WIP update
Mike Pavone
2013-05-27
Fix deadlock on quit
Mike Pavone
2013-05-27
Fix sizeof expression passed to malloc in z80_init to avoid a minor memory error
Mike Pavone
2013-05-27
YM2612 WIP snapshot before register refactor
Mike Pavone
2013-05-24
Make Z80 writes to VDP/PSG not potentially crash the emulator
Mike Pavone
2013-05-24
Allow VDP/PSG writes from Z80
Mike Pavone
2013-05-23
Get rid of debug puts and limit based on audio rather than frame rate by defa...
Mike Pavone
2013-05-23
Fix clipping in PSG core
Mike Pavone
2013-05-23
Initial PSG support. Mostly works, noise channel is borked though.
Mike Pavone
2013-05-22
Updated todo list
Mike Pavone
2013-05-21
Finish SRAM support for games without a SEGA mapper
Mike Pavone
2013-05-21
Support for SRAM with SEGA mapper. Half-finished support for SRAM without SEG...
Mike Pavone
2013-05-21
Refactor code gen for read/write functions
Mike Pavone
2013-05-21
Fix some minor copy pasta bugs that resulted in an unnecessary REX prefix bei...
Mike Pavone
2013-05-21
m68k_trap is now replaced with a generated one so it can call the generated m...
Mike Pavone
2013-05-21
Generate handle_cycle_limit_int at runtime so it can refer to the runtime gen...
Mike Pavone
2013-05-19
Fix a region detection bug
Mike Pavone
2013-05-19
Don't sync the 68K clock to the VDP clock unless the 68K had to wait for the ...
Mike Pavone
2013-05-19
Handle busack across frame boundary
Mike Pavone
2013-05-18
Mostly working runtime generation of memory map read/write functions
Mike Pavone
2013-05-16
Get frame time correct and frame rate sort of correct for EUR region
Mike Pavone
2013-05-15
Support regions other than USA
Mike Pavone
2013-05-15
Set window title based on ROM header name
Mike Pavone
2013-05-15
Increase sample size for min_delay
Mike Pavone
2013-05-15
Re-enable frame limit, but add a command line flag to disable it
Mike Pavone
2013-05-15
Fix background color regsiter number
Mike Pavone
2013-05-14
Fix a stupid bug in z80 busreq acknowledge delay code and make some small imp...
Mike Pavone
2013-05-14
Some Z80 interrupt fixes
Mike Pavone
2013-05-14
Only latch video mode at the very beginning of the frame to avoid problems wi...
Mike Pavone
2013-05-14
Update Z80 vint timing
Mike Pavone
2013-05-14
Update hv counter calculation for clock wonkiness
Mike Pavone
[prev]
[next]