VOGONS

Common searches


Search results

Display options

Re: DOSBox ECE (for Windows & Linux)

Original resolution is 640 x 400, but you can see that the game itself already has pixels of 2 x 2 (see attachment "original"). 640 x 400 would have been considered high resolution at that time, which Lemmings definitely was not. Is "640 x 400" not just an artifact of how DOSBox handles this …

Re: DOSBox-X branch

Here is a hint about x86_64 builds running in Apple M1: "The system prevents you from mixing arm64 code and x86_64 code in the same process. Rosetta translation applies to an entire process, including all code modules that the process loads dynamically." Yes, obviously. I doubt anyone would expect …

Re: clear Keyboard Buffer

There is a ring buffer somewhere in the BIOS area, whose head and tail positions can be set. I forgot the details. But how does your application handle keyboard input? Does it handle int 9 itself? If it does it on its own, then there should be no need to call the original int 9 handler, thus nothing …

Page 7 of 9