VOGONS

Common searches


Search results

Display options

Re: test386.asm CPU tester

Now the 80386+ and 80486+ instructions are also modified to use the lookup table. The instruction tables(which details instruction rights(like LOCKable, valid modr/m reg values for immediate bytes or not etc.) and the parsing of the modr/m parameters and immediate parameters) also seems fine now. …

Re: Finding bugs in 8086-80386 emulation core?

I've just tried running the Compaq Deskpro 386 BIOS again in cycle-accurate mode. Somehow. it never enables a DMA channel(mask is set to 0xF, thus all channels are masked off), then proceeds to boot and finally hang on waiting for bit 0 of the channel 0 high/low counter to change?

Re: Finding bugs in 8086-80386 emulation core?

Just tried booting MS-DOS 6.22 on the XT (80186 CPU). It seems to crash somewhere within IO.SYS, at 0070:0003 with a DIV instruction faulting to the BIOS and returning. I don't think that's supposed to happen? Guess I'll try and single-step through the whole driver running and see what it's doing( …

Re: UniPCemu emulator releases

A quick little update: UniPCemu_20180205_1300_PSP.zip Changelog: - Optimized normal and stack address checks with unlikely statements and more efficient checking. - Optimized all modr/m checks by adding unlikely and reducing modrm checks to actually execute only once for an instruction. - Applied …

Re: UniPCemu emulator releases

A new UniPCemu release, with various improvements: UniPCemu_20180204_1602_PSP.zip Changes: - Fixed IDE memset to use correct pointers for clearing buffers. - Implemented the Microsoft Corporation: Media Status Notification Support Specification, Version 1.03 into the CD-ROM drives, in limited form( …

Page 121 of 229