VOGONS

Common searches


Search results

Display options

Re: Experimental VGA patch

in DOSBox Patches
Hehe 😀 Btw. vga attr reg index10 bit5 is named "pel compatibility" flag whereas setting it to 1 means backwards compatible, so your fix to ignore the always-pel-panning behaviour for ega is correct.

Re: Experimental VGA patch

in DOSBox Patches
Then it breaks if something uses linecompare 0 with the exotic modes on VGA. Did you check those? (cga/tandy-style modes) As the rest is ega/vga/lin. VGA_VerticalTimer is not vret Well at the end of the retrace slot then or something. I doubt linecompare=0 would be handled differently for text mode …

Re: FreeDOS vs. OpenDOS

in DOS
Depends on what you want to use it for exactly. For example (e)drdos has a very good msdos-compatibility (win311) whereas freedos has nice tools/bootable cdrom. Games should work fine with freedos.

Re: Experimental VGA patch

in DOSBox Patches
Well can just put the VGA_ProcessSplit() into the switch block. I did wonder why this text mode start address timing had to be different between normal and vgaonly Got to look when exactly that was committed, think it was about smooth text scrollers or so. my patch doesn't touch it? It adds …

Re: ioctl vs. noioctl ways in Vista

These obsolete-entries are exactly the crucial point, because there is no information if they are still working or not. It looks like many of them still work just fine (but might not in later vista/+ releases) as they behave identical as under xp. Maybe you could compare the state/return values of …

Re: ioctl vs. noioctl ways in Vista

Are the logs (both) fully reproducable? As the noioctl-one has two additional audio channel control calls somewhere at the end. Try checking/logging what CMscdex::PlayAudioSector and CMscdex::StopAudio actually do, especially if dinfo[subUnit].audioPaused is consistent (so both times the …

Re: Testing utilities needed

in PC Emulation
should all int 13h functions return with interrupts enabled or only those that really needs it? None. For example the bochs bios uses a plain iret, so this'd hint at real bioses doing the same. Check the diag app under bochs and see if it works, if it does, see my comments above, if it doesn't, …

Page 222 of 445