Search found 17 matches
- Mon 07 Dec, 2020 5:11 pm
- Forum: General
- Topic: building v17 on MacOS
- Replies: 8
- Views: 1929
Re: v17 on MacOS
I was able to compile v17 on Mac OS with no additional changes from the original instructions (I'm on OSX 10.14.6) but I've noticed that some of my machines now run dog slow. If I copy the pcem executable v16 back over everything runs normal again. It seems to affect the PMMX class machines.
- Mon 30 Nov, 2020 3:23 am
- Forum: General
- Topic: anyone interesting in doing a PCem driver collection?
- Replies: 9
- Views: 1495
Re: anyone interesting in doing a PCem driver collection?
Searching and downloading the driver without owning the hardware is technically 'illegal', it's just not enforced (nor can it be, really - doesn't mean some of these greedy ass companies haven't tried). I disagree with this statement. Unlike ROMS, firmware and such, drivers are usually made publicl...
- Mon 20 Apr, 2020 6:53 pm
- Forum: General
- Topic: Steps for installing and compiling PCem on Mac OS
- Replies: 1
- Views: 2851
Steps for installing and compiling PCem on Mac OS
I know there have been several threads regarding compiling PCem on MacOS and there are instructions on doing this spread out throughout the forums so I thought I would create a thread on the steps required to get PCem working on a clean Mac from start to finish. These steps have worked for me with P...
- Mon 12 Aug, 2019 2:35 pm
- Forum: General
- Topic: v15 on macOS - fail to compile
- Replies: 5
- Views: 5379
Re: v15 on macOS - fail to compile
In OS X off_t is already 64 bits so edit esdi_at.c and change the code from: #include <sys/types.h> #include "ibm.h" to: #include <sys/types.h> #define off64_t off_t #include "ibm.h" or alternatively to: #include <sys/types.h> typedef off_t off64_t; #include "ibm.h" ...and try to compile again. I'm...
- Fri 09 Aug, 2019 3:19 pm
- Forum: General
- Topic: v15 on macOS - fail to compile
- Replies: 5
- Views: 5379
Re: v15 on macOS - fail to compile
Did you ever find a solution to this? I'm running into the same issue on OS X 10.12.6 esdi_at.c:110:35: error: unknown type name 'off64_t'; did you mean 'off_t'? int esdi_get_sector(esdi_t *esdi, off64_t *addr) ^~~~~~~ off_t /usr/include/sys/_types/_off_t.h:30:25: note: 'off_t' declared here typedef...
- Wed 31 Jul, 2019 7:39 pm
- Forum: General
- Topic: A more powerful Tandy profile, please?
- Replies: 9
- Views: 6189
Re: A more powerful Tandy profile, please?
My question is, are there plans to add more powerful Tandy machines in the near future? I'm thinking of the Tandy 1000 TX (CPU 80286/8) or the 2500 SX (CPU 80386/25), for example. I don't know if their firmware is widely available, though. Is there an easy way to rip my TL/3 firmware without damagi...
- Wed 31 Jul, 2019 7:36 pm
- Forum: General
- Topic: A more powerful Tandy profile, please?
- Replies: 9
- Views: 6189
Re: A more powerful Tandy profile, please?
BTW, the Tandy 1000 are not fully compatible with the IBM PCjr. They have the same architecture, but it's handled differently. See http://nerdlypleasures.blogspot.com/2012/06/ibm-pcjr-and-tandy-1000-games.html for details. Very true. I guess I should have said "As compatible as any other Tandy" :) ...
- Wed 31 Jul, 2019 7:02 pm
- Forum: General
- Topic: A more powerful Tandy profile, please?
- Replies: 9
- Views: 6189
Re: A more powerful Tandy profile, please?
I've owned the Tandy 1000SX, TX, TL and TL/3 in my days and still have my Tandy 1000 TL/3 which is the last 286 version that had both Tandy graphics and Tandy enhanced sound (3 voice + white noise channel) and full backward-compatibility with the PC Jr. It had a 286/10 CPU and a built in XT-IDE cont...
Re: MacOS X
I was able to get it to compile on my Mac running OS X 10.11.6 but when I run pcem I get: No ROMS present Pcem did not create the ~/.pcem folder so I manually created it and copied my roms folder into that but I still get the error saying no roms are present. If I do "ls -a ~/" it shows .pcem as bei...
- Tue 02 Jan, 2018 9:05 pm
- Forum: General
- Topic: Tandy 1000 SL/2 Deskmate
- Replies: 2
- Views: 2605
Re: Tandy 1000 SL/2 Deskmate
Can anyone tell me if the actual Tandy keyboard is emulated when one of the Tandy machines is selected? I ask because I've noticed that in Deskmate the cursor (arrow) keys don't work nor does the F11 and F12 which is indicative of an XT keyboard codes being sent. This might affect some Tandy-specifi...
- Tue 02 Jan, 2018 12:21 am
- Forum: General
- Topic: Tandy 1000 SL/2 Deskmate
- Replies: 2
- Views: 2605
Re: Tandy 1000 SL/2 Deskmate
I’ve never had ay luck running Deskmate from ROM either but there are a couple of things you can try: 1) Locate the Tandy 1000 SL/2 setup.exe file (I think it is called SL2.EXE) and, after booting, run that and change the startup setting from DOS to Deskmate. That worked on my TL/3. Of course, if th...
- Fri 22 Dec, 2017 4:15 pm
- Forum: General
- Topic: v13 released!
- Replies: 25
- Views: 15272
Re: v13 released!
Maybe add a PCI network adapter that is PnP compatible. I can't get the NE2000 Compatible to work under OS/2 Warp.
Also, in Linux, is there any networking option other than SLiRP? When compiled with --enable-networking I don't see any other options and SLiRP doesn't seem to work for me.
Also, in Linux, is there any networking option other than SLiRP? When compiled with --enable-networking I don't see any other options and SLiRP doesn't seem to work for me.
- Thu 21 Dec, 2017 3:47 am
- Forum: General
- Topic: v13 - Mouse Issues
- Replies: 13
- Views: 7800
Re: v13 - Mouse Issues
Success! I have PCem running natively on my Mac on OS X 10.11.6 El Capitan. I installed wxWidgits and SDL2 using Homebrew and was able to compile the Linux source using gcc. I moved my configs, nvr, roms and disk image directories over from my Windows PC and they mostly worked. The only thing I had ...
- Wed 20 Dec, 2017 10:44 pm
- Forum: General
- Topic: v13 - Mouse Issues
- Replies: 13
- Views: 7800
Re: v13 - Mouse Issues
I am an avid Mac user and would love to attempt to build a binary for OS X. I'll download the Linux source and try it (I can live without CD support) @SarahWalker can you give us a list of the libraries we need to install in Homebrew and maybe general instructions on how to install them? I've only u...
- Mon 18 Dec, 2017 9:07 pm
- Forum: General
- Topic: v13.1 released!
- Replies: 25
- Views: 16431
Re: v13.1 released!
This really is an amazing piece of software. I remember thinking how cool DOSBox was when it first came out and how neat that it was able to simulate PC hardware and MS-DOS so well but being able to emulate actual PC/Intel systems with all of the quirks and proprietary hardware (Tandy graphics and s...
- Mon 18 Jul, 2016 2:21 pm
- Forum: General
- Topic: Tandy 1000 Fun!
- Replies: 6
- Views: 5244
Re: Tandy 1000 Fun!
I don't know the chipset. I do have a TL/3 so would this be something I can get by looking at the board?
This may be of help:
http://support.radioshack.com/support_c ... /30541.htm
http://support.radioshack.com/support_computer/1240.htm
This may be of help:
http://support.radioshack.com/support_c ... /30541.htm
http://support.radioshack.com/support_computer/1240.htm
- Mon 18 Jul, 2016 5:40 am
- Forum: General
- Topic: Tandy 1000 Fun!
- Replies: 6
- Views: 5244
Tandy 1000 Fun!
A big kudos to the programmers of PCem! I recently discovered this little gem when looking for a Tandy 1000 TX emulator (my first PC compatible computer) and I was not disappointed! I've owned the HX, SX, TX and TL/3 models and the Tandy 1000 HX and SL/2 emulation on PCem are the closest I've seen t...