Thu, 09 Mar 2017 21:31:31 -0800 |
Michael Pavone |
Forgot to update flags in the "good" case of the new divu code
|
Thu, 09 Mar 2017 19:23:24 -0800 |
Michael Pavone |
Fix graphical corruption and sprite flickering introduced into some games by the last change for horizontal border support
|
Tue, 07 Mar 2017 20:17:12 -0800 |
Michael Pavone |
Fill in the rest of the framebuffer holes created by horizontal border. Work remains for things to be seemless when display gets turned on and off mid frame
|
Tue, 07 Mar 2017 00:01:16 -0800 |
Michael Pavone |
Fix some of the framebuffer fill holes introduced by horizontal border changes
|
Mon, 06 Mar 2017 23:05:31 -0800 |
Michael Pavone |
Adjust correspondance between slot number and actual video output to better match video signal measurements and analysis of Outrunners behavior on hardware. Partially fixes ticket:13
|
Mon, 06 Mar 2017 09:54:44 -0800 |
Michael Pavone |
Render horizontal border in H32 mode as well. Both modes still need some minor work to deal with inactive/active transition
|
Mon, 06 Mar 2017 09:46:50 -0800 |
Michael Pavone |
Width on glTexSubImage2D call in render_framebuffer_updated needs to match the buffer pitch
|
Mon, 06 Mar 2017 00:23:35 -0800 |
Michael Pavone |
Initial stab at horizontal border emulation. Only works for H40 and still has a few minor holes to fill
|
Sat, 04 Mar 2017 21:34:15 -0800 |
Michael Pavone |
Don't allow the keyboard capture key to get passed to the emulated keyboard
|
Sat, 04 Mar 2017 19:02:53 -0800 |
Michael Pavone |
Fix info_message/warning/error functions to deal with limitations of vsnprintf on Windows
|
Sat, 04 Mar 2017 12:00:42 -0800 |
Michael Pavone |
Fix secondary targets
|
Sat, 04 Mar 2017 11:50:14 -0800 |
Michael Pavone |
Implement raw screenshot functionality requested in ticket:10
|
Fri, 03 Mar 2017 23:51:29 -0800 |
Michael Pavone |
Cycle accurate divu and undefined flags for overflow case
|
Thu, 02 Mar 2017 22:22:54 -0800 |
Michael Pavone |
Improve hacky name parsing code to handle Whac a Critter/Mallet Legend
|
Thu, 02 Mar 2017 22:18:15 -0800 |
Michael Pavone |
Fix implementation of in c and out c on 32-bit x86
|