Skip to content

This is a mirror. Please do not create pull requests here. Check the README for details.

License

Notifications You must be signed in to change notification settings

easyflash-mirror/easyprog

Repository files navigation

EasyProg

Introduction

This is EasyProg, a Commodore 64/128 tool to write data to the EasyFlash and EasyFlash 3 cartridges.

Website, Repository and Issue Tracker

EasyFlash website: https://skoe.de/easyflash/

Official repository and issue tracker: https://gitlab.com/easyflash/easyprog/

Other EasyFlash related repositories: https://gitlab.com/easyflash/

Source repository mirror: https://github.com/easyflash-mirror/easyprog/

License

(C) Thomas 'skoe' Giesel

Refer to LICENSE.md.

Dependencies

EasyProg depends from libEF3usb (https://gitlab.com/easyflash/libef3usb) to read data and EAPI (https://gitlab.com/easyflash/eapi). These two libraries are referenced as git submodules. To clone this project be sure to use:

git clone --recurse-submodules https://gitlab.com/easyflash/easyprog.git

It is recommended to compile this software on Linux (testet on Ubuntu 20.04.LTS), but it may work on other platforms too.

Tools needed:

  • GNU make
  • cc65 2.16 or later
  • Exomizer 3.0.0 or later

Installation

Just use:

make

And copy the resulting easyprog (uncompressed) or easyprog.prg (compressed) to your Commodore 64/128.

About

This is a mirror. Please do not create pull requests here. Check the README for details.

Resources

License

Stars

Watchers

Forks