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-04-30
Fix a remaining z80_write reg swap bug. Properly initialize the native map sl...
Mike Pavone
2013-04-30
Fix infinite loop in Z80 disassembler
Mike Pavone
2013-04-29
Implement CCF and SCF
Mike Pavone
2013-04-29
Fix decoding of address in JP and JPCC instructions in the Z80 core
Mike Pavone
2013-04-29
Properly handle wrapping around to 0 in translate_z80_stream
Mike Pavone
2013-04-29
Fix bug in end condition inside translate_z80_stream.
Mike Pavone
2013-04-29
Squashing some bugs introduced when I switched the register assignments for z...
Mike Pavone
2013-04-29
Implement retranslating code when written to. Possibly broken, need to fix so...
Mike Pavone
2013-04-29
Fix target cycle count after 68K interrupt
Mike Pavone
2013-04-29
Implemented basic interrupt support in Z80 core.
Mike Pavone
2013-04-29
Forgot to commit zruntime a while back, adding it now.
Mike Pavone
2013-04-28
Implement ADC and SBC in Z80 core (untested)
Mike Pavone
2013-04-28
Implement rotation and bit set/reset instructions (untested).
Mike Pavone
2013-04-28
Implement RETCC in Z80 core.
Mike Pavone
2013-04-28
Implement cartridge rom loading in transz80
Mike Pavone
2013-04-28
Implement cycle limit in Z80 core.
Mike Pavone
2013-04-28
Implement EI, DI and IM in the Z80 core
Mike Pavone
2013-04-28
Implemente CP (untested)
Mike Pavone
2013-04-28
Implement EX, EXX and RST in Z80 core
Mike Pavone
2013-04-28
Add header dependencies to offsets
Mike Pavone
2013-04-26
Implement BIT and DJNZ (tested). Fix register mapping for IYL.
Mike Pavone
2013-04-26
Added the rest of the conditions to JPCC, implemented CALLCC (untested)
Mike Pavone
2013-04-26
Added key to save Z80 RAM to a file
Mike Pavone
2013-04-25
Implement more Z80 instructions (untested)
Mike Pavone
2013-04-25
Get Z80 core working for simple programs
Mike Pavone
2013-04-22
Add shadow/higlight info to debug renderer
Mike Pavone
2013-04-22
Less broken implementation of shadow/highlight
Mike Pavone
2013-04-22
Shadow and higlight operators were switched
Mike Pavone
2013-04-22
Added todo list
Mike Pavone
2013-04-22
Implemented shadow hilight mode.
Mike Pavone
2013-04-21
Improve color rendering accuracy and optimize SDL renderer a bit
Mike Pavone
2013-04-21
Fix overflow detection in divs. Fix negative immediate source for divs
Mike Pavone
2013-04-21
Added test cases for divs/divu and added divide by zero handler to test gener...
Mike Pavone
2013-04-21
Implement CHK instruction (not fully tested).
Mike Pavone
2013-04-21
Fixed a couple bugs in roxl/roxr. X flag wasn't being saved properly and rota...
Mike Pavone
2013-04-21
Added testcases for move and roxl/roxr. Made some small improvements to test ...
Mike Pavone
2013-04-20
Fix muls with a negative immediate source.
Mike Pavone
2013-04-20
Added testcases for muls, mulu, abcd and sbcd
Mike Pavone
2013-04-20
Fix modulo on bit operations with a memory destination
Mike Pavone
2013-04-20
Add support for picking random numbers in a larger range in test generator. A...
Mike Pavone
2013-04-20
Fix overflow flag behavior for lsl/lsr/asr
Mike Pavone
2013-04-20
Fix autoincrement on a7 when used as a destination in a byte sized instruction
Mike Pavone
2013-04-20
Added testcases file. Some fixes to test generator for dealing with indexed m...
Mike Pavone
2013-04-19
Fix some bugs related to sign-extension of address registers and pre-decremen...
Mike Pavone
2013-04-19
Added headless flag to avoid initializing SDL and opening a window when runni...
Mike Pavone
2013-04-19
Add test generator, builder and runner
Mike Pavone
2013-04-16
Make reset trigger debug exit to make it easier to test the same cases in bla...
Mike Pavone
2013-04-16
Fixed up trans for changes to translate_m68k_stream, but still need to deal w...
Mike Pavone
2013-04-16
Small bit of cleanup
Mike Pavone
2013-01-27
Fix movem reg to mem for certain addressing modes
Mike Pavone
[next]