VOGONS

Common searches


Search results

Display options

Re: How fast is the nec v20 compared to a 286?

in Milliways
Last time I tried it pcem was 20% or so faster than it should be for xt, as a result one can get a more accurate result with dosbox because of its finer grain cycle setting where pcem only gives you presets. Depends on what you mean by 'accurate'... DOSBox allows you to accurately tune the speed, …

Re: IBM PC hardware clock division (XT 14MHz clock)?

in PC Emulation
Not everything is based on the 14318180 Hz clock. Yes, to elaborate on that... CGA cards *are* based on the 14138180 clock. In fact, that's the reason why that clock is used: it's the standard NTSC frequency. You want the CGA card (CRTC and other logic) to work at this clock as well, synced with …

Re: IBM PC hardware clock division (XT 14MHz clock)?

in PC Emulation
So the DMA controller takes 1 cycle for each byte to transfer, so about 4.77 MegaBytes(MB) per second, not depending on CPU speed? No, each byte takes 4 cycles to transfer on a PC/XT at 4.77 MHz. Also, of course DMA and CPU have to share the bus, so when DMA transfers a byte over the bus, the CPU …

Re: IBM PC hardware clock division (XT 14MHz clock)?

in PC Emulation
- DMA by about 9 on average to get it's transfer rate in bytes/second? The DMA controller runs at 4.77 MHz, so same as a stock PC/XT CPU. DMA controller speed is fixed, like the PIT speed, so they don't vary with CPU speed on later systems. They're always 4.77 MHz and 1.19 MHz respectively. - Adlib …

Re: How fast is the nec v20 compared to a 286?

in Milliways
old benchmarks shows dosbox set at x cycles equal to pc/xt speed, run old 8088 games and they play at a reasonable speed. topbench show dosbox set at y cycles equal to pc/xt speed, run old 8088 games and their speed is off. Well, DOSBox' speed is off, that's the problem. In DOSBox, instructions …

Re: How fast is the nec v20 compared to a 286?

in Milliways
The old benchmarks match up speed better in dosbox than topbench. How is DOSBox any kind of indication of speed? It doesn't even try to make different instructions take different amounts of time. All instructions are 'one cycle'. Which is completely unrepresentative of how a real CPU works. Try …

Re: How fast is the nec v20 compared to a 286?

in Milliways
but IBM created a mutant called PC/XT 286. ^_^ The irony is that the PC/XT 286 uses zero-waitstate memory, where the PC/AT uses a waitstate on memory. This makes the PC/XT 286 considerably faster at the same clockspeed (which again goes back to my point of 'there's no such thing as 286 performance' …

Re: How fast is the nec v20 compared to a 286?

in Milliways
BloodyCactus wrote: wouldnt the biggest impact on all these cpu be external ram speed and wait states That, and the type of code you run. Eg, 8088 is slow at EA... V20 is fast at EA. If you optimize your code for 8088, you avoid slow EA. Therefore, code optimized for 8088 won't gain much on V20.

Page 144 of 226