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-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
2013-01-26
Flag fixes for div, negx and not
Mike Pavone
2013-01-26
Tweaks to make blastem compatible with m68k-tester
Mike Pavone
2013-01-25
Fix overflow flag on ASL
Mike Pavone
2013-01-23
Add support for IY bit instructions to decoder
Mike Pavone
2013-01-23
Add support for IX bit instructions to decoder
Mike Pavone
2013-01-22
Add support for 2-byte IY instructions to decoder
Mike Pavone
2013-01-22
Add support for 2-byte IX instructions to decoder
Mike Pavone
2013-01-21
Distinguish between 1-byte and 2-byte NOPs
Mike Pavone
2013-01-21
Add support for bit instructions to decoder
Mike Pavone
2013-01-20
Add support for EXTD group 2-byte Z80 instructions in decoder
Mike Pavone
2013-01-20
Add initial stab at Z80 decoder and disassembler
Mike Pavone
2013-01-20
Add support for breaking into the debugger while game is running
Mike Pavone
2013-01-17
Add instruction address logging to translator and support for reading an addr...
Mike Pavone
2013-01-17
Implement pc indexed mode as move dst
Mike Pavone
2013-01-16
Fix 6-button controller emulation
Mike Pavone
2013-01-16
Implement ABCD an SBCD. Fix BTEST with register source.
Mike Pavone
2013-01-15
Implement support for self-modifying code
Mike Pavone
2013-01-14
Prep work for handling games that modify code in RAM
Mike Pavone
2013-01-14
Fixes for direct color dma stuff
Mike Pavone
2013-01-14
Small fix to bg drawing that yields the proper res for direct color DMA
Mike Pavone
2013-01-14
Fix background rendering when display is off and improve refresh cycle emulat...
Mike Pavone
2013-01-13
Fix movem.w when dest is register list
Mike Pavone
2013-01-13
Fix return address for areg displacement mode JSR
Mike Pavone
2013-01-13
Cleanup VINT code and fix bug in which VINT cycle would be set incorrectly af...
Mike Pavone
2013-01-13
Add ability to print out current 68K cycle in debugger
Mike Pavone
2013-01-13
Fix a bunch of bugs in the CPU core, add a 68K debugger
Mike Pavone
2013-01-09
Fix (a7)+ src when size is byte, fix trap return address, make div with areg ...
Mike Pavone
2013-01-09
Fix -(a7) dest when size is byte
Mike Pavone
2013-01-09
Fix signed division with negative result, fix address reg destination with wo...
Mike Pavone
2013-01-08
Fix rendering of sprites at the top edge of screen
Mike Pavone
2013-01-08
Fix scc to set reg to 0xFF rather than 1 when the condition is true
Mike Pavone
2013-01-06
Fix order of reading saved pc and swapping user and system stack pointers
Mike Pavone
2013-01-06
Make sure we bail out of translation after translating an invalid instruction
Mike Pavone
2013-01-06
Print a message when we try to run an invalid instruction, not when we try to...
Mike Pavone
2013-01-06
Fix order of SR and PC saved in an exception stack frame
Mike Pavone
2013-01-06
Implement areg displacement mode for jsr
Mike Pavone
2013-01-06
Implement negx
Mike Pavone
2013-01-06
Implement movep
Mike Pavone
[next]