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
2016-10-31
Get Jaguar disassembler more or less working. Dump gpu program to file when G...
Michael Pavone
2016-10-30
Initial stab at jaguar disassemler
Michael Pavone
2016-10-30
Slightly more detailed logging of unhandled register writes
Michael Pavone
2016-10-16
Fix segfault in certain games that have SRAM and ROM bankswitched at the same...
Michael Pavone
2016-10-16
Initial stab at implementing the Jaguar object processor
Michael Pavone
2016-10-12
Initial implementation of video output hardware
Michael Pavone
2016-10-08
Basic handling of video/object processor register writes
Michael Pavone
2016-10-07
Added placeholder code for video output hardware/object processor
Michael Pavone
2016-10-06
Made some optimizations to gen_mem_fun to keep the size of chunk handler sect...
Michael Pavone
2016-10-06
Fix some unresolved symbols when linking blastjag
Michael Pavone
2016-10-06
Remove hacky assumption about Genesis memory map in M68K core
Michael Pavone
2016-10-06
Byteswap ROMs in jaguar ROM loader. Handle switching memory map from writes t...
Michael Pavone
2016-10-06
Add support for specifying a reset handler in the M68K core. Adjust memory ma...
Michael Pavone
2016-10-06
Fix handling of MMAP_CODE chunks that also have MMAP_PTR_IDX set
Michael Pavone
2016-10-04
Some initial work on Atari Jaguar emulation
Michael Pavone
2016-10-04
Add a new memory map flag to support an auxilliary buffer for translating cod...
Michael Pavone
2016-10-04
Added some hacky support for specifying a start offset in 68K disassembler
Michael Pavone
2016-08-22
Cleanup the separation of render backend and VDP code in preparation for havi...
Michael Pavone
2016-08-12
Removed obsolete TOOD
Michael Pavone
2016-08-12
Fix a memory leak in try_alloc_arena
Michael Pavone
2016-08-09
Fix NOGL compile option
Michael Pavone
2016-08-09
Make the Makefile more OpenBSD friendly. LTO is not supported on the super ol...
Michael Pavone
2016-08-09
Fixed a bug in call_raxfallback that would cause the call to be omitted compl...
Michael Pavone
2016-08-06
Added tag v0.4.1 for changeset 1ffa7891b4ec
Michael Pavone
2016-08-06
Final 0.4.1 changelog update
Michael Pavone
2016-08-05
Updated special thanks
Michael Pavone
2016-08-05
Fix a memory corruption bug from failing to grow the buffer for the window ca...
Michael Pavone
2016-08-05
Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone
2016-08-04
Updated README
Michael Pavone
2016-08-04
Updated changelog
Michael Pavone
2016-08-03
Add Special Thanks to About menu
Michael Pavone
2016-08-02
Updat version number in preparation for upcoming release
Michael Pavone
2016-08-01
Implemented IND and INDR
Michael Pavone
2016-08-01
Implemented INIR
Michael Pavone
2016-08-01
Implement INI
Michael Pavone
2016-07-31
Added some hacky code to support a virtual root directory for selecting drive...
Michael Pavone
2016-07-30
Use more appropriate paths for save directories and config files on Windows. ...
Michael Pavone
2016-07-30
Fix handling of undocumented flag bits for ADD in 32-bit builds
Michael Pavone
2016-07-30
Fixed bug introduced in NEG with addition of undocumented flags
Michael Pavone
2016-07-29
Implement undocumented flag bits for shift instructions
Michael Pavone
2016-07-29
Implement undocumented flag bits for RLD and RRD
Michael Pavone
2016-07-29
Implemented undocumented flag bits for rotate instructions
Michael Pavone
2016-07-29
Implement undocumented flag bits for block LD instructions
Michael Pavone
2016-07-29
Implement undocumented flag bits for block CP instructions
Michael Pavone
2016-07-28
Implement undoumented flag bits for DAA, CPL, SCF and CCF
Michael Pavone
2016-07-28
Partial support for undocumented flag bits
Michael Pavone
2016-07-27
More efficient register usage in 32-bit mode
Michael Pavone
2016-07-27
Change cycle tracking code for Z80 core to only use a single register. Store ...
Michael Pavone
2016-07-26
Fix DAA and implement half-carry for remaining instructions. Z80 core now pas...
Michael Pavone
2016-07-26
Implement half-carry for INC, DEC and NEG
Michael Pavone
[next]