summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-26Fix mask for bank area in Z80 memory mapMichael Pavone
2014-12-26Fix a bug in ori to SR that was swapping USP and SSP inappropriatelyMichael Pavone
2014-12-26Get Z80 banked access sort of working againMichael Pavone
2014-12-26Fix reg-indirect mode for RBP/R13Michael Pavone
2014-12-26Set int_cycle to CYCLE_NEVER in sync_z80 so that the interrupt routine isn't ...Michael Pavone
2014-12-26Fix a few bugs introduced in the Z80 core from the adjustments to fit with th...Michael Pavone
2014-12-26Add Z80 test runner Python script I wrote a while back and forgot to commitMichael Pavone
2014-12-26Update .hgignoreMichael Pavone
2014-12-26Fix an off-by-one error in a branch destination in the generation of handle_c...Michael Pavone
2014-12-26Update code->cur before calling z80_get_address_trans in z80_retranslate_inst...Michael Pavone
2014-12-26Set the byte_swap flag in the M68K core so gen_mem_fun correctly inserts xor ...Michael Pavone
2014-12-26Add a couple of missing checks for the byte_swap and address_size parameters ...Michael Pavone
2014-12-26Add in missing generated Z80 helper functions. Fix a small bug in Z80_HALT. F...Michael Pavone
2014-12-22Z80 core is sort of working againMichael Pavone
2014-12-17Get rest of emulator compiling again with Z80 core enabledMichael Pavone
2014-12-17Get Z80 core back into compileable stateMichael Pavone
2014-12-16Fix flags for rra, rrca, rla and rlca. Fix timing for rr, rrc, rl and rlc whe...Michael Pavone
2014-12-16Set the busy flag after a YM-2612 address writeMichael Pavone
2014-12-14Added HV counter test ROM sourceMichael Pavone
2014-12-14Remove object file that was accidentally addedMichael Pavone
2014-12-14Fix the HV counter and adjust the slots of certain VDP eventsMichael Pavone
2014-12-14Produce a listing file when assembling 68K test ROMsMichael Pavone
2014-12-14WIP effort to update z80 core for code gen changesMichael Pavone
2014-12-03Initial support for configurable IO, custom IO and sega transfer board emulationMichael Pavone
2014-12-03Temporarily comment out code to translate Z80 instructions in place as in rar...Michael Pavone
2014-12-03Unbreak PC indexed addressing modes in decoderMichael Pavone
2014-10-15Fix interpretation of moves direction fieldMichael Pavone
2014-10-15Fix decoding of movecMichael Pavone
2014-10-14Add equates for address references below address_offMichael Pavone
2014-10-14Ignore odd addresses in calls to defer in disassemblerMichael Pavone
2014-10-14Add support for 68020 addressing modes in decoder and disassemblerMichael Pavone
2014-10-12Tiny bit of work towards supporting 68020 addressing modes in decoder/disasse...Michael Pavone
2014-10-12Add support for 68020 bitfield instructionsMichael Pavone
2014-10-12Fix logic for automatic label generation.Michael Pavone
2014-10-11Better support for labels sourced from VOS program module headerMichael Pavone
2014-10-11Fix translation of 68K address to buffer location when address_off != 0Michael Pavone
2014-10-11Add -r option to indicate VOS program module contains a 68K reset vectorMichael Pavone
2014-10-11Add support for disassembling VOS program modulesMichael Pavone
2014-10-08Improve support for disassembling 68010+ binariesMichael Pavone
2014-08-14Small fix to display of DMA source address in vr debug commandMichael Pavone
2014-06-23Ensure proper stack alignment when the Z80 calls into C code. This fixes a cr...Mike Pavone
2014-06-23Save and restore guest address in the write function for a code memory chunk ...Mike Pavone
2014-06-23Fix x86_rrindex_sizedir. Pass the correct scale to mov_rindexr in gen_mem_fun...Mike Pavone
2014-06-21Fix Z80 interruptsMichael Pavone
2014-06-20Added some preliminary support for interpreting Z80 code from non-RAM addressesMichael Pavone
2014-06-19Properly handle Z80 breakpoints on self-modifying code and setting Z80 breakp...Michael Pavone
2014-06-19Slight cleanup of vint handling on the Z80Michael Pavone
2014-06-18Remove debug printf that escaped into my previous commitMichael Pavone
2014-06-18Fix most of the breakage caused by the vcounter/hcounter changesMichael Pavone
2014-06-17Partially working switch to having a vcounter and hslot counter in the contex...Michael Pavone