summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-27Don't depend on USER being set in build_nightly as it does not seem to work w...Michael Pavone
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 i...Michael Pavone
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
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