|
Post by countbuggula on May 14, 2008 20:46:32 GMT 1
So I've picked up DosBox again lately and been trying to tweak more out of it. I don't think we have any one place where we've been reporting bugs or anything so I figured I'd make one.
I'll start with a feature request:
Screen Scaling - Most of this would be squishing SVGA down to 320x320, but there are some 320x240 games that I'd like to play stretched to 320x320 as well. Any chance in implementing this? Also, the command prompt screen should be appropriately scaled down so you don't have to scroll around the virtual screen. I believe in DosBox for windows that can be done with fullresolution=320x320 but that's not working in our build.
Keystrokes - the OS is logging keystrokes that are used for DosBox. The backlog then hits as soon as you exit DosBox and will launch applications, make phone calls, etc. There may be memory problems as well as more of those key presses are logged, causing DosBox to crash. Can we turn that off please?
Game Compatibility - Here's what I've tested so far:
Alleycat - runs Commander Keen 1 - runs Commander Keen 4 - system crash Heroes of Might and Magic - system crash Warcraft - runs Warcraft 2 - system crash
Note that anything that does run is still very slow, even with my Treo overclocked.
Thanks!
|
|
|
Post by icefire on May 14, 2008 22:55:56 GMT 1
For the keystrokes, cant you do: (psuedocode) UInt32 oldmask=SetKeyMask(whatever); //dos SetKeyMask(oldmask);
|
|
|
Post by vilmos on May 15, 2008 15:09:31 GMT 1
That is what you should do, you could also flush events if you want to stop the device from going wild.
I don't know if that is bad for the phones though.
|
|