summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-09Forgot to update flags in the "good" case of the new divu codeMichael Pavone
2017-03-09Fix graphical corruption and sprite flickering introduced into some games by ↵Michael Pavone
the last change for horizontal border support
2017-03-07Fill in the rest of the framebuffer holes created by horizontal border. Work ↵Michael Pavone
remains for things to be seemless when display gets turned on and off mid frame
2017-03-07Fix some of the framebuffer fill holes introduced by horizontal border changesMichael Pavone
2017-03-06Adjust correspondance between slot number and actual video output to better ↵Michael Pavone
match video signal measurements and analysis of Outrunners behavior on hardware. Partially fixes ticket:13
2017-03-06Render horizontal border in H32 mode as well. Both modes still need some ↵Michael Pavone
minor work to deal with inactive/active transition
2017-03-06Width on glTexSubImage2D call in render_framebuffer_updated needs to match ↵Michael Pavone
the buffer pitch
2017-03-06Initial stab at horizontal border emulation. Only works for H40 and still ↵Michael Pavone
has a few minor holes to fill
2017-03-04Don't allow the keyboard capture key to get passed to the emulated keyboardMichael Pavone
2017-03-04Fix info_message/warning/error functions to deal with limitations of ↵Michael Pavone
vsnprintf on Windows
2017-03-04Fix secondary targetsMichael Pavone
2017-03-04Implement raw screenshot functionality requested in ticket:10Michael Pavone
2017-03-03Cycle accurate divu and undefined flags for overflow caseMichael Pavone
2017-03-02Improve hacky name parsing code to handle Whac a Critter/Mallet LegendMichael Pavone
2017-03-02Fix implementation of in c and out c on 32-bit x86Michael Pavone
2017-03-02Support for the Realtec mapper. Needs testing with games besides The Earth ↵Michael Pavone
Defend
2017-03-01Fix scancode for F keyMichael Pavone
2017-03-01Fix removal of scan codes from buffer in XBAND keyboardMichael Pavone
2017-03-01Only allow keyboard capture if the emulated system has a keyboard attachedMichael Pavone
2017-02-28Automatically connect XBAND keyboard if XBAND ROM is detectedMichael Pavone
2017-02-28Implement keyboard capture functionalityMichael Pavone
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