Search found 14 matches

by roytam1
Wed 06 Dec, 2017 3:54 pm
Forum: General
Topic: invalid opcode 0f44
Replies: 5
Views: 4578

Re: invalid opcode 0f44

Oops, thtat is a CMOV instruction. Is any of PCem emulated CPU support this?
by roytam1
Wed 06 Dec, 2017 3:32 pm
Forum: General
Topic: invalid opcode 0f44
Replies: 5
Views: 4578

invalid opcode 0f44

PCem v12
CPU: Pentium MMX 233 and WinChip 240 are tried with same result.
by roytam1
Sat 05 Mar, 2016 11:59 pm
Forum: General
Topic: PCem 10.1 crashes with Win2000 SP1 JPN
Replies: 4
Views: 4958

Re: PCem 10.1 crashes with Win2000 SP1 JPN

Battler wrote:- roytam1: Your PCem binary is 32-bit or 64-bit?
32bit
by roytam1
Sat 05 Mar, 2016 1:56 pm
Forum: General
Topic: PCem 10.1 crashes with Win2000 SP1 JPN
Replies: 4
Views: 4958

Re: PCem 10.1 crashes with Win2000 SP1 JPN

Why can't you use the boot disks or boot from CD in the 430VX? Edit: the Oak OTI-067 card is too old to be supported and I think the 486SX is also not supported on Win2000, I think it requires a full 486DX as a minimum. First, it is a bug of Recompiler. When I disable Recompiler option, PCem doesn'...
by roytam1
Sat 05 Mar, 2016 1:37 pm
Forum: General
Topic: PCem 10.1 crashes with Win2000 SP1 JPN
Replies: 4
Views: 4958

PCem 10.1 crashes with Win2000 SP1 JPN

After DOS based installation is finished, it boots into Phase 1 of Windows 2000 Setup and after F6 screen PCem crashes. Unhandled exception at 0x004f9ba1 in PCem.exe: 0xC0000005: Access violation reading location 0x0000038c. Stack: PCem.exe!004f9ba1() [Frames below may be incorrect and/or missing, n...
by roytam1
Tue 18 Nov, 2014 4:09 am
Forum: Development
Topic: [PATCH] linking stdc++ and libgcc statically in windows
Replies: 11
Views: 14735

Re: [PATCH] linking stdc++ and libgcc statically in windows

truth wrote:It is documented on Vogons that newer versions of mingw/gcc will not build against static runtime libraries. Furthermore, statically compiling certain libraries will break multithreading operations. This is also documented.
I'd file bug report to such libraries instead. :P
by roytam1
Tue 18 Nov, 2014 3:28 am
Forum: Development
Topic: [PATCH] linking stdc++ and libgcc statically in windows
Replies: 11
Views: 14735

Re: [PATCH] linking stdc++ and libgcc statically in windows

What would be nice is a pcem build that requires no external dll's but the main problem is ppl not including them in builds (not sure the real reason why) distributing it with out the dlls is useless you may as well not bother at all as its very version dll specific you cant just get them from the ...
by roytam1
Tue 18 Nov, 2014 3:16 am
Forum: Development
Topic: [PATCH] linking stdc++ and libgcc statically in windows
Replies: 11
Views: 14735

Re: [PATCH] linking stdc++ and libgcc statically in windows

Test with gcc 4.8.2 to verify and by compiling on native win32 (not cross-compiling on another OS). I wonder if you miss this part: PCem.exe: $(OBJ) $(FMOBJ) $(SIDOBJ) - $(CC) $(OBJ) $(FMOBJ) $(SIDOBJ) -o "PCem.exe" $(LIBS) + $(CPP) $(OBJ) $(FMOBJ) $(SIDOBJ) -o "PCem.exe" $(LIBS)
by roytam1
Tue 18 Nov, 2014 3:07 am
Forum: Development
Topic: [PATCH] linking stdc++ and libgcc statically in windows
Replies: 11
Views: 14735

Re: [PATCH] linking stdc++ and libgcc statically in windows

That doesn't work on newer mingw/gcc installations. Any error messages? BTW It works for me. ;) /d/PCem/src$ gcc -v Using built-in specs. COLLECT_GCC=D:\msys\mingw\bin\gcc.exe COLLECT_LTO_WRAPPER=d:/msys/mingw/bin/../libexec/gcc/i686-w64-mingw32/4.8.1/lto-wrapper.exe Target: i686-w64-mingw32 Config...
by roytam1
Tue 18 Nov, 2014 12:20 am
Forum: Development
Topic: [PATCH] linking stdc++ and libgcc statically in windows
Replies: 11
Views: 14735

[PATCH] linking stdc++ and libgcc statically in windows

I think it is better to link stdc++ and libgcc statically (using "-static-libgcc -static-libstdc++" switch) to reduce redist package size. --- Makefile.mingw.orig 2014-11-17 20:41:02 +0800 +++ Makefile.mingw 2014-11-18 10:39:49 +0800 @@ -23,14 +23,14 @@ win-status.o win-time.o win-video.o ...
by roytam1
Fri 07 Nov, 2014 2:23 am
Forum: General
Topic: the scrolling of DOS/V 6.2
Replies: 23
Views: 22229

Re: the scrolling of DOS/V 6.2

I have Troi64V+ real card (with 2 RAM chips only, other 2 RAM sockets has no chips) Is is enough to test? EDIT: I tested the card on a PC which has ASUS P4 mainboard, and I can have 640x480 4bpp in Windows PE. JDOS 6.2: blank screen, run "cls" will return to text mode. dspvv/dispvb/IBM $F...
by roytam1
Thu 06 Nov, 2014 1:22 am
Forum: General
Topic: the scrolling of DOS/V 6.2
Replies: 23
Views: 22229

Re: the scrolling of DOS/V 6.2

I have Troi64V+ real card (with 2 RAM chips only, other 2 RAM sockets has no chips) Is is enough to test? EDIT: I tested the card on a PC which has ASUS P4 mainboard, and I can have 640x480 4bpp in Windows PE. JDOS 6.2: blank screen, run "cls" will return to text mode. dspvv/dispvb/IBM $FO...
by roytam1
Mon 27 Oct, 2014 2:29 am
Forum: General
Topic: Grub4DOS causes Segmentation Fault
Replies: 1
Views: 3802

Re: Grub4DOS causes Segmentation Fault

since you build yourself, you may try debugging with gdb and print a stack trace with it segfaults.
it will help locating the problem.