summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-16Implement CLR, minor refactor of register offset calculation in context structMike Pavone
2012-12-15Implement shift instructions (asl, lsl, asr, lsr). Add flags to register prin...Mike Pavone
2012-12-13Fix shift rotate instruction decoding and improve disassembly of move USP and...Mike Pavone
2012-12-12Add untested support for and, eor, or, swap, tst and nop instructions. Add ca...Mike Pavone
2012-12-12Don't try to disassemble addresses beyond the end of the cartridgeMike Pavone
2012-12-12Fix bug in address visitation in disassemblerMike Pavone
2012-12-12Add support for dbcc instructionMike Pavone
2012-12-12Add vector table to test.s68Mike Pavone
2012-12-12Add logic for following control flow based on logic in the translatorMike Pavone
2012-12-09Add debug render mode and fix vertical flip bit for bg tilesMike Pavone
2012-12-09Fix bug in tile address masking. Remove some debug code from window plane.Mike Pavone
2012-12-09More correct window support, maybeMike Pavone
2012-12-09Broken window supportMike Pavone
2012-12-09Horizontal scroll works correctly now. In particular, the SEGA logo in Vector...Mike Pavone
2012-12-09Implement sprite index >= sprite limit triggers sprite limit behaviorMike Pavone
2012-12-08Initial H32 mode supportMike Pavone
2012-12-08Pass all sprite masking testsMike Pavone
2012-12-08Small fix to overflow flagMike Pavone
2012-12-08Improve sprite masking to almost completely pass Nemesis' sprite masking testMike Pavone
2012-12-08Add support for simple resolution scalingMike Pavone
2012-12-08Fix horizontal sprite mirroringMike Pavone
2012-12-08Make horizontal scrolling closer to correct, Comix Zone looks good, Sonic 2 s...Mike Pavone
2012-12-08Small cleanupMike Pavone
2012-12-08Fix horizontal scroll offsetMike Pavone
2012-12-08Fix BG plane B render bugMike Pavone
2012-12-08Fix sprite transparency for overlapping spritesMike Pavone
2012-12-08Fix management of context->sprite_draws so the sprite layer only draws when i...Mike Pavone
2012-12-08Fix vertical scroll value for plane BMike Pavone
2012-12-08Partially fix BG plane BMike Pavone
2012-12-08Fix endianness of VSRAM when read from Genecyst save stateMike Pavone
2012-12-08Sprites fixed, working on bg planesMike Pavone
2012-12-08Sprites somewhat less brokenMike Pavone
2012-12-08Mostly broken VDP core and savestate viewerMike Pavone
2012-12-04Initial support for M68k reset vector, rather than starting at an arbitrary a...Mike Pavone
2012-12-04M68K to x86 translation works for a limited subset of instructions and addres...Mike Pavone
2012-11-27Add asssembly runtime code stubMike Pavone
2012-11-27Add MakefileMike Pavone
2012-11-27Make x86 generator generic with respect to operand size for immediate paramet...Mike Pavone
2012-11-27x86 code gen, initial work on translatorMike Pavone
2012-11-15Improve disassembly. FIx some decoding bugs.Mike Pavone
2012-11-15Add mising bit instructions to decoder. Add test assembly file containing mos...Mike Pavone
2012-11-14Implement OR_DIV_SBCD group in decoderMike Pavone
2012-11-14Added new OPSIZE for unsized instructions so they can be properly disassemble...Mike Pavone
2012-11-13Implement (possibly broken) decoding of all M68000 instructions not in the OR...Mike Pavone
2012-11-09Finish bit/movep/immediate group except for 68020 instructionsMike Pavone
2012-11-06mergeMike Pavone
2012-11-06More bit and immediate instructionsMike Pavone
2012-11-06Add some logic analyzer captures, a Python script for analyzing said captures...Mike Pavone
2012-11-04Add support for some bit instructions and a few others in the same "category"Mike Pavone
2012-11-03Finish mulu.w, muls.w and abcd parameter decodingMike Pavone