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