├── ExcelCommodroid.xlsm ├── LICENSE ├── README.md ├── commodore_sketch ├── Pengo.prg ├── atomic.h ├── cbmdefines.h ├── commodore_sketch.ino ├── epyxfastload.S ├── epyxfastload.h ├── iec_driver.cpp ├── iec_driver.h ├── interface.cpp ├── interface.h ├── log.h ├── promicro │ ├── epyxfastload.S │ └── epyxfastload.h └── uno │ ├── epyxfastload.S │ └── epyxfastload.h └── docs ├── arduino-uno-to-6-pin-male-din.png ├── c64-tab.png ├── find-COM-port.png ├── folder-structure.png ├── instructions.png ├── load-commands.png ├── pro-micro-to-6-pin-male-din.png ├── pro-micro-usb-beetle-to-6-pin-male-din.png ├── pro-micro-usb-beetle-with-case.png ├── security-warning-macros.png ├── settings-tab.png ├── supplies.png ├── vba-project-macros.png ├── vba-project-references.png └── vic20-tab.png /ExcelCommodroid.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/ExcelCommodroid.xlsm -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/README.md -------------------------------------------------------------------------------- /commodore_sketch/Pengo.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/commodore_sketch/Pengo.prg -------------------------------------------------------------------------------- /commodore_sketch/atomic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/commodore_sketch/atomic.h -------------------------------------------------------------------------------- /commodore_sketch/cbmdefines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/commodore_sketch/cbmdefines.h -------------------------------------------------------------------------------- /commodore_sketch/commodore_sketch.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/commodore_sketch/commodore_sketch.ino -------------------------------------------------------------------------------- /commodore_sketch/epyxfastload.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/commodore_sketch/epyxfastload.S -------------------------------------------------------------------------------- /commodore_sketch/epyxfastload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/commodore_sketch/epyxfastload.h -------------------------------------------------------------------------------- /commodore_sketch/iec_driver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/commodore_sketch/iec_driver.cpp -------------------------------------------------------------------------------- /commodore_sketch/iec_driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/commodore_sketch/iec_driver.h -------------------------------------------------------------------------------- /commodore_sketch/interface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/commodore_sketch/interface.cpp -------------------------------------------------------------------------------- /commodore_sketch/interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/commodore_sketch/interface.h -------------------------------------------------------------------------------- /commodore_sketch/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/commodore_sketch/log.h -------------------------------------------------------------------------------- /commodore_sketch/promicro/epyxfastload.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/commodore_sketch/promicro/epyxfastload.S -------------------------------------------------------------------------------- /commodore_sketch/promicro/epyxfastload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/commodore_sketch/promicro/epyxfastload.h -------------------------------------------------------------------------------- /commodore_sketch/uno/epyxfastload.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/commodore_sketch/uno/epyxfastload.S -------------------------------------------------------------------------------- /commodore_sketch/uno/epyxfastload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/commodore_sketch/uno/epyxfastload.h -------------------------------------------------------------------------------- /docs/arduino-uno-to-6-pin-male-din.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/docs/arduino-uno-to-6-pin-male-din.png -------------------------------------------------------------------------------- /docs/c64-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/docs/c64-tab.png -------------------------------------------------------------------------------- /docs/find-COM-port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/docs/find-COM-port.png -------------------------------------------------------------------------------- /docs/folder-structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/docs/folder-structure.png -------------------------------------------------------------------------------- /docs/instructions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/docs/instructions.png -------------------------------------------------------------------------------- /docs/load-commands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/docs/load-commands.png -------------------------------------------------------------------------------- /docs/pro-micro-to-6-pin-male-din.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/docs/pro-micro-to-6-pin-male-din.png -------------------------------------------------------------------------------- /docs/pro-micro-usb-beetle-to-6-pin-male-din.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/docs/pro-micro-usb-beetle-to-6-pin-male-din.png -------------------------------------------------------------------------------- /docs/pro-micro-usb-beetle-with-case.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/docs/pro-micro-usb-beetle-with-case.png -------------------------------------------------------------------------------- /docs/security-warning-macros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/docs/security-warning-macros.png -------------------------------------------------------------------------------- /docs/settings-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/docs/settings-tab.png -------------------------------------------------------------------------------- /docs/supplies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/docs/supplies.png -------------------------------------------------------------------------------- /docs/vba-project-macros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/docs/vba-project-macros.png -------------------------------------------------------------------------------- /docs/vba-project-references.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/docs/vba-project-references.png -------------------------------------------------------------------------------- /docs/vic20-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypioneer/ExcelCommodroid/HEAD/docs/vic20-tab.png --------------------------------------------------------------------------------