summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-09WIP split of ROM loading/argument parsing from Genesis emulation code. Compil...Michael Pavone
2016-11-28Clean up symbol visiblity and delete a ltitle bit of dead codeMichael Pavone
2016-11-15Update stateview so it builds successfully againMichael Pavone
2016-11-05Fix Jaguar video interrupt cycle calculationMichael Pavone
2016-11-05Fix CRY color mappingMichael Pavone
2016-11-05Fix implementation of scaled objects. Implement transparency flagMichael Pavone
2016-11-05Get Jaguar video interrupt workingMichael Pavone
2016-10-31Better disassembly of GPU/DSP load store instructionsMichael Pavone
2016-10-31Correct disassembly of r14/r15 relative loads and storesMichael Pavone
2016-10-31Get Jaguar disassembler more or less working. Dump gpu program to file when G...Michael Pavone
2016-10-30Initial stab at jaguar disassemlerMichael Pavone
2016-10-30Slightly more detailed logging of unhandled register writesMichael Pavone
2016-10-16Fix segfault in certain games that have SRAM and ROM bankswitched at the same...Michael Pavone
2016-10-16Initial stab at implementing the Jaguar object processorMichael Pavone
2016-10-12Initial implementation of video output hardwareMichael Pavone
2016-10-08Basic handling of video/object processor register writesMichael Pavone
2016-10-07Added placeholder code for video output hardware/object processorMichael Pavone
2016-10-06Made some optimizations to gen_mem_fun to keep the size of chunk handler sect...Michael Pavone
2016-10-06Fix some unresolved symbols when linking blastjagMichael Pavone
2016-10-06Remove hacky assumption about Genesis memory map in M68K coreMichael Pavone
2016-10-06Byteswap ROMs in jaguar ROM loader. Handle switching memory map from writes t...Michael Pavone
2016-10-06Add support for specifying a reset handler in the M68K core. Adjust memory ma...Michael Pavone
2016-10-06Fix handling of MMAP_CODE chunks that also have MMAP_PTR_IDX setMichael Pavone
2016-10-04Some initial work on Atari Jaguar emulationMichael Pavone
2016-10-04Add a new memory map flag to support an auxilliary buffer for translating cod...Michael Pavone
2016-10-04Added some hacky support for specifying a start offset in 68K disassemblerMichael Pavone
2016-08-22Cleanup the separation of render backend and VDP code in preparation for havi...Michael Pavone
2016-08-12Removed obsolete TOODMichael Pavone
2016-08-12Fix a memory leak in try_alloc_arenaMichael Pavone
2016-08-09Fix NOGL compile optionMichael Pavone
2016-08-09Make the Makefile more OpenBSD friendly. LTO is not supported on the super ol...Michael Pavone
2016-08-09Fixed a bug in call_raxfallback that would cause the call to be omitted compl...Michael Pavone
2016-08-06Added tag v0.4.1 for changeset 1ffa7891b4ecMichael Pavone
2016-08-06Final 0.4.1 changelog updateMichael Pavone
2016-08-05Updated special thanksMichael Pavone
2016-08-05Fix a memory corruption bug from failing to grow the buffer for the window ca...Michael Pavone
2016-08-05Added Evander 'Real Deal' Holyfield's Boxing to the ROM DBMichael Pavone
2016-08-04Updated READMEMichael Pavone
2016-08-04Updated changelogMichael Pavone
2016-08-03Add Special Thanks to About menuMichael Pavone
2016-08-02Updat version number in preparation for upcoming releaseMichael Pavone
2016-08-01Implemented IND and INDRMichael Pavone
2016-08-01Implemented INIRMichael Pavone
2016-08-01Implement INIMichael Pavone
2016-07-31Added some hacky code to support a virtual root directory for selecting drive...Michael Pavone
2016-07-30Use more appropriate paths for save directories and config files on Windows. ...Michael Pavone
2016-07-30Fix handling of undocumented flag bits for ADD in 32-bit buildsMichael Pavone
2016-07-30Fixed bug introduced in NEG with addition of undocumented flagsMichael Pavone
2016-07-29Implement undocumented flag bits for shift instructionsMichael Pavone
2016-07-29Implement undocumented flag bits for RLD and RRDMichael Pavone