VOGONS

Common searches


Search results

Display options

Re: More accuration time in DOSBOX

"Where do you see dos ints modifying the timer?" I could be wrong here, as it was a long time ago that I looked at it. As I understand it, there is a timer routine, and each time it is called, it increases the "tick" counter. I think on real hardware, this timer routine is triggered from the …

Re: More accuration time in DOSBOX

"Because otherwise a lot of things don't match, simplest example is that pause creates inconsistencies (large-scale example). " Do you mean "pause" as in to pause the dosbox VM so that you can go off an do something and come back later and continue where you left off? So, although this sort of " …

Re: More accuration time in DOSBOX

"This decouples the regular timing from that dos call". Why does "INT 21,2C - Get Time" have to attempt to be coupled with regular dos timing. I was thinking that the Get/Set Time calls in the original MS-DOS would just read/write the RTC, and not adjust the interrupt timer ticks. Which other …

More accuration time in DOSBOX

Hi, Currently dosbox uses ticks for time. This patch changes the behavior to instead use gettimeofday for the DOS time calls. I would like to include this patch in upstream DOSBOX with maybe a config file option to choose which time method to use. I have an old DOS app that needs accurate time, and …

Re: dosbox text mode only over ssh

I want this because I have a DOS program that only used text mode. I am currently running it remotely over an X session, but it uses a lot of bandwidth on the network. dosemu is not able to run this application for some unknown reason. If dosbox could instead only send the text chars from the text …

dosbox text mode only over ssh

Hi, Is it possible to use dosbox over ssh, but without a X display? I.e. Only permit text modes in dosbox, and therefore dosbox would only have to send ascii code updates to the screen, instead of bitmaps when the screen gets updated. Something like a ncurses output for dosbox, instead of vga would …

Re: CAPS LOCK does not work.

Here is how to reproduce my problem. At the dosbox dos prompt. Type some char, press and release "caps lock", type some more characters. The strange thing is that the caps lock light comes up on the keyboard, but no caps is active inside dosbox. It is even more bizare. If I place Caps lock on before …

Re: DOSBOX serial port behaviour

I turned on the dosbox SERIAL_DEBUG. My app is specifically not using the serial chip's FIFO, and on RX, it is reading the RX data register twice in a row inside the IRQ routine. So, I know that dosemu only has a FIFO mode, and not non-fifo mode, so that is my probem with dosemu. I will have to …

Re: DOSBOX serial port behaviour

I would like to implement better serial port features into DOSEMU. DOSBOX seems to do well, but DOSEMU should be able to perform as well with serial ports. Are there any notes regarding how DOSBOX needed to behave in order to work better with old DOS apps. The only reason I would like this, is due …

DOS serial port timing test programs

Hi, Does anyone know of any DOS based timing programs that can time the receipt and transmission over the serial port. I need to do tests so that the serial data leaves and arrives in DOSBOX and DOSEMU at exactly the same time as it would on real hardware. This is due to some very old DOS …

Page 1 of 2