Search found 8 matches

by mdanh2002
Fri Jun 14, 2019 2:36 pm
Forum: Mini vMac and Other Mac Emulators
Topic: PCE/macplus emulator
Replies: 22
Views: 15992

Re: PCE/macplus emulator

See my latest article here http://www.toughdev.com/content/2018/12/developing-68k-mac-apps-with-codelite-ide-retro68-and-pce-macplus-emulator/ that explains how CodeLite can be setup exactly for use with Retro68 and pce/macplus as a 68k development environment. Mac apps can be run on various emulato...
by mdanh2002
Fri Jun 14, 2019 2:12 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Custom 68K IDE with CodeLite, Retro68 and pce-macplus
Replies: 0
Views: 8288

Custom 68K IDE with CodeLite, Retro68 and pce-macplus

Hi, Previously I wrote a review on the PCE/macplus emulator here https://www.emaculation.com/forum/viewtopic.php?f=7&t=9274 . Interestingly, when used with CodeLite and Retro68 ( https://github.com/autc04/Retro68 ), the combination can form a very good development environment for 68k Mac apps. W...
by mdanh2002
Tue Apr 11, 2017 9:59 am
Forum: Mini vMac and Other Mac Emulators
Topic: PCE/macplus emulator
Replies: 22
Views: 15992

Re: PCE/macplus emulator

@adespoton - I think compiling pce/macplus with TUN/TAP support for OSX is quite tricky - I could not get it to work (missing headers) as Mac OS X is based on BSD. I believe you may need something like this http://tuntaposx.sourceforge.net/ to enable TUN/TAP support. Alternatively, maybe install br...
by mdanh2002
Sat Apr 08, 2017 12:50 pm
Forum: Mini vMac and Other Mac Emulators
Topic: PCE/macplus emulator
Replies: 22
Views: 15992

Re: PCE/macplus emulator

@adespoton - I think compiling pce/macplus with TUN/TAP support for OSX is quite tricky - I could not get it to work (missing headers) as Mac OS X is based on BSD. I believe you may need something like this http://tuntaposx.sourceforge.net/ to enable TUN/TAP support. Alternatively, maybe install bre...
by mdanh2002
Thu Apr 06, 2017 9:08 am
Forum: Mini vMac and Other Mac Emulators
Topic: PCE/macplus emulator
Replies: 22
Views: 15992

Re: PCE/macplus emulator

Hi, Thank you for that well written review/manual ;-) Best, Cat_7 Thanks :) I just want to introduce everyone to this superb 68K Mac emulator. In terms of functionality, it is much better than Mini vMac which can't support PPP or serial port functionality. I am currently using it with Retro68K (htt...
by mdanh2002
Thu Apr 06, 2017 4:10 am
Forum: Mini vMac and Other Mac Emulators
Topic: PCE/macplus emulator
Replies: 22
Views: 15992

PCE/macplus emulator

Hi, I have written a review of the PCE/macplus emulator: http://www.toughdev.com/content/2016/11/pcemacplus-the-ultimate-68k-classic-macintosh-emulator/ This is a highly customizable emulator that can emulate many 68k compact Macintosh models from the Macintosh 128K/512K up to the Macintosh SE, supp...
by mdanh2002
Sun Feb 19, 2017 9:36 am
Forum: Mini vMac and Other Mac Emulators
Topic: MacPPP via serial port on PCE Macintosh Plus
Replies: 3
Views: 4596

Re: MacPPP via serial port on PCE Macintosh Plus

Well, I got it working. All I have to do is to press "Open" on the "Config PPP" panel on the emulated Macintosh first, then quickly start the PPPD server on my other machine. If this is done then the PPPD handshaking will be successful and I will be able to surf the net via MacTC...
by mdanh2002
Sat Feb 18, 2017 3:01 pm
Forum: Mini vMac and Other Mac Emulators
Topic: MacPPP via serial port on PCE Macintosh Plus
Replies: 3
Views: 4596

MacPPP via serial port on PCE Macintosh Plus

Hi, I am trying out the pce-macplus emulator (http://www.hampa.ch/pce/pce-macplus.html) by compiling the source and run it on Ubuntu 15.04! It is great, emulates many more features than Mini vMac, and is able to run System 6, which Basilisk (another 68k emulator) cannot support. However, I currently...