summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-28immediate and predecrement are illegal source address modes for movem. Fixes ↵Michael Pavone
ticket:8 and ticket:9
2017-02-27Don't depend on USER being set in build_nightly as it does not seem to work ↵Michael Pavone
when build job is run from cron
2017-02-27More logging. Fix path in upload step of build_upload_win_nightlyMichael Pavone
2017-02-27Add some logging to build_nightlyMichael Pavone
2017-02-27Eliminate usage of wine in build_releaseMichael Pavone
2017-02-27build_upload_win_nightly needs some steps from build_nightly since it skips ↵Michael Pavone
invoking that script and instead calls build_release directly
2017-02-26Missed a usage of Wine in MakefileMichael Pavone
2017-02-26Windows nightly build upload scriptMichael Pavone
2017-02-26Fix direct usage of read rather than GDB_READ in gdb_remote.cMichael Pavone
2017-02-26Update Windows build to use mingw-w64 cross compiler rather than WineMichael Pavone
2017-02-26Seems like network in the container takes a moment to work, added a sleep to ↵Michael Pavone
build_upload_nightly to compensate
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. ↵Michael Pavone
Should not be needed now that each build type will have it's own environment
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 ↵Michael Pavone
core to Z80 core. Fixed remaining stack alignment issue for Z80 breakpoints on 64-bit. Probably still needs fixing for 32-bit
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 ↵Michael Pavone
support. Needed to run a certain software check cartridge that is floating around.
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 ↵Michael Pavone
the Genesis in PBC mode)
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 ↵Michael Pavone
actions aka l3/r3
2017-01-26Added config file option to specify that RAM should be randomly initialized. ↵Michael Pavone
Moved default_region inside a new "system" parent node in config