summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-26Seems like network in the container takes a moment to work, added a sleep to ...Michael Pavone
2017-02-26Use public key auth rather than trying to make passowrd auth work in a scriptMichael Pavone
2017-02-26Fixes for nightly build upload scriptMichael Pavone
2017-02-26Fun untested changes for uploading nightly buildsMichael Pavone
2017-02-26Remove clean step from SDL and glew dependencies in release_build script. Sho...Michael Pavone
2017-02-26Back out -j4 on blastem make as it appears to be calling problems tooMichael Pavone
2017-02-26Back out -j4 on sdl make as it does not appear to be safeMichael Pavone
2017-02-26Add some parallelism to build_release make invocationsMichael Pavone
2017-02-26Small fix to build_nightlyMichael Pavone
2017-02-26Small fix to build_nightlyMichael Pavone
2017-02-26Added untested script for part of a nightly build processMichael Pavone
2017-02-25Initial implementation of the XBAND "Eric Smith" keyboardMichael Pavone
2017-02-25Cut down on the verbose logging in XBAND codeMichael Pavone
2017-02-24Awful hack to get the XBAND menu bootingMichael Pavone
2017-02-23Minor xband fixesMichael Pavone
2017-02-23WIP support for XBAND mapper hardwareMichael Pavone
2017-02-23WIP update to README for 0.5.0Michael Pavone
2017-02-23Minor fix to 68K instruction decoderMichael Pavone
2017-02-19Fix loading of the R register from the in memory contextMichael Pavone
2017-02-19Ported correct but inefficient overlapping instruction handling from 68K core...Michael Pavone
2017-02-18Fix indentation of -m optionMichael Pavone
2017-02-14Hacky fix so sound works in Project MD againMichael Pavone
2017-02-14Fix handling of SRAM overlapping with ROMMichael Pavone
2017-02-14Add mising include in genesis.c so the Windows build works againMichael Pavone
2017-02-12Fix timing for instructions using BINARY_IMPLMichael Pavone
2017-02-09Properly treat bad addressing modes in OR/AND as illegal instructionsMichael Pavone
2017-02-04Update TODO to reflect MULU/MULS improvementsMichael Pavone
2017-02-04Cycle accurate MULU/MULS emulationMichael Pavone
2017-02-01Basic implementation of serial IO registers, but without actual serial IO sup...Michael Pavone
2017-02-01Fix regression in handling of unmapped memory addressesMichael Pavone
2017-01-29Remove movem item from TODO since it is doneMichael Pavone
2017-01-29Implement extra read and fix movem timing generallyMichael Pavone
2017-01-28Minor TODO list updateMichael Pavone
2017-01-28Fix vgmplay and stateview targetsMichael Pavone
2017-01-27Implement SMS hardware soft reset (note only available on real hardware on th...Michael Pavone
2017-01-27Implement soft reset in Genesis modeMichael Pavone
2017-01-26Basic support for mapping an analog axis to functionalityMichael Pavone
2017-01-26Update default config to map leftstick/l3 to quick saveMichael Pavone
2017-01-26Added mappings to allow PS-style names for leftstick/rightstick click actions...Michael Pavone
2017-01-26Added config file option to specify that RAM should be randomly initialized. ...Michael Pavone
2017-01-26Updated TODOMichael Pavone
2017-01-26Allow toggling full screen mode at runtime. Allow resizing the window in wind...Michael Pavone
2017-01-25Use filename for game title in SMS modeMichael Pavone
2017-01-24Minor TODO list updateMichael Pavone
2017-01-24Update TODO listMichael Pavone
2017-01-24Adjust mouse cursor in absolute mode/menu to account for presence of top borderMichael Pavone
2017-01-24Minor cleanup to handle_mouse_movedMichael Pavone
2017-01-24Fix stateview and vgmplay targetsMichael Pavone
2017-01-24Improved parsing of cartridge region headerMichael Pavone
2017-01-24Make gamepad "semantic" mapping play nice with hotplug supportMichael Pavone