Go to file
Stephen White 253e26594a
Merge pull request #159 from hpingel/1581romname
display 1581 rom name after mounting an d81 image on big screen
2019-12-01 12:54:30 +11:00
CBM-FileBrowser_v1.6/sources Added T64 support to FB 2019-11-17 17:57:13 +11:00
docs initial doco of IEC Commands 2018-08-18 17:38:27 +10:00
resources include modified bootcpm.128 to include a 2 second delay 2018-08-12 22:07:09 +10:00
src Merge pull request #159 from hpingel/1581romname 2019-12-01 12:54:30 +11:00
uspi moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
.gitignore Added *.swp files to .gitignore 2018-07-20 14:12:21 +10:00
.travis.yml added Travis CI integration 2018-05-21 02:27:25 +02:00
3rdPartyFiles.txt Added low level perfromance metrics. 2018-07-11 21:09:21 +10:00
LICENSE Initial commit 2018-05-18 16:53:36 +10:00
Makefile Added support for KY-040 rotary encoder to replace browse up/down/select buttons; all code 2019-09-06 07:13:58 -04:00
Makefile.rules Experimental Pi Zero 1541 loading support. 2019-08-31 13:26:23 +02:00
README.md Add a note regarding the ACME cross assembler dependency 2019-05-20 20:59:04 +00:00
linker.ld Project setup 2018-05-20 14:53:34 +10:00
options.txt Documented more available options in OPTIONS.TXT 2019-11-17 13:29:09 +11:00

README.md

Pi1541

Commodore 1541/1581 emulator for the Raspberry Pi

Pi1541 is a real-time, cycle exact, Commodore 1541 disk drive emulator that can run on a Raspberry Pi 3A, 3B or 3B+. The software is free and I have endeavored to make the hardware as simple and inexpensive as possible.

Pi1541 provides you with an SD card solution for using D64, G64, NIB and NBZ Commodore disk images on real Commodore 8 bit computers such as;- Commodore 64 Commodore 128 Commodore Vic20 Commodore 16 Commodore Plus4

See www.pi1541.com for SD card and hardware configurations.

Toolchain Installation

On Windows use GNU Tools ARM Embedded tool chain 5.4.1 using make. https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads/5-2016-q2-update

On dpkg based linux systems install: (Tested on osmc/rpi3)

apt-get install binutils-arm-none-eabi gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib

On RHEL/Centos/Fedora systems follow the guide at: https://web1.foxhollow.ca/?menu=centos7arm (Tested on Centos7/x64 with GCC7) https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads/7-2017-q4-major

Building

make

This will build kernel.img

In order to build the Commodore programs from the CBM-FileBrowser_v1.6/sources/ directory, you'll need to install the ACME cross assembler, which is available at https://github.com/meonwax/acme/