summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-06Remove unused define in blastem.cMichael Pavone
2017-09-06Update version number for nightly buildsMichael Pavone
2017-09-06Fix a bunch of 68K instruction decoder bugs revealed by ↵Michael Pavone
r57shell/realmonster's test ROM
2017-08-30Added tag v0.5.1 for changeset 3d48cb0c28beMichael Pavone
2017-08-30Updated version string for 0.5.1 releaseMichael Pavone
2017-08-30Updated CHANGELOG for 0.5.1 releaseMichael Pavone
2017-08-29Fix minor graphical regression in Gunstar HeroesMichael Pavone
2017-08-29Fix regression in XBAND keyboard support. Fixes ticket:33Michael Pavone
2017-08-29Make initial bank register state stored in bank_regs match what is put in to ↵Michael Pavone
mem_pointers for the sega/SSF2 mapper. Invalidate RAM code ranges on RAM deserialization
2017-08-29Fix operator precedence in psg serialize/deserializeMichael Pavone
2017-08-29Save entirety of fnum register, not just the low 8 bitsMichael Pavone
2017-08-29Fix savestate path calculation in genesis load_stateMichael Pavone
2017-08-29Ensure extra_pc is NULL when resuming a save stateMichael Pavone
2017-08-29Save and restore YM2612 timer control and keyon/off state in native save statesMichael Pavone
2017-08-28Pass the correct context pointer to write handlers in mapper deserialize ↵Michael Pavone
functions
2017-08-28Save and restore Z80 bank register in native save statesMichael Pavone
2017-08-27Save/restore mapper state in native save statesMichael Pavone
2017-08-26Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21Michael Pavone
2017-08-25Update README in anticipation of 0.5.1 releaseMichael Pavone
2017-08-24Clear display in SDL2 renderer before doing the texture copy. This gets rid ↵Michael Pavone
of the artifacts noted in ticket:29
2017-08-24Allow actually saving a save state in more Z80 states. Save busreq/reset ↵Michael Pavone
state in bus arbiter section for "native" save states
2017-08-24Small fix submitted by Anaël Seghezzi to his subtle crt shaderMichael Pavone
2017-08-23Allow reloading current ROM with a hotkey (default F5) and allow locking on ↵Michael Pavone
a cartridge via menu
2017-08-21Fix external v counter when normal resolution interlace mode is activeMichael Pavone
2017-08-21Fix timing of VDP ODD flag toggleMichael Pavone
2017-08-16Using ui.exit to abort loading or saving a state via menu will no longer ↵Michael Pavone
cause you to return to those sub-menus the next time the menu is loaded
2017-08-16Added a config file option for remembering the last path in the menuMichael Pavone
2017-08-16Added save states to SMS emulationMichael Pavone
2017-08-13Move vscroll latch further forward in H40 mode. Fixes a minor graphical ↵Michael Pavone
glitch in Skitchin. Needs a proper test ROM to verify exact latch position
2017-08-11Update VDP color map when loading a native save stateMichael Pavone
2017-08-11Avoid generating an instruction that would require a REX prefix when a7 is ↵Michael Pavone
used as a byte-wide source operand in 32-bit builds. Fixes a fatal error in Dragon's Fury when entering the option menu in a 32-bit build
2017-08-09write_cram_internal takes a CRAM index, not a CRAM addressMichael Pavone
2017-08-09New savestates are working. New config file option for selecting format ↵Michael Pavone
states will be saved in. Mostly complete, needs a little more work before release
2017-08-06WIP - New savestate formatMichael Pavone
2017-07-07Fix texture coordinate offsets in default shader so things look right with ↵Michael Pavone
really high resolutions and weird multiples of native
2017-07-07Ignore SRAM in cart header if it is in the upper 8MB of the address spaceMichael Pavone
2017-07-06Fix s(tep) debug command for the case of dbra with an expired counter regMichael Pavone
2017-06-30Make drag and drop play nice with the menuMichael Pavone
2017-06-30Change where vscroll is latched in full plane mode. Fixes Top Gear 2Michael Pavone
2017-06-26Added ROM DB entry for Super 19-in-1 based on hash reported by SashaMichael Pavone
2017-06-26Fix DMA from byte-wide SRAMMichael Pavone
2017-06-26Fix a silly variable shadowing bug in read_wordMichael Pavone
2017-06-26Add smd extension to default extension filter. Make file extension check ↵Michael Pavone
case insensitive
2017-06-24Add a file extension filter to the menuMichael Pavone
2017-06-24Support a couple of bootleg X-in-1 cartsMichael Pavone
2017-06-23Move Sega mapper implementation out of romdb.cMichael Pavone
2017-06-23Move I2C EEPROM and NOR Flash functions out of romdb.c into new filesMichael Pavone
2017-06-22Sonic 3 & Knuckles lock-on is now 100% functional with working savesMichael Pavone
2017-06-22Load SRAM/EEPROM from lock-on cart directory if the lock-on cart is the one ↵Michael Pavone
with the save device
2017-06-22WIP support for handling S3 save RAM when locked onMichael Pavone