summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-21Allow variables in screenshot_path like initial_pathMichael Pavone
2017-03-21Don't leak a ternary tree when building the menu's initial pathMichael Pavone
2017-03-21Allow initial_path to contain variable references which allows the default ↵Michael Pavone
value to be actually specified in the default config file
2017-03-19Adjust Z80 interrupt pulse duration to match hardware measurementsMichael Pavone
2017-03-19Change handling of invalid scroll plane sizes. Fixes title and high score ↵Michael Pavone
screens in The Incredible Hulk
2017-03-19Adjust DMA start delay to not break the FIFO Wait State test in the VDP FIFO ↵Michael Pavone
Testing ROM
2017-03-19Minor fix to hacky refresh emulation code to more closely match my intentMichael Pavone
2017-03-19Add Mega Everdrive style header detection for homebrew using the SSF2 ↵Michael Pavone
mapper, though without the Mega Everdrive extensions. Properly invalidate translated code on a bank switch when using the SSF2/Sega mapper
2017-03-18Basic refresh emulation that doesn't break direct color DMA demos. Fixes ↵Michael Pavone
sound after entering pause menu in Pacman 2: The New Adventures
2017-03-18Remove hacky post-DMA delay add proper pre-DMA delay based on logic analyzer ↵Michael Pavone
capture. 512 color screen is a bit messed up but mostly works. Needs investigation
2017-03-17Minor fix to timing of "early" overflow case in divs when the dividend is ↵Michael Pavone
negative
2017-03-17Fixed some deficiencies in the 68K test generatorMichael Pavone
2017-03-15Cycle accurate implementation of divsMichael Pavone
2017-03-14Fix heuristic detection of SRAM for 3MB ROMs with SRAM at the 3MB markMichael Pavone
2017-03-14Added a ROM DB entry for Hardball III. This game lacks a proper SRAM headerMichael Pavone
2017-03-13RESET is not a terminal instruction on the 68K. Fixes a crash bug in Chavez ↵Michael Pavone
II and possibly other games
2017-03-13Fix VDP buffer overrun that was causing sprite flickering in some gamesMichael Pavone
2017-03-13Properly treat invalid addressing modes for PEA/LEA as invalid instructinosMichael Pavone
2017-03-09Fix undefined flags on overflow and divide by zero for divu based on ↵Michael Pavone
hardware test. Fix saving result of divu when destination is not stored in a host register
2017-03-09Fix bug in handling of translating unmapped addressesMichael Pavone
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