Skip to content

Commodore FujiNet Quickstart Guide

andy diller edited this page Jun 7, 2023 · 19 revisions

Commodore 64 Quickstart Guide

Hardware Options

FujiNet for Commodore is still under development and hardware is still in the experimental stage. FujiNet uses the IEC bus so building a prototype for testing is fairly simple, needing only 6 wires and an ESP32.

Custom Prototype

You need an ESP32-WROVER Devkit board (minimum 8MB Flash, 8MB PSRAM), a DIN 6 plug and some wire to connect them. We recommend using the official ESP32-DEVKITC-VE made by Espressif. We have also had success with the Lolin D32 Pro which also has an onboard MicroSD card socket. Pinouts are defined in software and it is easiest to match the pinout of our generic IEC board.

FujiApple

If you have a FujiApple Rev0 (FujiNet for Apple II) you can use it to test Commodore by building an adapter cable using the pinout below:

IEC-to-FujiApple-Pinout

When configuring the firmware build, use build_board = fujiapple-iec.

Firmware

You can follow the Board Bring Up Guide to install PlatformIO and build firmware for Commodore.

Use FujiNet as a Modem

  • startup C64 with Fujinet attached to IEC
LOAD"ML:NETCAT",8
RUN

In the NETCAT Type:

telnet://bbs.retroacademy.it:6510

Try out the Slideshows in PETSCI!

Loading and running Apps

LOAD"TNFS://apps.irata.online/petsciiterm.prg",12
RUN

or

LOAD"TNFS://APPS.IRATA.ONLINE/COMMODORE/TESTS/ISS",12
RUN
Clone this wiki locally