VOGONS

Common searches


Search results

Display options

Dosbox debug - which core?

I've compiled a heavy debug version of DOSBox, and I wish to use it for dumping a function from dos4gw-based game. I already found a way to locate the function ('BPINT 21h 3Dh' - opening a file), then I'm dumping it with 'LOG'. But I'm not sure which core should be used for suchy dumping. I've …

Re: Runtime error 008

This is what I think, i'm not sure of it: DOS programs can use the int21 functions originally designed for writing to a disk file in other way - to write to any DOS device (CON, LPT*,others). Windows XP seems to react the same way - it's trying to send any data directed into file "LPT1" to the real …

Re: Runtime error 008

I was right: the reason is disabled LPT port. When I enabled this port in BIOS, Puff started working properly - so we have temporary solution. ...but it is easy to add an "if" in a right place to detect if we're sending to LPT. This bug can be corrected without writing LPT emulation... i think. ps. …

Runtime error 008

There is a problem described in many posts: some applications, on some machines, displays "Runtime error 008" and exits. I think i've found the reason: a printer port. I don't know how DOSBox reacts on a command to send something on LPT1, but it looks like it is trying to send this data to a real …

Page 2 of 2