summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-22Minor cleanup in init_run_cpuMichael Pavone
2015-06-22Fix negative offsets in calc_areg_displaceMichael Pavone
2015-06-22Fix handling of address mask in gen_mem_funMichael Pavone
2015-06-22Fix check for DEBUG in MakefileMichael Pavone
2015-05-30Fixed shadow/highlight modeMichael Pavone
2015-05-28MergeMichael Pavone
2015-05-28Fix crash bug in windows buildMichael Pavone
2015-05-28Get windows build compiling again post-mergeMichael Pavone
2015-05-28Merge windows branch with latest changesMichael Pavone
2015-05-28Adjusted Makefile to support linking against the static glew library from the...Michael Pavone
2015-05-28Fix LFO counter update speed and implement amplitude modulationMichael Pavone
2015-05-27Add a basic YM-2612 command to the debugger. Fix negative detune values and g...Michael Pavone
2015-05-26Fix register to operator mapping for channel 3 special modeMichael Pavone
2015-05-26Fixes for the 32-bit build accidentally introduced a bug into the 64-bit buil...Michael Pavone
2015-05-25Implement cycles being stolen from 68K when the Z80 accesses the bank area or...Michael Pavone
2015-05-25Add a define in both the source and Makefile for enabling logging of z80 inst...Michael Pavone
2015-05-25Fix RLD and RRD for the case in which HL does not map to a native registerMichael Pavone
2015-05-25Fix crash bug in 32-bit build for certain secnarios with bcd instructionsMichael Pavone
2015-05-25Fix div instruction when dest is d0 in 32-bit buildMichael Pavone
2015-05-24Z80 test cases that passed on 64-bit now pass on 32-bitMichael Pavone
2015-05-24More bugfixes for the 32-bit build of the Z80 coreMichael Pavone
2015-05-23Fix a bunch of assumptions about which Z80 registers are stored in native reg...Michael Pavone
2015-05-23Generate an error in x86-32 builds for most cases when a REX prefix would be ...Michael Pavone
2015-05-23Eliminate runtime.S/runtime_32.S.Michael Pavone
2015-05-22Don't attempt to translate or map code at odd addresses. This fixes a bug tha...Michael Pavone
2015-05-22Fix out of bounds memory access when an instruction wraps around the end of m...Michael Pavone
2015-05-22Fix bug in vdp_next_hint that was causing HINTs to fire repeatedly when they ...Michael Pavone
2015-05-21Process events while waiting for 68K debugger input. This prevents "not respo...Michael Pavone
2015-05-21Restore the other 2 debug display modesMichael Pavone
2015-05-20Better handling of savestate and debug break events with "uncooperative" game...Michael Pavone
2015-05-20Add some tests for hint timing and fix it properly this time.Michael Pavone
2015-05-20Upgrade to SDL 2.0 and drop support for the non-OpenGL render pathMichael Pavone
2015-05-20Update vscroll latch implementation to be more in line with what Eke-Eke has ...Michael Pavone
2015-05-19Small correction to VBLANK flag timing. Fixed some inconsistencies in interru...Michael Pavone
2015-05-17Make sure z80_save_reg does nothing when there is no register in the reg fiel...Michael Pavone
2015-05-17Call z80_handle_deferred after generating an insruction handler so that instr...Michael Pavone
2015-05-17Fix VDP status register PAL bit based on observations of the Titan Overdrive ...Michael Pavone
2015-05-17Don't overwrite an instruction offset mapping with an extension word value. I...Michael Pavone
2015-05-17Fix crash bug in Z80 interpreterMichael Pavone
2015-05-16Adjust H32 vint slot in response to latest test ROM dataMichael Pavone
2015-05-16First pass at emulating a vscroll latch. Titan's Overdrive demo seems to depe...Michael Pavone
2015-05-16Fix trans so it compiles againMichael Pavone
2015-05-14Small horizontal interrupt fixesMichael Pavone
2015-05-14Sync machine state before entering debuggerMichael Pavone
2015-05-13Fix problem with removing breakpointsMichael Pavone
2015-05-13Add description of cd register value to vr debugger commandMichael Pavone
2015-05-13Properly print equ for named labels that point outside the cartridge area in ...Michael Pavone
2015-05-13Get save state viewer compiling againMichael Pavone
2015-05-12Save PC to context struct when syncing Z80 at instruction start. This fixes s...Michael Pavone
2015-05-11Remove/comment verbose logging added for tracking down sync bugMichael Pavone