Search found 104 matches

by startmenu
Thu 25 Dec, 2014 5:18 am
Forum: General
Topic: Rhapsody works on PCem
Replies: 11
Views: 11908

Rhapsody works on PCem

Apple Rhapsody DP2 x86 works well on PCem Rev188. I took some screenshots. boot loader: http://kikyoulinux.info/misc/rhapsody1.png system startup: http://kikyoulinux.info/misc/rhapsody2.png http://kikyoulinux.info/misc/rhapsody3.png login: http://kikyoulinux.info/misc/rhapsody4.png desktop: http://k...
by startmenu
Wed 10 Dec, 2014 12:54 pm
Forum: General
Topic: Some 2D graphics are not drawn correctly by ViRGE(and DX)
Replies: 3
Views: 5298

Re: Some 2D graphics are not drawn correctly by ViRGE(and DX

Also, 2D performance of ViRGE emulation is much worse than Trio64's.
by startmenu
Sun 07 Dec, 2014 8:32 am
Forum: General
Topic: Some 2D graphics are not drawn correctly by ViRGE(and DX)
Replies: 3
Views: 5298

Some 2D graphics are not drawn correctly by ViRGE(and DX)

I have tested both official S3 ViRGE ViRGE/DX drivers and drivers shipped with Windows on Windows 95,98 and Me. For example, the frame of the progress bar in this picture http://kikyoulinux.info/misc/20141207154752.png and the pie chart showing disk space in this screenshot http://kikyoulinux.info/m...
by startmenu
Fri 05 Dec, 2014 1:18 pm
Forum: Development
Topic: Dynamic recompiler
Replies: 164
Views: 150939

Re: Dynamic recompiler

TomWalker wrote:That BSOD is the result of a self-modifying code bug. Unfortunately it's not the only bug with Win98 setup...
Reinstalling Win98 each time (on recompiler enabled builds), I get the same BSoD...
by startmenu
Tue 02 Dec, 2014 3:17 pm
Forum: Development
Topic: Dynamic recompiler
Replies: 164
Views: 150939

Re: Dynamic recompiler

http://kikyoulinux.info/misc/20141202230932.jpg
Installing Windows 98, it turned out BDoD after logo shown... The first stage of installation (coping files,extracting cabs,etc) was successful.
by startmenu
Tue 02 Dec, 2014 7:06 am
Forum: Development
Topic: Dynamic recompiler
Replies: 164
Views: 150939

Re: Dynamic recompiler

Finally Windows 95 works after being reinstalled. I'll try Win98 later.
config:
430VX, Pentium 75 with a bit of cache, Sound Blaster AWE32
http://kikyoulinux.info/misc/itworks.png
by startmenu
Tue 02 Dec, 2014 6:10 am
Forum: Development
Topic: Dynamic recompiler
Replies: 164
Views: 150939

Re: Dynamic recompiler

I tested your PCem binary and it works with my Win95 image. Therefore, your cflags settings are likely not the cause of the issue, but instead you should verify use of Cache = "A lot" and try disabling the virtual cdrom drive. Otherwise, try reinstalling 95 onto the virtual disk image (ma...
by startmenu
Tue 02 Dec, 2014 5:30 am
Forum: Development
Topic: Dynamic recompiler
Replies: 164
Views: 150939

Re: Dynamic recompiler

Perhaps post your pcem binary so it can be examined. Also, does your pcem binary work with DOS? Did you verify the Win95 installation? Please read this thread, too: http://pcem-emulator.co.uk/phpBB3/viewtopic.php?f=2&t=98. Yes, DOS works. I installed DOS 6.22 first and then run win95 installer ...
by startmenu
Tue 02 Dec, 2014 3:56 am
Forum: Development
Topic: Dynamic recompiler
Replies: 164
Views: 150939

Re: Dynamic recompiler

Here's my config on PCem rev187 gameblaster = 0 gus = 0 ssi2001 = 0 model = 25 cpu_manufacturer = 0 cpu = 4 gfxcard = 19 video_speed = 5 sndcard = 8 cpu_speed = 12 has_fpu = 1 slow_video = 1 cache = 2 cga_composite = 0 disc_a = disc_b = mem_size = 32 cdrom_drive = 73 cdrom_enabled = 1 vid_resize = 0...
by startmenu
Mon 01 Dec, 2014 3:01 pm
Forum: Development
Topic: Dynamic recompiler
Replies: 164
Views: 150939

Re: Dynamic recompiler

leilei wrote:I don't use -fprofile-use. I only add -DDYNAREC when I build. rev 187
I tried to build one without -fprofile-use, it's still BSoD... However to build without both -DDYNAREC and -fprofile-use makes Windows 9x work.
by startmenu
Mon 01 Dec, 2014 2:40 pm
Forum: Development
Topic: Dynamic recompiler
Replies: 164
Views: 150939

Re: Dynamic recompiler

Not for me, I can get to Win95 and Win98 just fine without any IFSMGR bluescreen on Intel Advanced/EV and AMI Winbios 486 with the DYNAREC enabled. Did you build it? I should mention it's nice not seeing the Win95 logo stalling for seconds and having the full speed of a Pentium 90 :) I have built R...
by startmenu
Mon 01 Dec, 2014 12:17 pm
Forum: Development
Topic: Dynamic recompiler
Replies: 164
Views: 150939

Re: Dynamic recompiler

The dynamic recompiler enabled build does not run Windows 95. "IFSMGR" was mentioned on the BSoD screen.
by startmenu
Mon 01 Dec, 2014 2:07 am
Forum: General
Topic: Voodoo emulation?
Replies: 15
Views: 15209

Voodoo emulation?

Hi, I found there's vid_voodoo.c and vid_voodoo.h in the src folder, and "voodoo_init();" was found in pc.c. However Windows does not recognize the Voodoo card. Does Voodoo emulation really works or it's dummy? BTW, Bochs does the Voodoo emulation now. Maybe there're some ideas can be foun...
by startmenu
Sat 29 Nov, 2014 8:11 am
Forum: Development
Topic: Optional: ne2000 patch (WIP)
Replies: 29
Views: 39906

Re: Optional: ne2000 patch (WIP)

Finished updating my ne2000 patchset (for now) https://mega.co.nz/#!QF11VJRD!uKJ7UiEQ26cN2OgR3Rb8xNgKxzfvPm_oAEUyaPfO7yQ I cannot compile this one. I commit this patch to Rev186 manually. Maybe there's something wrong with this line in pc.c: network_card_current = config_get_int(NULL, "netcard...