VOGONS


PCEm. Another PC emulator.

Topic actions

  • This topic is locked. You cannot reply or edit posts.

Reply 111 of 1046, by SarahWalker

User metadata
Rank Member
Rank
Member
gerwin wrote:

If I may reply to that question too:
The old HOT-433 BIOS v1.3 is working fine for me: 433AIP16.ROM. With the text mode windowed BIOS user interface.

The later BIOS'es have reboot issues, or do not boot at all.

I have no documentation for the UMC chipset used by the HOT-433, so was forced to guess the shadow BIOS controls (which are required by BIOSes at this point in time). I didn't guess entirely right, which is why very few BIOSes for this board work. This isn't going to change unless someone comes up with a UM8881F datasheet, and to be honest it's not something I'm that concerned about - the AMI BIOS on my site largely works, and there are other boards that can be emulated.

Reply 112 of 1046, by gerwin

User metadata
Rank l33t
Rank
l33t

I initially thought it would give the benefit of PCI cards, but all the graphics ROMS work with the 486 VLB systems too.

I was also messing with the 286, which is new for me.
Unfortunately EMM386 does not work and EMM286 takes too much base mem, but there is no other way to get EMS. Maybe an emulated EMS board would fit here.

Regarding the CPU: playing wolfenstein 3D with a SX CPU works fine. But selecting a FPU equipped DX system gives lower framerates, and slightly warped walls.

Not complaining, just having 'fun' with PCem. 😀

--> ISA Soundcard Overview // Doom MBF 2.04 // SetMul

Reply 113 of 1046, by NJRoadfan

User metadata
Rank Oldbie
Rank
Oldbie

Heh, you can load just about any random AMIBIOS and it will boot on this emulator.

To the developer, if you want to emulate the SiS 471 ISA/VESA and 496/497 PCI/ISA/VESA boards, the datasheets are here: SiS 486 Chipset Datasheets

Reply 119 of 1046, by SarahWalker

User metadata
Rank Member
Rank
Member

Usually for issues in Windows it's bugs with page fault handling, when CPU state is not restored correctly following the faulting instruction. In this case chance stack alignment meant that a far CALL instruction faulted between pushing the return selector and address, and the stack pointer was not restored correctly.

Reply 120 of 1046, by gerwin

User metadata
Rank l33t
Rank
l33t

Thanks for the fix!

Past week I compiled the PCem source too. Using Code::Blocks IDE + MinGW compiler + (Allegro) DirectX 9 libraries + attached OpenAL library.
The additional SVN sound and video hardware choices are much appreciated.

Mostly the skill required for understanding the core of this emulator is beyond me. I merely added a windows icon and version info. Then made i430vx ROM use its own nvr file to store its settings, but the i430vx is too unfinished to use anyways, it seems.

Adding "TRIO64 (Ver. 1.5-07) [VGA] (S3 Incorporated).bin" does not trigger any additional video option, the rest works fine. S3 and 'cirrus logic' can actually run PCPbench in VESA mode.

Attachments

  • Filename
    openal.zip
    File size
    20.28 KiB
    Downloads
    147 downloads
    File comment
    OpenAL headers+libs
    File license
    Fair use/fair dealing exception
  • Filename
    PCem_icon.zip
    File size
    632 Bytes
    Downloads
    140 downloads
    File comment
    Resource lines for icon + version info
    File license
    Fair use/fair dealing exception

--> ISA Soundcard Overview // Doom MBF 2.04 // SetMul

Reply 123 of 1046, by gerwin

User metadata
Rank l33t
Rank
l33t
SarahWalker wrote:
gerwin wrote:

but the i430vx is too unfinished to use anyways, it seems.

There are some missing features, but the i430vx emulation does actually work; I wouldn't have included it if it didn't. What issues are you seeing?

Looking at the i430VX again, these things come to mind:
-It stores its settings in the hot-433 nvr.
-Keyboard at some bootups not read properly, Then I can enter the bios but cannot navigate there at all.
-It is picky about my 40MB harddisk image, could not find BIOS settings to reliably access it: I settled with configuring it floppy-only.

The CPU choice for this board is rather limited (just IDT Winchip) , but I suppose that is because of PCem CPU emulation in general.

On a side note,
when graphics are fine and smooth, the audio samples have very high latency: they are played like a second after they should play.

--> ISA Soundcard Overview // Doom MBF 2.04 // SetMul

Reply 128 of 1046, by justincase

User metadata
Rank Newbie
Rank
Newbie

SarahWalker, you need these files to add Pentium emulation.

Attachments

  • Filename
    S728BIOS.ZIP
    File size
    86.76 KiB
    Downloads
    220 downloads
    File comment
    i430FX AMIBIOS from 1995
    File license
    Fair use/fair dealing exception
  • Filename
    i430FX_2.pdf
    File size
    660.6 KiB
    Downloads
    142 downloads
    File comment
    i430FX chipset Datasheet (part 2)
    File license
    Fair use/fair dealing exception
  • Filename
    i430FX_1.pdf
    File size
    84.61 KiB
    Downloads
    286 downloads
    File comment
    i430FX chipset Datasheet (part 1)
    File license
    Fair use/fair dealing exception

Reply 129 of 1046, by Jorpho

User metadata
Rank l33t++
Rank
l33t++
justincase wrote:

SarahWalker, you need these files to add Pentium emulation.

I suspect adding Pentium emulation is not nearly as simple as you think it is, sir.

Perhaps, as above, you could explain why you think Pentium emulation is necessary and why you want it so badly? I do not think it is going to make the emulation any faster. Quite the contrary.