VOGONS


First post, by ErikEriksonThorwal

User metadata
Rank Newbie
Rank
Newbie

Hello,

I have a problem. I want to use an old dos program to measure reaction times. Last time I used it I had still a real dos, now I want to try ist using dosbox. The program ist displaying a word and the subject has to respond with a button press, while the time between is recorded by the program. Since it should be accurate within the range of miliseconds, I worry about the right configuration, especially the core value and the cycles.

Can these configurations mess with the rection time recording?

Reply 2 of 3, by Harekiet

User metadata
Rank DOSBox Author
Rank
DOSBox Author

DOSBox has a worse reponse time than real dos since you'll have to wait for the operating system to actually put the key into the buffer for dosbox to receive. Then there's the problem with dosbox only checking for new keys in that buffer every so often since it has to give cpu time to emulation tasks.

Reply 3 of 3, by Zorbid

User metadata
Rank Member
Rank
Member

You'll be better off booting from a DOS floppy, CD, or a DOS partition on your hard disk.

http://www.freedos.org/ may be useful.