VOGONS

Common searches


Search results

Display options

Re: epub reader for win 98

Test with newer versions of Emacs for Windows to find the most recent compatible version with your operating system and CPU architecture: https://www.gnu.org/software/emacs/download.html Another epub reader with very basic functionality - depends on Emacs version 24.4 or later: https://github.com/ …

Re: DOSBox-X branch

There is a pull request "Sync dh fpu state with normal fpu": https://github.com/joncampbell123/dosbox-x/pull/3965 "...fixes the fpu state out of sync problem when dynamic core calls normal core to handle self modification code." On testing the latest commits in the above patch with core=dynamic, …

Re: DOSBox-X branch

Link to recent commit "core_dyn_x86: Don't use 64-bit registers for pushl. Found this bug through another patch in the FreeBSD ports tree." https://github.com/joncampbell123/dosbox-x/commit/680364e3ee092fb456d68a4ad575facad29e8bed The original code had a r egister constraint of "r" as shown below. …

Re: Reasons to hate modern games

The system requirements are also steep in modern renditions. For the arcade genre, Pacman (1980) at Steam has these minimum requirements: Windows 7, 8(64bit); Processor: 2.3 Ghz; 2 GB RAM; Intel HD Graphics 3000; DirectX Version 9.0c; 1500 MB available space The original requirements are: CPU is a …

Re: DOSBox-X branch

Read the recent commit on the BOUND instruction. Searched further and noted a post on its implementation. Seems there is a distinct 80188 cpu type. "Technically, x86 does have hardware bounds-checking: the BOUND instruction was introduced in 1982 in the Intel 80188 (as well as the Intel 286 and …

Re: DOSBox-X branch

The s3virge.inf shows this in a S3 Virge Windows driver set, but the other Virge variants are similar (the following may possibly constrain the Windows color depth options): HKR,"MODES\4\640,480",drv,,vga.drv HKR,"MODES\4\640,480",vdd,,*vdd HKR,"MODES\4\800,600",drv,,vga.drv HKR,"MODES\4\800,600", …

Re: DOSBox-X branch

There is an interesting list of differences between the 8086 and 386 cpu: https://pdos.csail.mit.edu/6.828/2008/readings/i386/s14_07.htm Examples: "The 80386 can generate the largest negative number as a quotient for the IDIV instruction. The 8086/8088 causes exception zero instead." "The setting of …

Re: DOSBox-X branch

I think so. Given the commit is reversed and the cpu=8086, then it seems reasonable to return to the following instruction for now. I would verify that the registers in idiv are handled correctly, too. I think any change should be attached to 8086, until more is known of the other cpu types. This …

Re: DOSBox-X branch

There is a recent commit to dosbox-x for "allowing borderline quotient values in IDIV": https://github.com/joncampbell123/dosbox-x/pull/3014 The above commit is a partial reversion to dosbox svn commit r2175, a change to the idiv instruction and related code. It may be worth testing whether any …

Page 2 of 22