summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-27Adjust how the invalid size is handled for the horizontal dimmension of a pla...Michael Pavone
2017-04-26Small tweak to how SAT cache updates are done. Mostly fixes the rotating cube...Michael Pavone
2017-04-26Fix timing for branch not taken case in the M68K BCC intructionMichael Pavone
2017-04-26Add 128K VRAM bit to VDP register print in debuggerMichael Pavone
2017-04-26Handle address register displacement when calculating branch targets in debuggerMichael Pavone
2017-04-24Fix interaction between 68K debugger and instruction retranslation due to sel...Michael Pavone
2017-04-23Add config file option to disable Open GL renderingMichael Pavone
2017-04-22Fix vgmplay target for ternary tree changesMichael Pavone
2017-04-21Fix a deficiency in the way types were handled in my ternary tree. Fixes in w...Michael Pavone
2017-04-21Fairly major rework of how active/passive is handled along with how the V30 m...Michael Pavone
2017-04-21Minor optimization to avoid invalidating translated code when the bank has no...Michael Pavone
2017-04-20Fixed timing for RTS and RTEMichael Pavone
2017-04-18Initial stab at implementing the output disable/layer selection bits of the V...Michael Pavone
2017-04-17Fix time 68K is locked out of bus when doing a 128KB VRAM mode DMA transfer. ...Michael Pavone
2017-04-17SAT table register bit 0 is not used in H40 mode. Fixes corrupt sprites in sh...Michael Pavone
2017-04-16Fix some edge cases with regards to 128KB VRAM mode and the SAT cacheMichael Pavone
2017-04-16Initial work on handling the 128KB VRAM mode bit and some basic prep work for...Michael Pavone
2017-04-16Force display on in stateview if given a save state with the display offMichael Pavone
2017-04-15Fix copy pasta error in handling of Z80 VDP port reads. HV counter reads are ...Michael Pavone
2017-04-05Fix minor bug that displayed window plane as if it were plane A In plane debu...Michael Pavone
2017-04-04Allow a .l suffix to a memory print command to allow fetching and printing a ...Michael Pavone
2017-04-03Improved printing of word at absolute address to support reading from all add...Michael Pavone
2017-03-31Allow adding .w or .b to select just the low word or byte of a register in a ...Michael Pavone
2017-03-31Allow printing current frame number in 68K debuggerMichael Pavone
2017-03-31Fix accidental fallthrough on com debugger commandMichael Pavone
2017-03-30YM2612 should also be reset on system soft resetMichael Pavone
2017-03-30Reset YM2612 whenver the Z80 is reset. Fixes issue with stuck notes in Fantas...Michael Pavone
2017-03-29Added Might and Magic III prototype to ROM DB as it requires SRAM, but does n...Michael Pavone
2017-03-29Update ROM DB to override region for Japanese version of Atomic Robo-Kid (inc...Michael Pavone
2017-03-29Allow games to be specified in ROM DB via sha1 instead of product ID. Added a...Michael Pavone
2017-03-28Fix exit trace mode edge case. Call do_sync if trace mode bit is changed in e...Michael Pavone
2017-03-28Implemented M68K trace mode. Some edge cases/SR update paths still need workMichael Pavone
2017-03-27Add Japanese version of SSF2 to ROM databaseMichael Pavone
2017-03-27Initial implementation of YM2612 SSG-EG modeMichael Pavone
2017-03-25Basic implementation of CSM mode that should handle documented edge cases. Do...Michael Pavone
2017-03-25Fix latching of V32 mode bitMichael Pavone
2017-03-25Prevent blowing past our native translated instruction size of 255 bytes when...Michael Pavone
2017-03-22Fix SBCD edge cases to pass Flamewing's test ROM. Could use some cleanup to p...Michael Pavone
2017-03-21Change the default screenshot path as per ticket:14Michael Pavone
2017-03-21Make save directory configurable. Satisfies ticket:4Michael Pavone
2017-03-21Allow variables in screenshot_path like initial_pathMichael Pavone
2017-03-21Don't leak a ternary tree when building the menu's initial pathMichael Pavone
2017-03-21Allow initial_path to contain variable references which allows the default va...Michael Pavone
2017-03-19Adjust Z80 interrupt pulse duration to match hardware measurementsMichael Pavone
2017-03-19Change handling of invalid scroll plane sizes. Fixes title and high score scr...Michael Pavone
2017-03-19Adjust DMA start delay to not break the FIFO Wait State test in the VDP FIFO ...Michael Pavone
2017-03-19Minor fix to hacky refresh emulation code to more closely match my intentMichael Pavone
2017-03-19Add Mega Everdrive style header detection for homebrew using the SSF2 mapper,...Michael Pavone
2017-03-18Basic refresh emulation that doesn't break direct color DMA demos. Fixes soun...Michael Pavone
2017-03-18Remove hacky post-DMA delay add proper pre-DMA delay based on logic analyzer ...Michael Pavone