dosbox

Running DOS games under Dosbox 0.72

Hi I am using Windows Vista and with Dosbox 0.72 to load Turbo C for programming a DOS game. My code runs fine (both graphics and sound routines) as long as it runs under DOS shell of Turbo C (Under Dosbox). But when I run the same code under DosBox (outside Turbo C's Dos shell), the graphics flickers, slows down and the sound cracks....

Automating old DOS application using Python

Is there a way to automate an old DOS application (16-bit, probably needs an emulator such as DOSBox) from Python (on Windows)? I would like to send keys and strings to the application, detect updates to the DOS "screen" and get the application output. It would be even better if the DOS application could run "hidden", i.e., not showing ...

about turbo c working under windows 7

i am using windows 7 64 bit laptop.i installed turbo c and write programs using dosbox, but i can't run the program.... when run is selected it show some message like not an :exe plz give solution to this problem ...

Changing keymapping in SDL program (aDosbox)

aDosbox is hard-coded to use a keymapping suitable for the T-Mobile G1. I'm using a G2, and that is a fairly inconvenient mapping. I'm completely new to android development, sadly. I've been poring over the code, and have managed to substitute a few characters, but I think I must be missing something pretty basic. Can anyone point me...