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-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
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
[prev]
[next]