VOGONS

Common searches


Search results

Display options

Re: Unipcemu slow on Android?

Ah I see why at 2.4Ghz you are worried that you are only getting 16k cycles/sec. However keep in mind that unlike the desktop CPUs where you can trust the frequency on mobile ARM you will be dutycycled and probably you will not be running at 2.4Ghz all the time. That being said you should be getting …

Re: Modern technology and lifestyle

That sounds like a loaded question: tell why this is white so I can tell you why you are wrong. Also 90' is an arbitrary number. A lot of us have been around in technology before that. But to fall in your trap and answer your question: yes modern technology has improve my lifestyle a lot. Same as …

Re: How To work Chess Mates On Windows 10

There are few ways you can accomplish this. 1) VirtualBox. This games does not use 3d acceleration so VirtualBox would do fine. You will need however to find yourself a copy of Win 9x. 2) 86Box/PCEm. This will also work just fine. Like the above however you will need to source Win 9x. As for other …

Re: UniPCemu cycle accurate 8088 implementation

Vladstamate: I think you're forgetting something. You say to substract 32 to get the actual cycle count, but it's supposed to be 16? The timings mentioned in the manuals are the 8086 timings afaik, thus don't include the extra 8088 4 cycles/word(the manual says to add 4 cycles to the already 51/52 …

Re: UniPCemu cycle accurate 8088 implementation

Also more timings: INC/DEC word: 15** for memory(***7), 2 for reg. INC/DEC byte: 15** for memory(***7), 3 for reg(***2). If ** means subtract 8 then we both execute INC/DEC for memory in 7 cycles . This is execution only. Yes the whole instruction takes 17 cycles for an 8bit inc/dec but only 7 of …

Re: UniPCemu cycle accurate 8088 implementation

Started to look at the timings again. I can explain why CAPE had 12 cycles for INT. INT (and INT3) Intel says 51 clocks (52 for INT 3). But that includes the memory transfers (which are not just simple writes as they involved stack address changes) So for INT x (0xcd imm) you have to fetch the …

Circa 2002 gaming rig (P4 based)

Hi all, I am putting together a PC mainly so I can play Morrowind and Gothic II. Later I also want to play games from 2001-2003 timeframe. What I am not trying to do is build fastest machine possible. I am trying to keep it 2002 relevant. Some games will not run perfect but for me that is part of …

Re: UniPCemu cycle accurate 8088 implementation

No, there is no VGA emulation in CAPE. However I am working on a rewrite of all MDA/Herc/CGA/EGA parts using a 6845 emulator. Most of the current issues in CAPE with 8088MPH are related to CGA innacuracies which this re-write should solve. Currently I have 4 individual emulations for each card …

Page 25 of 48