Search found 78 matches
- Sun 23 Dec, 2018 1:42 pm
- Forum: Development
- Topic: v15 & new recompiler update
- Replies: 17
- Views: 3363
Re: v15 & new recompiler update
Thanx Sarah and Merry Christmas all
- Fri 21 Dec, 2018 5:41 pm
- Forum: Development
- Topic: unable to compile PCem under Linux
- Replies: 13
- Views: 1568
Re: unable to compile PCem under Linux
For me I normally run these commands and it is normally enough to get most stuff compiling : sudo apt-get install git build-essential libsdl2-dev libsdl2-ttf-dev libfontconfig-dev qt5-default cmake libgtk-3-dev mercurial sudo apt-get install subversion g++ libqt5-dev libqtwebkit-dev libphonon-dev li...
- Tue 04 Dec, 2018 4:04 pm
- Forum: General
- Topic: Schneider Euro PC
- Replies: 8
- Views: 2260
Re: Schneider Euro PC
Linux saves it under ~/.pcem/nvr/
- Wed 28 Nov, 2018 5:40 am
- Forum: Development
- Topic: I tested ~100 DOS games (v14)
- Replies: 4
- Views: 2235
Re: I tested ~100 DOS games (v14)
Tested Test Drive 2, and mine work without asking for d:
- Tue 27 Nov, 2018 3:00 pm
- Forum: Development
- Topic: compiling error
- Replies: 14
- Views: 2526
Re: compiling error
On Linux Mint 19 I had to install libwxgtk3.0-dev and libwxgtk3.0-gtk3-dev packages. The configure script didn't check for them and complained about missing wx components similar to te_lanus's output above (e.g. error: invalid use of incomplete type ‘class wxCommandEvent’). Compiled fine after thes...
- Mon 26 Nov, 2018 7:52 pm
- Forum: Development
- Topic: Fix Makefile.in for build
- Replies: 16
- Views: 1790
Re: Fix Makefile.in for build
I found that there are missing changes to be able to complete the changes in Makefile.in, compiling in CentOS Linux 6.7 the following topics: - Move BIOS loading out of mem.c (commit # cf136a5). - Added Sigma Designs Color 400 emulation. Patch from John Elliott (commit # 7092188). I add the patches...
- Sun 25 Nov, 2018 4:03 pm
- Forum: Merged patches
- Topic: [Patch] Trigem Korean VGA
- Replies: 5
- Views: 1228
Re: [Patch] Trigem Korean VGA
Sorry seems I uploaded the wrong pic:
Here's the right one

Win 3.1

Here's the right one

Win 3.1

- Sun 25 Nov, 2018 2:44 am
- Forum: Merged patches
- Topic: [Patch] Trigem Korean VGA
- Replies: 5
- Views: 1228
Re: [Patch] Trigem Korean VGA
Running on the latest commit:




- Wed 21 Nov, 2018 5:42 pm
- Forum: Development
- Topic: Fix Makefile.in for build
- Replies: 16
- Views: 1790
Re: Fix Makefile.in for build
I'm not really a programmer, still use basic atmMartin_Riarte wrote: ↑Wed 21 Nov, 2018 5:29 pmI'm from the old school, in my time it was very common to share my own programs.
- Wed 21 Nov, 2018 5:10 pm
- Forum: Development
- Topic: Fix Makefile.in for build
- Replies: 16
- Views: 1790
Re: Fix Makefile.in for build
@Martin_Riarte thanx finally got pcem to compile
- Wed 21 Nov, 2018 11:21 am
- Forum: Development
- Topic: Fix Makefile.in for build
- Replies: 16
- Views: 1790
Re: Fix Makefile.in for build
Shermanp I tried conpiling this morning using the normal ./configure & make even tried autoreconf and building fails on Kubuntu that I use. And every build has failed since October
- Wed 21 Nov, 2018 4:57 am
- Forum: Development
- Topic: compiling error
- Replies: 14
- Views: 2526
Re: compiling error
Currently it fails compiling at: pcem-wx-config.o: In function `config_dlgsave': wx-config.c:(.text+0x34ca): undefined reference to `loadbios' pcem-pc.o: In function `initpc': pc.c:(.text+0x1d3d): undefined reference to `loadbios' pcem-video.o:(.data.rel+0xe28): undefined reference to `sigma_device'...
- Sun 21 Oct, 2018 5:36 am
- Forum: Development
- Topic: compiling error
- Replies: 14
- Views: 2526
Re: compiling error
Ok the latest source seems to fail to compile: (Kubuntu 18.04) In file included from wx-main.cc:1:0: wx-app.h:57:29: error: invalid use of incomplete type ‘class wxCommandEvent’ class CallbackEvent: public wxCommandEvent ^~~~~~~~~~~~~~ In file included from /usr/include/wx-3.0/wx/wx.h:24:0, from wx-...
- Fri 02 Mar, 2018 2:35 pm
- Forum: Development
- Topic: compiling error
- Replies: 14
- Views: 2526
Re: compiling error
I get the following error today, not sure why. wx-createdisc.cc: In function ‘int creatediscimage_dlgproc(void*, int, wxInt32, wxIntPtr)’: wx-createdisc.cc:78:49: error: ‘uint8_t’ was not declared in this scope uint8_t sector[512]; ^ wx-createdisc.cc:81:56: error: ‘sector’ was not declared in this s...
- Fri 12 Jan, 2018 3:56 am
- Forum: Development
- Topic: compiling error
- Replies: 14
- Views: 2526
Re: compiling error
thanx that helped

- Thu 11 Jan, 2018 9:08 am
- Forum: Development
- Topic: compiling error
- Replies: 14
- Views: 2526
compiling error
with the latest t1000 addition pcem seems no longer able to compile on linux (ubuntu 16.04) pcem-keyboard_xt.o: In function `keyboard_xt_adddata': keyboard_xt.c:(.text+0x11e): undefined reference to `t1000_syskey' keyboard_xt.c:(.text+0x140): undefined reference to `t1000_syskey' keyboard_xt.c:(.tex...
- Sun 07 Jan, 2018 6:13 am
- Forum: Development
- Topic: Floppy emulation on old versions of Linux
- Replies: 5
- Views: 1191
- Tue 12 Dec, 2017 6:26 am
- Forum: General
- Topic: Just a stupid Question
- Replies: 2
- Views: 592
Re: Just a stupid Question
Thanx. that worked. knew it was me overlooking the obviousdarksabre76 wrote:You need to put your roms in the ~/.pcem/roms folder. That's where all of the data is found for the linux versions.

- Tue 12 Dec, 2017 6:20 am
- Forum: General
- Topic: Just a stupid Question
- Replies: 2
- Views: 592
Just a stupid Question
I downloaded the source for V13, got all my dependencies sorted out and was able to compile it on Ubuntu Mate 16.04. But when I try and run pcem using ./pcem it comes up and say: No ROMs present! You must have at least one romset to use PCem. I tried copying my V12 setup that use with wine, and I st...
- Thu 28 Jan, 2016 10:39 am
- Forum: Development
- Topic: Linux Compilig
- Replies: 6
- Views: 3478
Re: Linux Compilig
quick question I've installed Mint 17.3. Installed the build tools and everything needed to compile (or so methinks), ./configure run without a hitch: checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/inst...
- Fri 25 Dec, 2015 4:32 pm
- Forum: Development
- Topic: FDC discussion
- Replies: 20
- Views: 5835
Re: FDC discussion
Wonder if PCem will one day support some of the other Disk Image formats that are available today. IE
FDI: Formatted Disk Image
td0: Teledisk
imd: ImageDisk
FDI: Formatted Disk Image
td0: Teledisk
imd: ImageDisk
- Sun 06 Dec, 2015 2:51 am
- Forum: General
- Topic: Host machine survey
- Replies: 127
- Views: 43873
Re: Host machine survey
Not really true. I still go online now and then with my PII 400mhz Win98se machine, and hardly notice any problems, My friend still uses his a500 for casual web surfing.ender wrote: and aren't even usable for web browsing (anything webkit/blink-based won't even run).
- Sat 05 Dec, 2015 4:57 pm
- Forum: General
- Topic: Host machine survey
- Replies: 127
- Views: 43873
Re: Host machine survey
Processor Information:
Intel Pentium E5300 @ 2.60GHz
Operating System Version:
Windows XP (32 bit)
Video Card:
Driver: NVIDIA GeForce GT 240
Memory:
RAM: 3071 Mb
Intel Pentium E5300 @ 2.60GHz
Operating System Version:
Windows XP (32 bit)
Video Card:
Driver: NVIDIA GeForce GT 240
Memory:
RAM: 3071 Mb
- Fri 27 Nov, 2015 4:37 am
- Forum: General
- Topic: ACPI BIOS support?
- Replies: 4
- Views: 1967
Re: ACPI BIOS support?
AFAIK there is no BIOS that has ACPI support that run in PCem
- Fri 20 Nov, 2015 6:05 am
- Forum: General
- Topic: When Can i find ATI Graphics Pro Turbo (Mach64 GX)
- Replies: 3
- Views: 2134
Re: When Can i find ATI Graphics Pro Turbo (Mach64 GX)
Certain Bioses Claim they are PII and PIII if run in PCem:leilei wrote:The P2 and P3 are way far off.
me go sit in the naughty corner

- Fri 20 Nov, 2015 3:57 am
- Forum: Development
- Topic: new drivers
- Replies: 19
- Views: 7418
Re: new drivers
Hi a quick "bug" report. I've updated to the Latest Revision 400(or 401) and applied my patch (Kaypro XT clone one) and built an executable. Ran it, and it crashed. Did some investigation. Went Back to Rev 397 and applied my patch and the resulting exe ran. Updated to Rev 398 and it crashes. Buildin...
- Mon 16 Nov, 2015 3:56 pm
- Forum: Development
- Topic: new drivers
- Replies: 19
- Views: 7418
Re: new drivers
thanx that fixed the compileTomWalker wrote:Sorry, you need to add acerm3a.o to Makefile.mingw
seems this patch fixes itSA1988 wrote:well all Acer bioses pcem-x has (and this one too, in stock pcem) don't respond to ctrl-alt-esc iirc.
- Mon 16 Nov, 2015 4:17 am
- Forum: Development
- Topic: new drivers
- Replies: 19
- Views: 7418
Re: new drivers
Had a bit of a play with the Acer M3A, the attached patch fixes a couple of issues : Hi Did a fresh clone of the Source tree and added the Patch, (after trying to get it to work on mine, and not succeeding) I get the following error: model.o:model.c:(.text+0xc8f): undefined reference to `acerm3a_io...
- Sun 15 Nov, 2015 1:38 pm
- Forum: General
- Topic: Key Sequences?
- Replies: 2
- Views: 1088
Re: Key Sequences?
Sorry, was busy posting it, when we had a Power failure, Posted to here: viewtopic.php?f=3&t=285&p=2401#p2401
- Sun 15 Nov, 2015 1:37 pm
- Forum: Development
- Topic: new drivers
- Replies: 19
- Views: 7418
Re: new drivers
OK Updated my Patch to conform to V10.
And added the Acer M3A

(Moderator note : please do not post BIOS images)
And added the Acer M3A
(Moderator note : please do not post BIOS images)