So I'm developing oldschool ASCII games for the DOS Prompt, worth my time you ask? I'd say so, its nostalgic. Anyways since I got back into it and relearned now to access the screen memory directly and all that I've been having a lot of fun until recently when the refresh rate of my games are around 30-60Hz. I notice that on XP, Vista, and 7 the Command Prompts vert refresh looks to me to throttle around 14Hz, and when you give it constant KB input it jumps up to around 25-30Hz.
So here's the gist, I run my DOS game and its really choppy in windowed mode, when I hold the spacebar it refreshes much better. When I run it in fullscreen mode (Alt+Enter) I have no probs at all so I'm convinced that it has something to do with how the main OS (Windows) meters the emulated OS' (DOS) refresh rate.
Is there some way that I can default the DOS emulators (Command Prompt) refresh rate? Or perhapse emulate a constant KB input through the KB interrupt?