├── C64_1351_Mouse_Adapter ├── LICENSE ├── README.md ├── documentation │ ├── 1351_USB_Adapter_pic1.jpg │ ├── 1351_USB_Adapter_pic2.jpg │ ├── 1351_USB_Adapter_pic3.jpg │ ├── 1351_USB_Adapter_pic4.jpg │ ├── 1351_USB_Adapter_pic5.jpg │ ├── 1351_USB_Adapter_pic6.jpg │ ├── 1351_USB_Adapter_wiring.png │ └── 1351_manual.txt ├── hardware │ ├── 1351_USB_Adapter_BOM.tsv │ ├── 1351_USB_Adapter_gerber.zip │ └── 1351_USB_Adapter_schematic.pdf └── software │ ├── 1351_usb.bin │ ├── 1351_usb.c │ ├── 1351_usb.ino │ ├── makefile │ ├── src │ ├── ch554.h │ ├── config.h │ ├── delay.c │ ├── delay.h │ ├── gpio.h │ ├── system.h │ ├── usb.h │ ├── usb_descr.c │ ├── usb_descr.h │ ├── usb_handler.c │ ├── usb_handler.h │ ├── usb_hid.c │ ├── usb_hid.h │ ├── usb_mouse.c │ └── usb_mouse.h │ └── tools │ └── chprog.py ├── C64_1541II_PowerAdapter ├── 3dprint │ ├── 1541II_PowerAdapter_case.fcstd │ ├── 1541II_PowerAdapter_case_bottom.stl │ └── 1541II_PowerAdapter_case_top.stl ├── LICENSE ├── README.md ├── documentation │ ├── 1541II_PowerAdapter_pic1.jpg │ ├── 1541II_PowerAdapter_pic2.jpg │ ├── 1541II_PowerAdapter_pic3.jpg │ ├── 1541II_PowerAdapter_pic4.jpg │ ├── 1541II_PowerAdapter_pic5.jpg │ ├── 1541II_PowerAdapter_pic6.jpg │ ├── 1541II_PowerAdapter_socket.png │ ├── 1541II_PowerAdapter_socket2.png │ └── 1541II_PowerAdapter_wiring.png └── hardware │ ├── 1541II_PowerAdapter_BOM.tsv │ ├── 1541II_PowerAdapter_gerber.zip │ └── 1541II_PowerAdapter_schematic.pdf ├── C64_1541II_PowerGuard ├── 3dprint │ ├── 1541II_PowerGuard_case_bottom.stl │ ├── 1541II_PowerGuard_case_top.stl │ └── 1541_PowerGuard_case.fcstd ├── LICENSE ├── README.md ├── documentation │ ├── 1541II-PowerSupplyOrig.png │ ├── 1541II_PowerGuard_hardware.png │ ├── 1541II_PowerGuard_pic1.jpg │ ├── 1541II_PowerGuard_pic2.jpg │ ├── 1541II_PowerGuard_pic3.jpg │ ├── 1541II_PowerGuard_pic4.jpg │ ├── 1541II_PowerGuard_pic5.jpg │ ├── 1541II_PowerGuard_pic6.jpg │ ├── 1541II_PowerGuard_pic7.jpg │ ├── 1541II_PowerGuard_pic8.jpg │ ├── 1541II_PowerGuard_pic9.jpg │ ├── 1541II_PowerGuard_socket.png │ └── 1541II_PowerGuard_wiring.png └── hardware │ ├── 1541II_PowerGuardConn_gerber.zip │ ├── 1541II_PowerGuard_BOM.tsv │ ├── 1541II_PowerGuard_gerber.zip │ └── 1541II_PowerGuard_schematic.pdf ├── C64_Cartridge_512k ├── 3dprint │ ├── C64_Cartridge_C.fcstd │ ├── C64_Cartridge_C_bottom.stl │ └── C64_Cartridge_C_top.stl ├── README.md ├── documentation │ ├── C64_Cartridge_512k_pic1.jpg │ └── C64_Cartridge_512k_pic2.jpg ├── hardware │ ├── C64_Cartridge_512k_BOM.tsv │ ├── C64_Cartridge_512k_gerber.zip │ └── C64_Cartridge_512k_schematic.pdf └── software │ ├── Cartridge_Generator_Multi_PRG │ ├── compilation.cfg │ ├── crtgen.py │ ├── menu.asm │ ├── menu.prg │ └── readme.txt │ ├── Cartridge_Generator_Single_PRG │ ├── crtgen.py │ ├── gpl.txt │ ├── menu.asm │ ├── menu.prg │ └── readme.txt │ └── demos_512k.bin ├── C64_Cartridge_64k_256k ├── 3dprint │ ├── C64_Cartridge_C.fcstd │ ├── C64_Cartridge_C_bottom.stl │ └── C64_Cartridge_C_top.stl ├── README.md ├── documentation │ ├── C64_Cartridge_64k_256k_pic1.jpg │ └── C64_Cartridge_64k_256k_pic2.jpg ├── hardware │ ├── C64_Cartridge_64k_256k_BOM.tsv │ ├── C64_Cartridge_64k_256k_gerber.zip │ └── C64_Cartridge_64k_256k_schematic.pdf └── software │ ├── Cartridge_Generator_Multi_PRG │ ├── compilation.cfg │ ├── crtgen.py │ ├── menu.asm │ ├── menu.prg │ └── readme.txt │ └── Cartridge_Generator_Single_PRG │ ├── crtgen.py │ ├── gpl.txt │ ├── menu.asm │ ├── menu.prg │ └── readme.txt ├── C64_Cartridge_8k ├── 3dprint │ ├── C64_Cartridge_C.fcstd │ ├── C64_Cartridge_C_bottom.stl │ └── C64_Cartridge_C_top.stl ├── README.md ├── documentation │ ├── C64_Cartridge_8k_pic1.jpg │ ├── C64_Cartridge_8k_pic2.jpg │ ├── EPROM_Eraser.jpg │ ├── MiniPro_TL866.jpg │ └── dead_test_781220_manual.pdf ├── hardware │ ├── C64_Cartridge_8k_BOM.tsv │ ├── C64_Cartridge_8k_gerber.zip │ └── C64_Cartridge_8k_schematic.pdf └── software │ ├── dead_test_781220_e000_8k.bin │ ├── diagcart_1541_8000_8k.bin │ ├── diagnostic_586220_8000_8k.bin │ ├── frogger_8000_8k.bin │ ├── jupiterlander_e000_8k.bin │ └── pacman_8000_8k.bin ├── C64_Cartridge_FreeLoad ├── 3dprint │ ├── C64_Cartridge_D.fcstd │ ├── C64_Cartridge_D_bottom.stl │ └── C64_Cartridge_D_top.stl ├── README.md ├── documentation │ ├── C64_Cartridge_FreeLoad_pic1.jpg │ ├── C64_Cartridge_FreeLoad_pic2.jpg │ ├── EFL instruction manual.txt │ └── Epyx_FastLoad_Manual.pdf ├── hardware │ ├── C64_Cartridge_FreeLoad_BOM.tsv │ ├── C64_Cartridge_FreeLoad_gerber.zip │ └── C64_Cartridge_FreeLoad_schematic.pdf └── software │ ├── epyx_fastload_8k.bin │ └── freeload_8k.bin ├── C64_DiskBuddy64 ├── 3dprint │ ├── DiskBuddy64_Stick.fcstd │ ├── DiskBuddy64_Stick_Bottom.stl │ └── DiskBuddy64_Stick_Top.stl ├── LICENSE ├── README.md ├── documentation │ ├── D64_file_format.txt │ ├── DiskBuddy64_gui.jpg │ ├── DiskBuddy64_pic1.jpg │ ├── DiskBuddy64_pic2.jpg │ ├── DiskBuddy64_pic3.jpg │ ├── DiskBuddy64_pic4.jpg │ ├── DiskBuddy64_pic5.jpg │ ├── DiskBuddy64_stick1.jpg │ ├── DiskBuddy64_stick2.jpg │ ├── DiskBuddy64_stick3.jpg │ ├── DiskBuddy64_stick4.jpg │ ├── DiskBuddy64_stick5.jpg │ ├── DiskBuddy64_stick6.jpg │ ├── DiskBuddy64_stick7.jpg │ ├── DiskBuddy64_wiring.png │ └── serial-bus.pdf ├── hardware │ ├── DiskBuddy64_BOM.tsv │ ├── DiskBuddy64_Stick_gerber.zip │ ├── DiskBuddy64_gerber.zip │ └── DiskBuddy64_schematic.pdf └── software │ ├── avr │ ├── DiskBuddy64.ino │ ├── include │ │ ├── avr │ │ │ ├── iotn202.h │ │ │ ├── iotn212.h │ │ │ ├── iotn402.h │ │ │ └── iotn412.h │ │ ├── component-version.h │ │ └── dev │ │ │ ├── attiny202 │ │ │ ├── avrxmega3 │ │ │ │ └── short-calls │ │ │ │ │ ├── crtattiny202.o │ │ │ │ │ └── libattiny202.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny202 │ │ │ ├── attiny212 │ │ │ ├── avrxmega3 │ │ │ │ └── short-calls │ │ │ │ │ ├── crtattiny212.o │ │ │ │ │ └── libattiny212.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny212 │ │ │ ├── attiny402 │ │ │ ├── avrxmega3 │ │ │ │ └── short-calls │ │ │ │ │ ├── crtattiny402.o │ │ │ │ │ └── libattiny402.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny402 │ │ │ └── attiny412 │ │ │ ├── avrxmega3 │ │ │ └── short-calls │ │ │ │ ├── crtattiny412.o │ │ │ │ └── libattiny412.a │ │ │ └── device-specs │ │ │ └── specs-attiny412 │ ├── makefile │ └── tools │ │ └── tinyupdi.py │ ├── drive │ ├── fastformat.asm │ ├── fastformat.old.asm │ ├── fastload.asm │ ├── fastread.asm │ ├── fastupload.asm │ ├── fastwrite.asm │ ├── make.sh │ └── readme.txt │ └── pc │ ├── disk-detect.py │ ├── disk-dir.py │ ├── disk-format.py │ ├── disk-load.py │ ├── disk-read.py │ ├── disk-status.py │ ├── disk-verify.py │ ├── disk-write.py │ ├── diskbuddy-gui.py │ ├── flash-firmware.py │ ├── libs │ ├── adapter.py │ ├── disktools.py │ ├── fastformat.bin │ ├── fastload.bin │ ├── fastread.bin │ ├── fastupload.bin │ ├── fastwrite.bin │ ├── firmware.bin │ └── tinyupdi.py │ └── tools │ ├── cc1541 │ ├── LICENSE.txt │ ├── README.md │ ├── cc1541.exe │ ├── cc1541_lin_glibc_x86 │ └── cc1541_mac │ └── ch340_driver │ ├── CH341SER.EXE │ └── readme.txt ├── C64_DiskMaster64 ├── LICENSE ├── README.md ├── documentation │ ├── DiskMaster64_gui.jpg │ ├── DiskMaster64_pic1.jpg │ ├── DiskMaster64_pic2.jpg │ ├── DiskMaster64_pic3.jpg │ ├── DiskMaster64_pic4.jpg │ ├── DiskMaster64_pic5.jpg │ └── DiskMaster64_wiring.png ├── hardware │ ├── DiskMaster64_BOM.tsv │ ├── DiskMaster64_gerber.zip │ └── DiskMaster64_schematic.pdf └── software │ ├── drive │ ├── fastformat.asm │ ├── fastload.asm │ ├── fastread.asm │ ├── fastupload.asm │ ├── fastwrite.asm │ ├── make.sh │ └── readme.txt │ ├── mcu │ ├── diskmaster64.bin │ ├── diskmaster64.c │ ├── diskmaster64.ino │ ├── makefile │ ├── src │ │ ├── ch554.h │ │ ├── config.h │ │ ├── delay.c │ │ ├── delay.h │ │ ├── gpio.h │ │ ├── iec.c │ │ ├── iec.h │ │ ├── system.h │ │ ├── timer.h │ │ ├── usb.h │ │ ├── usb_cdc.c │ │ ├── usb_cdc.h │ │ ├── usb_descr.c │ │ ├── usb_descr.h │ │ ├── usb_handler.c │ │ └── usb_handler.h │ └── tools │ │ └── chprog.py │ └── pc │ ├── disk-detect.py │ ├── disk-dir.py │ ├── disk-format.py │ ├── disk-load.py │ ├── disk-read.py │ ├── disk-status.py │ ├── disk-verify.py │ ├── disk-write.py │ ├── diskmaster-gui.py │ ├── flash-firmware.py │ ├── libs │ ├── adapter.py │ ├── chprog.py │ ├── diskmaster64.bin │ ├── disktools.py │ ├── fastformat.bin │ ├── fastload.bin │ ├── fastread.bin │ ├── fastupload.bin │ └── fastwrite.bin │ └── tools │ ├── cc1541 │ ├── LICENSE.txt │ ├── README.md │ ├── cc1541.exe │ ├── cc1541_lin_glibc_x86 │ └── cc1541_mac │ ├── ch372_driver │ ├── CH372DRV.EXE │ └── readme.txt │ └── zadig │ ├── readme.txt │ └── zadig-2.8.exe ├── C64_DumpMaster64 ├── LICENSE ├── README.md ├── documentation │ ├── DumpMaster64_gui.jpg │ ├── DumpMaster64_hardware.jpg │ ├── DumpMaster64_output.png │ ├── DumpMaster64_pic1.jpg │ ├── DumpMaster64_pic2.jpg │ ├── DumpMaster64_pic3.jpg │ ├── DumpMaster64_pic4.jpg │ └── DumpMaster64_wiring.png ├── hardware │ ├── DumpMaster64_BOM.tsv │ ├── DumpMaster64_gerber.zip │ └── DumpMaster64_schematic.pdf └── software │ ├── avr │ ├── DumpMaster64.ino │ ├── include │ │ ├── avr │ │ │ ├── iotn1604.h │ │ │ ├── iotn1614.h │ │ │ ├── iotn1624.h │ │ │ ├── iotn204.h │ │ │ ├── iotn214.h │ │ │ ├── iotn3224.h │ │ │ ├── iotn404.h │ │ │ ├── iotn414.h │ │ │ ├── iotn424.h │ │ │ ├── iotn804.h │ │ │ ├── iotn814.h │ │ │ └── iotn824.h │ │ ├── component-version.h │ │ └── dev │ │ │ ├── attiny1604 │ │ │ ├── avrxmega3 │ │ │ │ ├── crtattiny1604.o │ │ │ │ └── libattiny1604.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny1604 │ │ │ ├── attiny1614 │ │ │ ├── avrxmega3 │ │ │ │ ├── crtattiny1614.o │ │ │ │ └── libattiny1614.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny1614 │ │ │ ├── attiny1624 │ │ │ ├── avrxmega3 │ │ │ │ ├── crtattiny1624.o │ │ │ │ └── libattiny1624.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny1624 │ │ │ ├── attiny204 │ │ │ ├── avrxmega3 │ │ │ │ └── short-calls │ │ │ │ │ ├── crtattiny204.o │ │ │ │ │ └── libattiny204.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny204 │ │ │ ├── attiny214 │ │ │ ├── avrxmega3 │ │ │ │ └── short-calls │ │ │ │ │ ├── crtattiny214.o │ │ │ │ │ └── libattiny214.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny214 │ │ │ ├── attiny3224 │ │ │ ├── avrxmega3 │ │ │ │ ├── crtattiny3224.o │ │ │ │ └── libattiny3224.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny3224 │ │ │ ├── attiny404 │ │ │ ├── avrxmega3 │ │ │ │ └── short-calls │ │ │ │ │ ├── crtattiny404.o │ │ │ │ │ └── libattiny404.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny404 │ │ │ ├── attiny414 │ │ │ ├── avrxmega3 │ │ │ │ └── short-calls │ │ │ │ │ ├── crtattiny414.o │ │ │ │ │ └── libattiny414.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny414 │ │ │ ├── attiny424 │ │ │ ├── avrxmega3 │ │ │ │ └── short-calls │ │ │ │ │ ├── crtattiny424.o │ │ │ │ │ └── libattiny424.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny424 │ │ │ ├── attiny804 │ │ │ ├── avrxmega3 │ │ │ │ └── short-calls │ │ │ │ │ ├── crtattiny804.o │ │ │ │ │ └── libattiny804.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny804 │ │ │ ├── attiny814 │ │ │ ├── avrxmega3 │ │ │ │ └── short-calls │ │ │ │ │ ├── crtattiny814.o │ │ │ │ │ └── libattiny814.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny814 │ │ │ └── attiny824 │ │ │ ├── avrxmega3 │ │ │ └── short-calls │ │ │ │ ├── crtattiny824.o │ │ │ │ └── libattiny824.a │ │ │ └── device-specs │ │ │ └── specs-attiny824 │ ├── makefile │ └── tools │ │ └── tinyupdi.py │ ├── drive │ ├── fastformat.asm │ ├── fastformat.old.asm │ ├── fastload.asm │ ├── fastread.asm │ ├── fastupload.asm │ ├── fastwrite.asm │ ├── make.sh │ └── readme.txt │ └── pc │ ├── disk-detect.py │ ├── disk-dir.py │ ├── disk-format.py │ ├── disk-load.py │ ├── disk-read.py │ ├── disk-status.py │ ├── disk-verify.py │ ├── disk-write.py │ ├── dumpmaster-gui.py │ ├── flash-firmware.py │ ├── libs │ ├── adapter.py │ ├── disktools.py │ ├── fastformat.bin │ ├── fastload.bin │ ├── fastread.bin │ ├── fastupload.bin │ ├── fastwrite.bin │ ├── firmware.bin │ └── tinyupdi.py │ ├── tape-read.py │ ├── tape-write.py │ └── tools │ ├── cc1541 │ ├── LICENSE.txt │ ├── README.md │ ├── cc1541.exe │ ├── cc1541_lin_glibc_x86 │ └── cc1541_mac │ ├── ch340_driver │ ├── CH341SER.EXE │ └── readme.txt │ └── tapclean │ ├── TAPClean.exe │ ├── readme.txt │ ├── tapclean │ └── tapclean-arm ├── C64_Joystick_Adapter ├── LICENSE ├── README.md ├── documentation │ ├── C64_Joystick_Adapter_pic1.jpg │ ├── C64_Joystick_Adapter_pic2.jpg │ ├── C64_Joystick_Adapter_pic3.jpg │ └── C64_Joystick_Adapter_wiring.png ├── hardware │ ├── C64_Joystick_Adapter_BOM.tsv │ ├── C64_Joystick_Adapter_gerber.zip │ └── C64_Joystick_Adapter_schematic.pdf └── software │ ├── joystick │ ├── joystick.bin │ ├── joystick.c │ ├── joystick.ino │ ├── makefile │ ├── src │ │ ├── ch554.h │ │ ├── config.h │ │ ├── delay.c │ │ ├── delay.h │ │ ├── gpio.h │ │ ├── system.h │ │ ├── usb.h │ │ ├── usb_descr.c │ │ ├── usb_descr.h │ │ ├── usb_handler.c │ │ ├── usb_handler.h │ │ ├── usb_hid.c │ │ ├── usb_hid.h │ │ └── usb_joystick.h │ └── tools │ │ └── chprog.py │ ├── mouse │ ├── makefile │ ├── mouse.bin │ ├── mouse.c │ ├── mouse.ino │ ├── src │ │ ├── ch554.h │ │ ├── config.h │ │ ├── delay.c │ │ ├── delay.h │ │ ├── gpio.h │ │ ├── system.h │ │ ├── usb.h │ │ ├── usb_descr.c │ │ ├── usb_descr.h │ │ ├── usb_handler.c │ │ ├── usb_handler.h │ │ ├── usb_hid.c │ │ ├── usb_hid.h │ │ ├── usb_mouse.c │ │ └── usb_mouse.h │ └── tools │ │ └── chprog.py │ └── paddle │ ├── makefile │ ├── paddle.bin │ ├── paddle.c │ ├── paddle.ino │ ├── src │ ├── ch554.h │ ├── config.h │ ├── delay.c │ ├── delay.h │ ├── gpio.h │ ├── system.h │ ├── usb.h │ ├── usb_descr.c │ ├── usb_descr.h │ ├── usb_handler.c │ ├── usb_handler.h │ ├── usb_hid.c │ ├── usb_hid.h │ └── usb_joystick.h │ └── tools │ └── chprog.py ├── C64_Joystick_Tester ├── C64_Joystick_Tester_BOM.tsv ├── C64_Joystick_Tester_gerber.zip ├── C64_Joystick_Tester_pic1.jpg ├── C64_Joystick_Tester_schematic.pdf ├── LICENSE └── README.md ├── C64_Keyboard_Adapter ├── README.md ├── documentation │ └── C64_Keyboard_Adapter_pic1.jpg ├── hardware │ ├── C64_Keyboard_Adapter_BOM.tsv │ ├── C64_Keyboard_Adapter_gerber.zip │ └── C64_Keyboard_Adapter_schematic.pdf └── software │ ├── main.hex │ └── readme.txt ├── C64_PowerGuard ├── 3dprint │ ├── C64_PowerGuard_case.fcstd │ ├── C64_PowerGuard_case_bottom.stl │ └── C64_PowerGuard_case_top.stl ├── LICENSE ├── README.md ├── documentation │ ├── C64_PowerGuard_hardware.png │ ├── C64_PowerGuard_pic1.jpg │ ├── C64_PowerGuard_pic10.jpg │ ├── C64_PowerGuard_pic11.jpg │ ├── C64_PowerGuard_pic2.jpg │ ├── C64_PowerGuard_pic3.jpg │ ├── C64_PowerGuard_pic4.jpg │ ├── C64_PowerGuard_pic5.jpg │ ├── C64_PowerGuard_pic6.jpg │ ├── C64_PowerGuard_pic7.jpg │ ├── C64_PowerGuard_pic8.jpg │ ├── C64_PowerGuard_pic9.jpg │ ├── C64_PowerGuard_socket.png │ ├── C64_PowerGuard_wiring.png │ └── C64_PowerSupplyOrig.png └── hardware │ ├── C64_PowerGuard_BOM.tsv │ ├── C64_PowerGuard_Conn_gerber.zip │ ├── C64_PowerGuard_gerber.zip │ └── C64_PowerGuard_schematic.pdf ├── C64_SD2IEC_LP ├── README.md ├── documentation │ ├── C64_SD2IEC_LP_pic1.jpg │ ├── C64_SD2IEC_LP_pic2.jpg │ └── C64_SD2IEC_LP_pic3.jpg ├── hardware │ ├── C64_SD2IEC_LP_BOM.tsv │ ├── C64_SD2IEC_LP_gerber.zip │ └── C64_SD2IEC_LP_schematic.pdf └── software │ ├── newboot-0.4.1-larsp-m644p.hex │ ├── readme.txt │ ├── sd2iec-1.0.0-larsp-m644p.bin │ └── sdcard_root │ ├── dc10d │ ├── empty.d64 │ ├── empty.d71 │ ├── empty.d81 │ ├── fb │ ├── fb128 │ ├── fb16 │ ├── fb20 │ ├── fb20-3k │ ├── fb20-8k │ ├── fb20-mc │ ├── fb64 │ └── fb64dtv ├── C64_SwinSID_nano ├── README.md ├── documentation │ ├── C64_SwinSID_nano_pic1.jpg │ ├── C64_SwinSID_nano_pic_a.jpg │ └── C64_SwinSID_nano_pic_b.jpg ├── hardware │ ├── C64_SwinSID_nano_BOM.tsv │ ├── C64_SwinSID_nano_gerber_a.zip │ ├── C64_SwinSID_nano_gerber_b.zip │ └── C64_SwinSID_nano_schematic.pdf └── software │ ├── SwinSID88_20120524.hex │ ├── SwinSID88_lazy_fix_by_ck.hex │ └── readme.txt ├── C64_TapeBuddy64 ├── 3dprint │ ├── TapeBuddy64_case.fcstd │ ├── TapeBuddy64_case__top.stl │ └── TapeBuddy64_case_bottom.stl ├── LICENSE ├── README.md ├── documentation │ ├── Analyzing_C64_tape_loaders.txt │ ├── C2N-1530-1531_service_manual.pdf │ ├── TAP_file_format.txt │ ├── TapeBuddy64_align1.jpg │ ├── TapeBuddy64_align2.jpg │ ├── TapeBuddy64_cli1.jpg │ ├── TapeBuddy64_cli2.jpg │ ├── TapeBuddy64_format.jpg │ ├── TapeBuddy64_gui1.jpg │ ├── TapeBuddy64_gui2.jpg │ ├── TapeBuddy64_hardware.jpg │ ├── TapeBuddy64_pic1.jpg │ ├── TapeBuddy64_pic2.jpg │ ├── TapeBuddy64_pic3.jpg │ ├── TapeBuddy64_pic4.jpg │ ├── TapeBuddy64_pic5.jpg │ ├── TapeBuddy64_pic6.jpg │ ├── TapeBuddy64_principle.png │ └── TapeBuddy64_wiring.png ├── hardware │ ├── TapeBuddy64_BOM.tsv │ ├── TapeBuddy64_gerber.zip │ └── TapeBuddy64_schematic.pdf └── software │ ├── avr │ ├── TapeBuddy64.ino │ ├── include │ │ ├── avr │ │ │ ├── iotn1604.h │ │ │ ├── iotn1614.h │ │ │ ├── iotn1624.h │ │ │ ├── iotn204.h │ │ │ ├── iotn214.h │ │ │ ├── iotn3224.h │ │ │ ├── iotn404.h │ │ │ ├── iotn414.h │ │ │ ├── iotn424.h │ │ │ ├── iotn804.h │ │ │ ├── iotn814.h │ │ │ └── iotn824.h │ │ ├── component-version.h │ │ └── dev │ │ │ ├── attiny1604 │ │ │ ├── avrxmega3 │ │ │ │ ├── crtattiny1604.o │ │ │ │ └── libattiny1604.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny1604 │ │ │ ├── attiny1614 │ │ │ ├── avrxmega3 │ │ │ │ ├── crtattiny1614.o │ │ │ │ └── libattiny1614.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny1614 │ │ │ ├── attiny1624 │ │ │ ├── avrxmega3 │ │ │ │ ├── crtattiny1624.o │ │ │ │ └── libattiny1624.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny1624 │ │ │ ├── attiny204 │ │ │ ├── avrxmega3 │ │ │ │ └── short-calls │ │ │ │ │ ├── crtattiny204.o │ │ │ │ │ └── libattiny204.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny204 │ │ │ ├── attiny214 │ │ │ ├── avrxmega3 │ │ │ │ └── short-calls │ │ │ │ │ ├── crtattiny214.o │ │ │ │ │ └── libattiny214.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny214 │ │ │ ├── attiny3224 │ │ │ ├── avrxmega3 │ │ │ │ ├── crtattiny3224.o │ │ │ │ └── libattiny3224.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny3224 │ │ │ ├── attiny404 │ │ │ ├── avrxmega3 │ │ │ │ └── short-calls │ │ │ │ │ ├── crtattiny404.o │ │ │ │ │ └── libattiny404.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny404 │ │ │ ├── attiny414 │ │ │ ├── avrxmega3 │ │ │ │ └── short-calls │ │ │ │ │ ├── crtattiny414.o │ │ │ │ │ └── libattiny414.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny414 │ │ │ ├── attiny424 │ │ │ ├── avrxmega3 │ │ │ │ └── short-calls │ │ │ │ │ ├── crtattiny424.o │ │ │ │ │ └── libattiny424.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny424 │ │ │ ├── attiny804 │ │ │ ├── avrxmega3 │ │ │ │ └── short-calls │ │ │ │ │ ├── crtattiny804.o │ │ │ │ │ └── libattiny804.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny804 │ │ │ ├── attiny814 │ │ │ ├── avrxmega3 │ │ │ │ └── short-calls │ │ │ │ │ ├── crtattiny814.o │ │ │ │ │ └── libattiny814.a │ │ │ └── device-specs │ │ │ │ └── specs-attiny814 │ │ │ └── attiny824 │ │ │ ├── avrxmega3 │ │ │ └── short-calls │ │ │ │ ├── crtattiny824.o │ │ │ │ └── libattiny824.a │ │ │ └── device-specs │ │ │ └── specs-attiny824 │ ├── makefile │ └── tools │ │ └── tinyupdi.py │ └── pc │ ├── flash-firmware.py │ ├── libs │ ├── adapter.py │ ├── firmware.bin │ └── tinyupdi.py │ ├── tape-gui.py │ ├── tape-read.py │ ├── tape-write.py │ └── tools │ ├── ch340_driver │ ├── CH341SER.EXE │ └── readme.txt │ └── tapclean │ ├── TAPClean.exe │ ├── readme.txt │ ├── tapclean │ └── tapclean-arm ├── C64_TapeDump64 ├── 3dprint │ ├── TapeDump64_case.fcstd │ ├── TapeDump64_case__top.stl │ └── TapeDump64_case_bottom.stl ├── LICENSE ├── README.md ├── documentation │ ├── Analyzing_C64_tape_loaders.txt │ ├── C2N-1530-1531_service_manual.pdf │ ├── TAP_file_format.txt │ ├── TapeDump64_cli.jpg │ ├── TapeDump64_format.jpg │ ├── TapeDump64_hardware.jpg │ ├── TapeDump64_pic1.jpg │ ├── TapeDump64_pic2.jpg │ ├── TapeDump64_pic3.jpg │ ├── TapeDump64_pic4.jpg │ ├── TapeDump64_pic5.jpg │ ├── TapeDump64_principle.png │ └── TapeDump64_wiring.png ├── hardware │ ├── TapeDump64_BOM.tsv │ ├── TapeDump64_gerber.zip │ └── TapeDump64_schematic.pdf └── software │ ├── TapeDump64.ino │ ├── include │ ├── avr │ │ ├── iotn202.h │ │ ├── iotn212.h │ │ ├── iotn402.h │ │ └── iotn412.h │ ├── component-version.h │ └── dev │ │ ├── attiny202 │ │ ├── avrxmega3 │ │ │ └── short-calls │ │ │ │ ├── crtattiny202.o │ │ │ │ └── libattiny202.a │ │ └── device-specs │ │ │ └── specs-attiny202 │ │ ├── attiny212 │ │ ├── avrxmega3 │ │ │ └── short-calls │ │ │ │ ├── crtattiny212.o │ │ │ │ └── libattiny212.a │ │ └── device-specs │ │ │ └── specs-attiny212 │ │ ├── attiny402 │ │ ├── avrxmega3 │ │ │ └── short-calls │ │ │ │ ├── crtattiny402.o │ │ │ │ └── libattiny402.a │ │ └── device-specs │ │ │ └── specs-attiny402 │ │ └── attiny412 │ │ ├── avrxmega3 │ │ └── short-calls │ │ │ ├── crtattiny412.o │ │ │ └── libattiny412.a │ │ └── device-specs │ │ └── specs-attiny412 │ ├── makefile │ ├── tapedump.py │ ├── tapedump64.hex │ └── tools │ ├── tapclean │ ├── scanners.txt │ ├── tapclean │ ├── tapcleanfe │ └── tapcleanfe-0.37-user-manual.pdf │ └── tinyupdi │ └── tinyupdi.py ├── C64_Tapuino ├── README.md ├── documentation │ ├── C64_Tapuino_pic1.jpg │ ├── C64_Tapuino_pic2.jpg │ ├── C64_Tapuino_pic3.jpg │ ├── C64_Tapuino_pic4.jpg │ ├── C64_Tapuino_pic5.jpg │ └── C64_Tapuino_pic6.jpg ├── hardware │ ├── C64_Tapuino_BOM.tsv │ ├── C64_Tapuino_gerber.zip │ └── C64_Tapuino_schematic.pdf └── software │ ├── readme.txt │ └── tapuino.hex ├── C64_xu1541 ├── README.md ├── documentation │ ├── C64_xu1541_pic1.jpg │ └── C64_xu1541_pic2.jpg ├── hardware │ ├── C64_xu1541_BOM.tsv │ ├── C64_xu1541_gerber.zip │ └── C64_xu1541_schematic.pdf └── software │ ├── firmware_bootloader-avrusb.hex │ ├── firmware_bootloader-usbtiny.hex │ ├── tools │ ├── cc65-2.13.2 │ │ ├── announce.txt │ │ ├── asminc │ │ │ ├── _file.inc │ │ │ ├── _heap.inc │ │ │ ├── apple2.inc │ │ │ ├── atari.inc │ │ │ ├── atmos.inc │ │ │ ├── c128.inc │ │ │ ├── c16.inc │ │ │ ├── c64.inc │ │ │ ├── cbm510.inc │ │ │ ├── cbm610.inc │ │ │ ├── ctype.inc │ │ │ ├── em-error.inc │ │ │ ├── em-kernel.inc │ │ │ ├── errno.inc │ │ │ ├── fcntl.inc │ │ │ ├── get_tv.inc │ │ │ ├── joy-error.inc │ │ │ ├── joy-kernel.inc │ │ │ ├── lynx.inc │ │ │ ├── modload.inc │ │ │ ├── mouse-kernel.inc │ │ │ ├── nes.inc │ │ │ ├── o65.inc │ │ │ ├── pet.inc │ │ │ ├── plus4.inc │ │ │ ├── rs232.inc │ │ │ ├── ser-error.inc │ │ │ ├── ser-kernel.inc │ │ │ ├── signal.inc │ │ │ ├── stdio.inc │ │ │ ├── supervision.inc │ │ │ ├── tgi-error.inc │ │ │ ├── tgi-kernel.inc │ │ │ ├── tgi-mode.inc │ │ │ ├── time.inc │ │ │ ├── utsname.inc │ │ │ ├── vic20.inc │ │ │ └── zeropage.inc │ │ ├── doc │ │ │ ├── BUGS │ │ │ ├── CREDITS │ │ │ ├── Makefile │ │ │ ├── apple2.sgml │ │ │ ├── apple2enh.sgml │ │ │ ├── ar65.sgml │ │ │ ├── atari.sgml │ │ │ ├── atmos.sgml │ │ │ ├── c128.sgml │ │ │ ├── c16.sgml │ │ │ ├── c64.sgml │ │ │ ├── ca65.sgml │ │ │ ├── ca65html.sgml │ │ │ ├── cbm510.sgml │ │ │ ├── cbm610.sgml │ │ │ ├── cc65.sgml │ │ │ ├── cl65.sgml │ │ │ ├── co65.sgml │ │ │ ├── coding.sgml │ │ │ ├── compile.txt │ │ │ ├── customizing.sgml │ │ │ ├── da65.sgml │ │ │ ├── debugging.sgml │ │ │ ├── dio.sgml │ │ │ ├── funcref.sgml │ │ │ ├── geos.sgml │ │ │ ├── grc.sgml │ │ │ ├── index.sgml │ │ │ ├── internal.txt │ │ │ ├── intro.sgml │ │ │ ├── ld65.sgml │ │ │ ├── library.sgml │ │ │ ├── lynx.sgml │ │ │ ├── make.sgml │ │ │ ├── nes.sgml │ │ │ ├── newvers.txt │ │ │ ├── pet.sgml │ │ │ ├── plus4.sgml │ │ │ ├── readme.1st │ │ │ ├── supervision.sgml │ │ │ └── vic20.sgml │ │ ├── include │ │ │ ├── 6502.h │ │ │ ├── _6522.h │ │ │ ├── _6525.h │ │ │ ├── _6526.h │ │ │ ├── _6545.h │ │ │ ├── _6551.h │ │ │ ├── _antic.h │ │ │ ├── _gtia.h │ │ │ ├── _heap.h │ │ │ ├── _pbi.h │ │ │ ├── _pia.h │ │ │ ├── _pokey.h │ │ │ ├── _sid.h │ │ │ ├── _ted.h │ │ │ ├── _vdc.h │ │ │ ├── _vic.h │ │ │ ├── _vic2.h │ │ │ ├── ace.h │ │ │ ├── apple2.h │ │ │ ├── apple2enh.h │ │ │ ├── assert.h │ │ │ ├── atari.h │ │ │ ├── atmos.h │ │ │ ├── c128.h │ │ │ ├── c16.h │ │ │ ├── c64.h │ │ │ ├── cbm.h │ │ │ ├── cbm264.h │ │ │ ├── cbm510.h │ │ │ ├── cbm610.h │ │ │ ├── conio.h │ │ │ ├── ctype.h │ │ │ ├── dbg.h │ │ │ ├── dio.h │ │ │ ├── dirent.h │ │ │ ├── em.h │ │ │ ├── em │ │ │ │ └── em-kernel.h │ │ │ ├── errno.h │ │ │ ├── fcntl.h │ │ │ ├── geos.h │ │ │ ├── geos │ │ │ │ ├── gconst.h │ │ │ │ ├── gdisk.h │ │ │ │ ├── gdlgbox.h │ │ │ │ ├── gfile.h │ │ │ │ ├── ggraph.h │ │ │ │ ├── gmemory.h │ │ │ │ ├── gmenu.h │ │ │ │ ├── gprocess.h │ │ │ │ ├── gsprite.h │ │ │ │ ├── gstruct.h │ │ │ │ ├── gsym.h │ │ │ │ └── gsys.h │ │ │ ├── inttypes.h │ │ │ ├── iso646.h │ │ │ ├── joystick.h │ │ │ ├── joystick │ │ │ │ └── joy-kernel.h │ │ │ ├── limits.h │ │ │ ├── locale.h │ │ │ ├── lynx.h │ │ │ ├── modload.h │ │ │ ├── mouse.h │ │ │ ├── mouse │ │ │ │ └── mouse-kernel.h │ │ │ ├── nes.h │ │ │ ├── o65.h │ │ │ ├── peekpoke.h │ │ │ ├── pet.h │ │ │ ├── plus4.h │ │ │ ├── rs232.h │ │ │ ├── serial.h │ │ │ ├── setjmp.h │ │ │ ├── signal.h │ │ │ ├── stdarg.h │ │ │ ├── stdbool.h │ │ │ ├── stddef.h │ │ │ ├── stdint.h │ │ │ ├── stdio.h │ │ │ ├── stdlib.h │ │ │ ├── string.h │ │ │ ├── supervision.h │ │ │ ├── sys │ │ │ │ ├── types.h │ │ │ │ └── utsname.h │ │ │ ├── tgi.h │ │ │ ├── tgi │ │ │ │ ├── tgi-error.h │ │ │ │ ├── tgi-kernel.h │ │ │ │ └── tgi-mode.h │ │ │ ├── time.h │ │ │ ├── unistd.h │ │ │ ├── vic20.h │ │ │ └── zlib.h │ │ ├── libsrc │ │ │ ├── Makefile │ │ │ ├── apple2 │ │ │ │ ├── Makefile │ │ │ │ ├── _scrsize.s │ │ │ │ ├── apple2-280-192-8.s │ │ │ │ ├── apple2-40-48-16.s │ │ │ │ ├── apple2-auxmem.s │ │ │ │ ├── apple2-ssc.s │ │ │ │ ├── apple2-stdjoy.s │ │ │ │ ├── apple2-stdmou.s │ │ │ │ ├── break.s │ │ │ │ ├── cclear.s │ │ │ │ ├── cgetc.s │ │ │ │ ├── chline.s │ │ │ │ ├── close.s │ │ │ │ ├── closedir.c │ │ │ │ ├── clrscr.s │ │ │ │ ├── color.s │ │ │ │ ├── cout.s │ │ │ │ ├── cputc.s │ │ │ │ ├── crt0.s │ │ │ │ ├── ctype.s │ │ │ │ ├── cvline.s │ │ │ │ ├── dioclose.s │ │ │ │ ├── diocommon.s │ │ │ │ ├── dioopen.s │ │ │ │ ├── dioread.s │ │ │ │ ├── diosectcount.s │ │ │ │ ├── diosectsize.s │ │ │ │ ├── diowrite.s │ │ │ │ ├── dir.h │ │ │ │ ├── dosdetect.s │ │ │ │ ├── extra │ │ │ │ │ └── iobuf-0800.s │ │ │ │ ├── filedes.inc │ │ │ │ ├── filedes.s │ │ │ │ ├── fileerr.s │ │ │ │ ├── filename.s │ │ │ │ ├── get_ostype.s │ │ │ │ ├── gotoxy.s │ │ │ │ ├── gotoy.s │ │ │ │ ├── home.s │ │ │ │ ├── initcwd.s │ │ │ │ ├── iobuf.s │ │ │ │ ├── joy_stddrv.s │ │ │ │ ├── kbhit.s │ │ │ │ ├── mainargs.s │ │ │ │ ├── mcbdefault.s │ │ │ │ ├── mli.inc │ │ │ │ ├── mli.s │ │ │ │ ├── mouse_stddrv.s │ │ │ │ ├── open.s │ │ │ │ ├── opendir.c │ │ │ │ ├── oserrlist.s │ │ │ │ ├── oserror.s │ │ │ │ ├── randomize.s │ │ │ │ ├── rdkey.s │ │ │ │ ├── read.s │ │ │ │ ├── readdir.c │ │ │ │ ├── reboot.s │ │ │ │ ├── revers.s │ │ │ │ ├── rewinddir.c │ │ │ │ ├── rwcommon.s │ │ │ │ ├── syschdir.s │ │ │ │ ├── sysmkdir.s │ │ │ │ ├── sysremove.s │ │ │ │ ├── sysrename.s │ │ │ │ ├── sysrmdir.s │ │ │ │ ├── systime.s │ │ │ │ ├── sysuname.s │ │ │ │ ├── textframe.s │ │ │ │ ├── tgi_mode_table.s │ │ │ │ ├── videomode.s │ │ │ │ ├── vtabz.s │ │ │ │ ├── wherex.s │ │ │ │ ├── wherey.s │ │ │ │ └── write.s │ │ │ ├── apple2enh │ │ │ │ └── Makefile │ │ │ ├── atari │ │ │ │ ├── Makefile │ │ │ │ ├── _scrsize.s │ │ │ │ ├── atari-multijoy.s │ │ │ │ ├── atari-stdjoy.s │ │ │ │ ├── break.s │ │ │ │ ├── cclear.s │ │ │ │ ├── cgetc.s │ │ │ │ ├── chline.s │ │ │ │ ├── clock.s │ │ │ │ ├── close.s │ │ │ │ ├── clrscr.s │ │ │ │ ├── color.s │ │ │ │ ├── cputc.s │ │ │ │ ├── crt0.s │ │ │ │ ├── ctype.s │ │ │ │ ├── cvline.s │ │ │ │ ├── dio_cts.s │ │ │ │ ├── dio_stc.s │ │ │ │ ├── diopncls.s │ │ │ │ ├── dioqsize.s │ │ │ │ ├── dioread.s │ │ │ │ ├── diowrite.s │ │ │ │ ├── diowritev.s │ │ │ │ ├── dosdetect.s │ │ │ │ ├── fd.inc │ │ │ │ ├── fdtable.s │ │ │ │ ├── getargs.s │ │ │ │ ├── getdefdev.s │ │ │ │ ├── getfd.s │ │ │ │ ├── gotox.s │ │ │ │ ├── gotoxy.s │ │ │ │ ├── gotoy.s │ │ │ │ ├── graphics.s │ │ │ │ ├── joy_stddrv.s │ │ │ │ ├── kbhit.s │ │ │ │ ├── lseek.s │ │ │ │ ├── mouse.s │ │ │ │ ├── mul40.s │ │ │ │ ├── open.s │ │ │ │ ├── oserrlist.s │ │ │ │ ├── oserror.s │ │ │ │ ├── ostype.s │ │ │ │ ├── randomize.s │ │ │ │ ├── read.s │ │ │ │ ├── revers.s │ │ │ │ ├── rs232.s │ │ │ │ ├── rwcommon.s │ │ │ │ ├── savevec.s │ │ │ │ ├── scroll.s │ │ │ │ ├── setcolor.s │ │ │ │ ├── siocall.s │ │ │ │ ├── sysmkdir.s │ │ │ │ ├── sysremove.s │ │ │ │ ├── sysrmdir.s │ │ │ │ ├── systime.s │ │ │ │ ├── sysuname.s │ │ │ │ ├── tvtype.s │ │ │ │ ├── ucase_fn.s │ │ │ │ ├── wherex.s │ │ │ │ ├── wherey.s │ │ │ │ └── write.s │ │ │ ├── atmos │ │ │ │ ├── Makefile │ │ │ │ ├── _scrsize.s │ │ │ │ ├── atmos-240-200-2.s │ │ │ │ ├── cclear.s │ │ │ │ ├── cgetc.s │ │ │ │ ├── chline.s │ │ │ │ ├── clock.s │ │ │ │ ├── clrscr.s │ │ │ │ ├── color.s │ │ │ │ ├── cputc.s │ │ │ │ ├── crt0.s │ │ │ │ ├── ctype.s │ │ │ │ ├── cvline.s │ │ │ │ ├── gotox.s │ │ │ │ ├── gotoxy.s │ │ │ │ ├── gotoy.s │ │ │ │ ├── kbhit.s │ │ │ │ ├── mainargs.s │ │ │ │ ├── oserrlist.s │ │ │ │ ├── revers.s │ │ │ │ ├── systime.s │ │ │ │ ├── sysuname.s │ │ │ │ ├── wherex.s │ │ │ │ ├── wherey.s │ │ │ │ └── write.s │ │ │ ├── c128 │ │ │ │ ├── Makefile │ │ │ │ ├── README │ │ │ │ ├── _scrsize.s │ │ │ │ ├── break.s │ │ │ │ ├── c128-1351.s │ │ │ │ ├── c128-640-200-2.s │ │ │ │ ├── c128-640-480-2.s │ │ │ │ ├── c128-georam.s │ │ │ │ ├── c128-joymouse.s │ │ │ │ ├── c128-potmouse.s │ │ │ │ ├── c128-ptvjoy.s │ │ │ │ ├── c128-ram.s │ │ │ │ ├── c128-ramcart.s │ │ │ │ ├── c128-reu.s │ │ │ │ ├── c128-stdjoy.s │ │ │ │ ├── c128-swlink.s │ │ │ │ ├── c128-vdc.s │ │ │ │ ├── c64mode.s │ │ │ │ ├── cgetc.s │ │ │ │ ├── clrscr.s │ │ │ │ ├── color.s │ │ │ │ ├── conio.s │ │ │ │ ├── cputc.s │ │ │ │ ├── crt0.s │ │ │ │ ├── dbgbreak.s │ │ │ │ ├── devnum.s │ │ │ │ ├── fast.s │ │ │ │ ├── get_tv.s │ │ │ │ ├── joy_stddrv.s │ │ │ │ ├── kbhit.s │ │ │ │ ├── kernal.s │ │ │ │ ├── mainargs.s │ │ │ │ ├── mcbdefault.s │ │ │ │ ├── mouse_stddrv.s │ │ │ │ ├── randomize.s │ │ │ │ ├── revers.s │ │ │ │ ├── slow.s │ │ │ │ ├── systime.s │ │ │ │ ├── sysuname.s │ │ │ │ ├── tgi_mode_table.s │ │ │ │ ├── toggle_videomode.s │ │ │ │ └── videomode.s │ │ │ ├── c16 │ │ │ │ ├── Makefile │ │ │ │ ├── _scrsize.s │ │ │ │ ├── break.s │ │ │ │ ├── c16-ram.s │ │ │ │ ├── c16-stdjoy.s │ │ │ │ ├── cgetc.s │ │ │ │ ├── clrscr.s │ │ │ │ ├── color.s │ │ │ │ ├── conio.s │ │ │ │ ├── cputc.s │ │ │ │ ├── crt0.s │ │ │ │ ├── devnum.s │ │ │ │ ├── get_tv.s │ │ │ │ ├── joy_stddrv.s │ │ │ │ ├── kbhit.s │ │ │ │ ├── kclose.s │ │ │ │ ├── kernal.s │ │ │ │ ├── mainargs.s │ │ │ │ ├── randomize.s │ │ │ │ ├── revers.s │ │ │ │ ├── systime.s │ │ │ │ └── sysuname.s │ │ │ ├── c64 │ │ │ │ ├── Makefile │ │ │ │ ├── _scrsize.s │ │ │ │ ├── break.s │ │ │ │ ├── c64-1351.s │ │ │ │ ├── c64-320-200-2.s │ │ │ │ ├── c64-georam.s │ │ │ │ ├── c64-hitjoy.s │ │ │ │ ├── c64-joymouse.s │ │ │ │ ├── c64-numpad.s │ │ │ │ ├── c64-potmouse.s │ │ │ │ ├── c64-ptvjoy.s │ │ │ │ ├── c64-ram.s │ │ │ │ ├── c64-ramcart.s │ │ │ │ ├── c64-reu.s │ │ │ │ ├── c64-stdjoy.s │ │ │ │ ├── c64-swlink.s │ │ │ │ ├── c64-vdc.s │ │ │ │ ├── cgetc.s │ │ │ │ ├── clrscr.s │ │ │ │ ├── color.s │ │ │ │ ├── conio.s │ │ │ │ ├── cputc.s │ │ │ │ ├── crt0.s │ │ │ │ ├── devnum.s │ │ │ │ ├── dtv-himem.s │ │ │ │ ├── get_ostype.s │ │ │ │ ├── get_tv.s │ │ │ │ ├── joy_stddrv.s │ │ │ │ ├── kbhit.s │ │ │ │ ├── kernal.s │ │ │ │ ├── kplot.s │ │ │ │ ├── mainargs.s │ │ │ │ ├── mcbdefault.s │ │ │ │ ├── mouse_stddrv.s │ │ │ │ ├── randomize.s │ │ │ │ ├── revers.s │ │ │ │ ├── systime.s │ │ │ │ ├── sysuname.s │ │ │ │ └── tgi_mode_table.s │ │ │ ├── cbm │ │ │ │ ├── Makefile │ │ │ │ ├── c_acptr.s │ │ │ │ ├── c_basin.s │ │ │ │ ├── c_bsout.s │ │ │ │ ├── c_chkin.s │ │ │ │ ├── c_ciout.s │ │ │ │ ├── c_ckout.s │ │ │ │ ├── c_clall.s │ │ │ │ ├── c_close.s │ │ │ │ ├── c_clrch.s │ │ │ │ ├── c_iobase.s │ │ │ │ ├── c_listen.s │ │ │ │ ├── c_load.s │ │ │ │ ├── c_open.s │ │ │ │ ├── c_readst.s │ │ │ │ ├── c_save.s │ │ │ │ ├── c_setlfs.s │ │ │ │ ├── c_setnam.s │ │ │ │ ├── c_talk.s │ │ │ │ ├── c_unlsn.s │ │ │ │ ├── c_untlk.s │ │ │ │ ├── cbm.inc │ │ │ │ ├── cbm_close.s │ │ │ │ ├── cbm_dir.c │ │ │ │ ├── cbm_load.c │ │ │ │ ├── cbm_open.s │ │ │ │ ├── cbm_read.s │ │ │ │ ├── cbm_save.c │ │ │ │ ├── cbm_write.s │ │ │ │ ├── cclear.s │ │ │ │ ├── chline.s │ │ │ │ ├── clock.s │ │ │ │ ├── close.s │ │ │ │ ├── ctype.s │ │ │ │ ├── cvline.s │ │ │ │ ├── diskcmd.s │ │ │ │ ├── filedes.inc │ │ │ │ ├── filedes.s │ │ │ │ ├── filename.s │ │ │ │ ├── filevars.s │ │ │ │ ├── gotox.s │ │ │ │ ├── gotoxy.s │ │ │ │ ├── gotoy.s │ │ │ │ ├── initcwd.s │ │ │ │ ├── open.s │ │ │ │ ├── oserrlist.s │ │ │ │ ├── oserror.s │ │ │ │ ├── read.s │ │ │ │ ├── rwcommon.s │ │ │ │ ├── scratch.s │ │ │ │ ├── sysremove.s │ │ │ │ ├── sysrename.s │ │ │ │ ├── wherex.s │ │ │ │ ├── wherey.s │ │ │ │ └── write.s │ │ │ ├── cbm510 │ │ │ │ ├── Makefile │ │ │ │ ├── README │ │ │ │ ├── _scrsize.s │ │ │ │ ├── banking.s │ │ │ │ ├── break.s │ │ │ │ ├── cbm510-ram.s │ │ │ │ ├── cbm510-stdjoy.s │ │ │ │ ├── cbm510-stdser.s │ │ │ │ ├── cgetc.s │ │ │ │ ├── clrscr.s │ │ │ │ ├── color.s │ │ │ │ ├── cputc.s │ │ │ │ ├── crt0.s │ │ │ │ ├── devnum.s │ │ │ │ ├── extzp.inc │ │ │ │ ├── extzp.s │ │ │ │ ├── kbhit.s │ │ │ │ ├── kclose.s │ │ │ │ ├── kernal.s │ │ │ │ ├── kiobase.s │ │ │ │ ├── kopen.s │ │ │ │ ├── kreadst.s │ │ │ │ ├── kscnkey.s │ │ │ │ ├── kscreen.s │ │ │ │ ├── ksetnam.s │ │ │ │ ├── kudtim.s │ │ │ │ ├── mainargs.s │ │ │ │ ├── peeksys.s │ │ │ │ ├── pokesys.s │ │ │ │ ├── randomize.s │ │ │ │ ├── revers.s │ │ │ │ ├── systime.s │ │ │ │ ├── sysuname.s │ │ │ │ └── tgi_mode_table.s │ │ │ ├── cbm610 │ │ │ │ ├── Makefile │ │ │ │ ├── _scrsize.s │ │ │ │ ├── banking.s │ │ │ │ ├── break.s │ │ │ │ ├── cbm610-ram.s │ │ │ │ ├── cbm610-stdser.s │ │ │ │ ├── cgetc.s │ │ │ │ ├── clrscr.s │ │ │ │ ├── color.s │ │ │ │ ├── cputc.s │ │ │ │ ├── crt0.s │ │ │ │ ├── crtc.s │ │ │ │ ├── devnum.s │ │ │ │ ├── extzp.inc │ │ │ │ ├── extzp.s │ │ │ │ ├── get_tv.s │ │ │ │ ├── kbhit.s │ │ │ │ ├── kclose.s │ │ │ │ ├── kernal.s │ │ │ │ ├── kiobase.s │ │ │ │ ├── kopen.s │ │ │ │ ├── krdtim.s │ │ │ │ ├── kreadst.s │ │ │ │ ├── kscnkey.s │ │ │ │ ├── kscreen.s │ │ │ │ ├── ksetnam.s │ │ │ │ ├── ksettim.s │ │ │ │ ├── kudtim.s │ │ │ │ ├── mainargs.s │ │ │ │ ├── peeksys.s │ │ │ │ ├── pokesys.s │ │ │ │ ├── randomize.s │ │ │ │ ├── revers.s │ │ │ │ ├── systime.s │ │ │ │ └── sysuname.s │ │ │ ├── common │ │ │ │ ├── Makefile │ │ │ │ ├── _afailed.c │ │ │ │ ├── _cwd.s │ │ │ │ ├── _environ.s │ │ │ │ ├── _fdesc.s │ │ │ │ ├── _file.h │ │ │ │ ├── _file.s │ │ │ │ ├── _fopen.s │ │ │ │ ├── _heap.s │ │ │ │ ├── _heapadd.s │ │ │ │ ├── _heapblocksize.s │ │ │ │ ├── _heapmaxavail.s │ │ │ │ ├── _heapmemavail.s │ │ │ │ ├── _hextab.c │ │ │ │ ├── _oserror.s │ │ │ │ ├── _poserror.c │ │ │ │ ├── _printf.h │ │ │ │ ├── _printf.s │ │ │ │ ├── _scanf.c │ │ │ │ ├── _scanf.h │ │ │ │ ├── _scanf.inc │ │ │ │ ├── _seterrno.s │ │ │ │ ├── _swap.s │ │ │ │ ├── _sys.s │ │ │ │ ├── abort.c │ │ │ │ ├── abs.s │ │ │ │ ├── asctime.c │ │ │ │ ├── atexit.s │ │ │ │ ├── atoi.s │ │ │ │ ├── bsearch.c │ │ │ │ ├── calloc.s │ │ │ │ ├── chdir.s │ │ │ │ ├── copydata.s │ │ │ │ ├── creat.s │ │ │ │ ├── ctime.s │ │ │ │ ├── divt.s │ │ │ │ ├── errno.s │ │ │ │ ├── errormsg.c │ │ │ │ ├── fclose.s │ │ │ │ ├── fdopen.c │ │ │ │ ├── fgetc.c │ │ │ │ ├── fgetpos.c │ │ │ │ ├── fgets.c │ │ │ │ ├── fmisc.s │ │ │ │ ├── fopen.s │ │ │ │ ├── fprintf.s │ │ │ │ ├── fputc.c │ │ │ │ ├── fputs.c │ │ │ │ ├── fread.s │ │ │ │ ├── free.s │ │ │ │ ├── freopen.c │ │ │ │ ├── fscanf.s │ │ │ │ ├── fseek.c │ │ │ │ ├── fsetpos.c │ │ │ │ ├── ftell.c │ │ │ │ ├── fwrite.s │ │ │ │ ├── getchar.c │ │ │ │ ├── getcpu.s │ │ │ │ ├── getcwd.s │ │ │ │ ├── getenv.s │ │ │ │ ├── gets.c │ │ │ │ ├── gmtime.c │ │ │ │ ├── isalnum.s │ │ │ │ ├── isalpha.s │ │ │ │ ├── isblank.s │ │ │ │ ├── iscntrl.s │ │ │ │ ├── isdigit.s │ │ │ │ ├── isgraph.s │ │ │ │ ├── islower.s │ │ │ │ ├── isprint.s │ │ │ │ ├── ispunct.s │ │ │ │ ├── isspace.s │ │ │ │ ├── isupper.s │ │ │ │ ├── isxdigit.s │ │ │ │ ├── itoa.s │ │ │ │ ├── labs.s │ │ │ │ ├── locale.c │ │ │ │ ├── localtime.c │ │ │ │ ├── longjmp.s │ │ │ │ ├── ltoa.s │ │ │ │ ├── malloc.s │ │ │ │ ├── maperrno.s │ │ │ │ ├── memchr.s │ │ │ │ ├── memcmp.s │ │ │ │ ├── memcpy.s │ │ │ │ ├── memmove.s │ │ │ │ ├── memset.s │ │ │ │ ├── mkdir.s │ │ │ │ ├── mktime.c │ │ │ │ ├── modfree.s │ │ │ │ ├── modload.s │ │ │ │ ├── oserrcheck.s │ │ │ │ ├── perror.c │ │ │ │ ├── pmemalign.c │ │ │ │ ├── printf.s │ │ │ │ ├── putchar.s │ │ │ │ ├── putenv.s │ │ │ │ ├── puts.c │ │ │ │ ├── qsort.c │ │ │ │ ├── raise.s │ │ │ │ ├── rand.s │ │ │ │ ├── realloc.c │ │ │ │ ├── remove.s │ │ │ │ ├── rename.s │ │ │ │ ├── rewind.c │ │ │ │ ├── rmdir.s │ │ │ │ ├── scanf.s │ │ │ │ ├── searchenv.s │ │ │ │ ├── setjmp.s │ │ │ │ ├── signal.s │ │ │ │ ├── sigtable.s │ │ │ │ ├── sleep.c │ │ │ │ ├── snprintf.s │ │ │ │ ├── sprintf.s │ │ │ │ ├── sscanf.s │ │ │ │ ├── strcat.s │ │ │ │ ├── strchr.s │ │ │ │ ├── strcmp.s │ │ │ │ ├── strcoll.s │ │ │ │ ├── strcpy.s │ │ │ │ ├── strcspn.s │ │ │ │ ├── strdup.s │ │ │ │ ├── strerror.s │ │ │ │ ├── strftime.c │ │ │ │ ├── stricmp.s │ │ │ │ ├── strlen.s │ │ │ │ ├── strlower.s │ │ │ │ ├── strncat.s │ │ │ │ ├── strncmp.s │ │ │ │ ├── strncpy.s │ │ │ │ ├── strnicmp.s │ │ │ │ ├── stroserr.s │ │ │ │ ├── strpbrk.s │ │ │ │ ├── strrchr.s │ │ │ │ ├── strspn.s │ │ │ │ ├── strstr.s │ │ │ │ ├── strtoimax.s │ │ │ │ ├── strtok.c │ │ │ │ ├── strtol.c │ │ │ │ ├── strtoul.c │ │ │ │ ├── strtoumax.s │ │ │ │ ├── strupper.s │ │ │ │ ├── strxfrm.c │ │ │ │ ├── system.c │ │ │ │ ├── time.s │ │ │ │ ├── timezone.c │ │ │ │ ├── tolower.s │ │ │ │ ├── toupper.s │ │ │ │ ├── uname.s │ │ │ │ ├── ungetc.s │ │ │ │ ├── unlink.s │ │ │ │ ├── utscopy.s │ │ │ │ ├── vfprintf.s │ │ │ │ ├── vfscanf.s │ │ │ │ ├── vprintf.s │ │ │ │ ├── vscanf.s │ │ │ │ ├── vsnprintf.s │ │ │ │ ├── vsprintf.s │ │ │ │ ├── vsscanf.s │ │ │ │ └── zerobss.s │ │ │ ├── conio │ │ │ │ ├── Makefile │ │ │ │ ├── _cursor.s │ │ │ │ ├── cprintf.s │ │ │ │ ├── cputhex.s │ │ │ │ ├── cputs.s │ │ │ │ ├── cscanf.s │ │ │ │ ├── cursor.s │ │ │ │ ├── scrsize.s │ │ │ │ ├── vcprintf.s │ │ │ │ └── vcscanf.s │ │ │ ├── dbg │ │ │ │ ├── Makefile │ │ │ │ ├── asmtab.s │ │ │ │ ├── dbg.c │ │ │ │ ├── dbgdasm.s │ │ │ │ ├── dbgdump.s │ │ │ │ ├── dbgisram.s │ │ │ │ └── dbgsupp.s │ │ │ ├── em │ │ │ │ ├── Makefile │ │ │ │ ├── em-kernel.s │ │ │ │ ├── em_commit.s │ │ │ │ ├── em_copyfrom.s │ │ │ │ ├── em_copyto.s │ │ │ │ ├── em_load.c │ │ │ │ ├── em_map.s │ │ │ │ ├── em_pagecount.s │ │ │ │ ├── em_unload.s │ │ │ │ └── em_use.s │ │ │ ├── geos │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── _afailed.c │ │ │ │ │ ├── _poserror.c │ │ │ │ │ ├── abort.c │ │ │ │ │ ├── copydata.s │ │ │ │ │ ├── memcpy.s │ │ │ │ │ ├── memmove.s │ │ │ │ │ ├── memset.s │ │ │ │ │ ├── perror.c │ │ │ │ │ ├── sleep.c │ │ │ │ │ └── zerobss.s │ │ │ │ ├── conio │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── _scrsize.s │ │ │ │ │ ├── cclear.s │ │ │ │ │ ├── cgetc.s │ │ │ │ │ ├── chline.s │ │ │ │ │ ├── clrscr.s │ │ │ │ │ ├── color.s │ │ │ │ │ ├── cpputs.s │ │ │ │ │ ├── cputc.s │ │ │ │ │ ├── cursor.s │ │ │ │ │ ├── cvline.s │ │ │ │ │ ├── gotoxy.s │ │ │ │ │ ├── kbhit.s │ │ │ │ │ ├── revers.s │ │ │ │ │ └── where.s │ │ │ │ ├── devel │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── crt0.s │ │ │ │ │ ├── extzp.s │ │ │ │ │ ├── fio_module.s │ │ │ │ │ ├── geos-stdjoy.s │ │ │ │ │ ├── geos-tgi.s │ │ │ │ │ ├── geos-vdc.s │ │ │ │ │ ├── joy_stddrv.s │ │ │ │ │ ├── mainargs.s │ │ │ │ │ ├── oserrlist.s │ │ │ │ │ ├── oserror.s │ │ │ │ │ ├── randomize.s │ │ │ │ │ └── tgi_mode_table.s │ │ │ │ ├── disk │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── blkalloc.s │ │ │ │ │ ├── calcblksfree.s │ │ │ │ │ ├── changediskdevice.s │ │ │ │ │ ├── chkdkgeos.s │ │ │ │ │ ├── dio_cts.s │ │ │ │ │ ├── dio_openclose.s │ │ │ │ │ ├── dio_params.s │ │ │ │ │ ├── dio_read.s │ │ │ │ │ ├── dio_stc.s │ │ │ │ │ ├── dio_write.s │ │ │ │ │ ├── dio_writev.s │ │ │ │ │ ├── enterturbo.s │ │ │ │ │ ├── exitturbo.s │ │ │ │ │ ├── findbambit.s │ │ │ │ │ ├── freeblock.s │ │ │ │ │ ├── getblock.s │ │ │ │ │ ├── getdirhead.s │ │ │ │ │ ├── getptrcurdknm.s │ │ │ │ │ ├── gettrse.s │ │ │ │ │ ├── newdisk.s │ │ │ │ │ ├── nxtblkalloc.s │ │ │ │ │ ├── opendisk.s │ │ │ │ │ ├── purgeturbo.s │ │ │ │ │ ├── putblock.s │ │ │ │ │ ├── putdirhead.s │ │ │ │ │ ├── readblock.s │ │ │ │ │ ├── readbuff.s │ │ │ │ │ ├── setgeosdisk.s │ │ │ │ │ ├── setnextfree.s │ │ │ │ │ ├── setoserror.s │ │ │ │ │ ├── verwriteblock.s │ │ │ │ │ ├── writeblock.s │ │ │ │ │ └── writebuff.s │ │ │ │ ├── dlgbox │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── dbget2lines.s │ │ │ │ │ ├── dlgboxfileselect.s │ │ │ │ │ ├── dlgboxgetstring.s │ │ │ │ │ ├── dlgboxok.s │ │ │ │ │ ├── dlgboxokcancel.s │ │ │ │ │ ├── dlgboxyesno.s │ │ │ │ │ ├── dodlgbox.s │ │ │ │ │ ├── messagebox.c │ │ │ │ │ └── rstrfrmdialogue.s │ │ │ │ ├── file │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── appendrecord.s │ │ │ │ │ ├── closerecordfile.s │ │ │ │ │ ├── deletefile.s │ │ │ │ │ ├── deleterecord.s │ │ │ │ │ ├── findfile.s │ │ │ │ │ ├── findftypes.s │ │ │ │ │ ├── followchain.s │ │ │ │ │ ├── freefile.s │ │ │ │ │ ├── get1stdirentry.s │ │ │ │ │ ├── getfhdrinfo.s │ │ │ │ │ ├── getfile.s │ │ │ │ │ ├── getnxtdirentry.s │ │ │ │ │ ├── insertrecord.s │ │ │ │ │ ├── nextrecord.s │ │ │ │ │ ├── openrecordfile.s │ │ │ │ │ ├── pointrecord.s │ │ │ │ │ ├── previousrecord.s │ │ │ │ │ ├── readbyte.s │ │ │ │ │ ├── readfile.s │ │ │ │ │ ├── readrecord.s │ │ │ │ │ ├── renamefile.s │ │ │ │ │ ├── savefile.s │ │ │ │ │ ├── sysremove.s │ │ │ │ │ ├── sysrename.s │ │ │ │ │ ├── updaterecordfile.s │ │ │ │ │ └── writerecord.s │ │ │ │ ├── graph │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── bitmapclip.s │ │ │ │ │ ├── bitmapregs.s │ │ │ │ │ ├── bitmapup.s │ │ │ │ │ ├── bitotherclip.s │ │ │ │ │ ├── drawline.s │ │ │ │ │ ├── drawpoint.s │ │ │ │ │ ├── framerectangle.s │ │ │ │ │ ├── getcharwidth.s │ │ │ │ │ ├── getintcharint.s │ │ │ │ │ ├── graphicsstring.s │ │ │ │ │ ├── hlineregs.s │ │ │ │ │ ├── horizontalline.s │ │ │ │ │ ├── imprintrectangle.s │ │ │ │ │ ├── initdrawwindow.s │ │ │ │ │ ├── invertline.s │ │ │ │ │ ├── invertrectangle.s │ │ │ │ │ ├── loadcharset.s │ │ │ │ │ ├── pointregs.s │ │ │ │ │ ├── put_char.s │ │ │ │ │ ├── putdecimal.s │ │ │ │ │ ├── putstring.s │ │ │ │ │ ├── recoverline.s │ │ │ │ │ ├── recoverrectangle.s │ │ │ │ │ ├── rectangle.s │ │ │ │ │ ├── setpattern.s │ │ │ │ │ ├── testpoint.s │ │ │ │ │ ├── usesystemfont.s │ │ │ │ │ └── verticalline.s │ │ │ │ ├── inc │ │ │ │ │ ├── const.inc │ │ │ │ │ ├── dio.inc │ │ │ │ │ ├── diskdrv.inc │ │ │ │ │ ├── geosmac.ca65.inc │ │ │ │ │ ├── geossym.inc │ │ │ │ │ ├── geossym2.inc │ │ │ │ │ ├── inputdrv.inc │ │ │ │ │ ├── jumptab.inc │ │ │ │ │ └── printdrv.inc │ │ │ │ ├── memory │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── clearram.s │ │ │ │ │ ├── cmpfstring.s │ │ │ │ │ ├── cmpstring.s │ │ │ │ │ ├── copyfstring.s │ │ │ │ │ ├── copystring.s │ │ │ │ │ ├── crc.s │ │ │ │ │ ├── doublepop.s │ │ │ │ │ ├── doublespop.s │ │ │ │ │ ├── fetchram.s │ │ │ │ │ ├── fillram.s │ │ │ │ │ ├── initram.s │ │ │ │ │ ├── movedata.s │ │ │ │ │ ├── reuregs.s │ │ │ │ │ ├── stashram.s │ │ │ │ │ ├── swapram.s │ │ │ │ │ └── verifyram.s │ │ │ │ ├── menuicon │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── doicons.s │ │ │ │ │ ├── domenu.s │ │ │ │ │ ├── dopreviousmenu.s │ │ │ │ │ ├── gotofirstmenu.s │ │ │ │ │ ├── recoverallmenus.s │ │ │ │ │ ├── recovermenu.s │ │ │ │ │ └── redomenu.s │ │ │ │ ├── mousesprite │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── clearmousemode.s │ │ │ │ │ ├── disablsprite.s │ │ │ │ │ ├── drawsprite.s │ │ │ │ │ ├── enablsprite.s │ │ │ │ │ ├── getnextchar.s │ │ │ │ │ ├── inittextprompt.s │ │ │ │ │ ├── ismseinregion.s │ │ │ │ │ ├── mouse.s │ │ │ │ │ ├── mouseoff.s │ │ │ │ │ ├── mouseup.s │ │ │ │ │ ├── possprite.s │ │ │ │ │ ├── promptoff.s │ │ │ │ │ ├── prompton.s │ │ │ │ │ └── startmousemode.s │ │ │ │ ├── process │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── processblock.s │ │ │ │ │ ├── processfreeze.s │ │ │ │ │ ├── processinitrestartenable.s │ │ │ │ │ └── processsleep.s │ │ │ │ ├── runtime │ │ │ │ │ ├── Makefile │ │ │ │ │ └── call.s │ │ │ │ └── system │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── callroutine.s │ │ │ │ │ ├── ctype.s │ │ │ │ │ ├── enterdesktop.s │ │ │ │ │ ├── firstinit.s │ │ │ │ │ ├── get_ostype.s │ │ │ │ │ ├── getrandom.s │ │ │ │ │ ├── getserialnumber.s │ │ │ │ │ ├── initdoneio.s │ │ │ │ │ ├── mainloop.s │ │ │ │ │ ├── panic.s │ │ │ │ │ ├── setdevice.s │ │ │ │ │ ├── systime.c │ │ │ │ │ ├── sysuname.s │ │ │ │ │ └── tobasic.s │ │ │ ├── joystick │ │ │ │ ├── Makefile │ │ │ │ ├── joy-kernel.s │ │ │ │ ├── joy_count.s │ │ │ │ ├── joy_load.s │ │ │ │ ├── joy_read.s │ │ │ │ └── joy_unload.s │ │ │ ├── lynx │ │ │ │ ├── Makefile │ │ │ │ ├── cgetc.s │ │ │ │ ├── crt0.s │ │ │ │ ├── ctype.s │ │ │ │ ├── eeprom.s │ │ │ │ ├── extzp.inc │ │ │ │ ├── extzp.s │ │ │ │ ├── kbhit.s │ │ │ │ ├── lynx-160-102-16.s │ │ │ │ ├── lynx-comlynx.s │ │ │ │ ├── lynx-stdjoy.s │ │ │ │ ├── mainargs.s │ │ │ │ └── sysuname.s │ │ │ ├── mouse │ │ │ │ ├── Makefile │ │ │ │ ├── mouse-kernel.s │ │ │ │ ├── mouse_buttons.s │ │ │ │ ├── mouse_getbox.s │ │ │ │ ├── mouse_geterrormsg.s │ │ │ │ ├── mouse_hide.s │ │ │ │ ├── mouse_info.s │ │ │ │ ├── mouse_ioctl.s │ │ │ │ ├── mouse_load.s │ │ │ │ ├── mouse_move.s │ │ │ │ ├── mouse_pos.s │ │ │ │ ├── mouse_setbox.s │ │ │ │ ├── mouse_show.s │ │ │ │ └── mouse_unload.s │ │ │ ├── nes │ │ │ │ ├── Makefile │ │ │ │ ├── _scrsize.s │ │ │ │ ├── cclear.s │ │ │ │ ├── chline.s │ │ │ │ ├── clock.s │ │ │ │ ├── clrscr.s │ │ │ │ ├── color.s │ │ │ │ ├── cputc.s │ │ │ │ ├── crt0.s │ │ │ │ ├── ctype.s │ │ │ │ ├── cvline.s │ │ │ │ ├── get_tv.s │ │ │ │ ├── gotox.s │ │ │ │ ├── gotoxy.s │ │ │ │ ├── gotoy.s │ │ │ │ ├── mainargs.s │ │ │ │ ├── nes-stdjoy.s │ │ │ │ ├── neschar.inc │ │ │ │ ├── ppu.s │ │ │ │ ├── ppubuf.s │ │ │ │ ├── randomize.s │ │ │ │ ├── revers.s │ │ │ │ ├── setcursor.s │ │ │ │ ├── sysuname.s │ │ │ │ ├── waitvblank.s │ │ │ │ ├── wherex.s │ │ │ │ └── wherey.s │ │ │ ├── pet │ │ │ │ ├── Makefile │ │ │ │ ├── _scrsize.s │ │ │ │ ├── break.s │ │ │ │ ├── cgetc.s │ │ │ │ ├── checkst.s │ │ │ │ ├── clrscr.s │ │ │ │ ├── color.s │ │ │ │ ├── conio.s │ │ │ │ ├── cputc.s │ │ │ │ ├── crt0.s │ │ │ │ ├── devnum.s │ │ │ │ ├── get_tv.s │ │ │ │ ├── joy_stddrv.s │ │ │ │ ├── kbhit.s │ │ │ │ ├── kbsout.s │ │ │ │ ├── kchkin.s │ │ │ │ ├── kckout.s │ │ │ │ ├── kclose.s │ │ │ │ ├── kernal.s │ │ │ │ ├── kopen.s │ │ │ │ ├── kplot.s │ │ │ │ ├── krdtim.s │ │ │ │ ├── kreadst.s │ │ │ │ ├── ksetlfs.s │ │ │ │ ├── ksetnam.s │ │ │ │ ├── mainargs.s │ │ │ │ ├── pet-ptvjoy.s │ │ │ │ ├── randomize.s │ │ │ │ ├── revers.s │ │ │ │ └── sysuname.s │ │ │ ├── plus4 │ │ │ │ ├── Makefile │ │ │ │ ├── _scrsize.s │ │ │ │ ├── break.s │ │ │ │ ├── cgetc.s │ │ │ │ ├── clrscr.s │ │ │ │ ├── color.s │ │ │ │ ├── conio.s │ │ │ │ ├── cputc.s │ │ │ │ ├── crt0.s │ │ │ │ ├── devnum.s │ │ │ │ ├── get_tv.s │ │ │ │ ├── joy_stddrv.s │ │ │ │ ├── kacptr.s │ │ │ │ ├── kbasin.s │ │ │ │ ├── kbhit.s │ │ │ │ ├── kbsout.s │ │ │ │ ├── kchkin.s │ │ │ │ ├── kciout.s │ │ │ │ ├── kckout.s │ │ │ │ ├── kclall.s │ │ │ │ ├── kclose.s │ │ │ │ ├── kclrch.s │ │ │ │ ├── kiobase.s │ │ │ │ ├── klisten.s │ │ │ │ ├── kload.s │ │ │ │ ├── kopen.s │ │ │ │ ├── kplot.s │ │ │ │ ├── krdtim.s │ │ │ │ ├── kreadst.s │ │ │ │ ├── ksave.s │ │ │ │ ├── ksetlfs.s │ │ │ │ ├── ksetnam.s │ │ │ │ ├── ksettim.s │ │ │ │ ├── ktalk.s │ │ │ │ ├── kunlsn.s │ │ │ │ ├── kuntlk.s │ │ │ │ ├── mainargs.s │ │ │ │ ├── plus4-stdjoy.s │ │ │ │ ├── plus4-stdser.s │ │ │ │ ├── randomize.s │ │ │ │ ├── revers.s │ │ │ │ ├── systime.s │ │ │ │ ├── sysuname.s │ │ │ │ └── tgi_mode_table.s │ │ │ ├── runtime │ │ │ │ ├── Makefile │ │ │ │ ├── add.s │ │ │ │ ├── addeqsp.s │ │ │ │ ├── addysp.s │ │ │ │ ├── along.s │ │ │ │ ├── and.s │ │ │ │ ├── aslax1.s │ │ │ │ ├── aslax2.s │ │ │ │ ├── aslax3.s │ │ │ │ ├── aslax4.s │ │ │ │ ├── asleax1.s │ │ │ │ ├── asleax2.s │ │ │ │ ├── asleax3.s │ │ │ │ ├── asleax4.s │ │ │ │ ├── asr.s │ │ │ │ ├── asrax1.s │ │ │ │ ├── asrax2.s │ │ │ │ ├── asrax3.s │ │ │ │ ├── asrax4.s │ │ │ │ ├── asreax1.s │ │ │ │ ├── asreax2.s │ │ │ │ ├── asreax3.s │ │ │ │ ├── asreax4.s │ │ │ │ ├── axlong.s │ │ │ │ ├── bneg.s │ │ │ │ ├── bpushbsp.s │ │ │ │ ├── call.s │ │ │ │ ├── callirq.s │ │ │ │ ├── callmain.s │ │ │ │ ├── compl.s │ │ │ │ ├── condes.s │ │ │ │ ├── decax1.s │ │ │ │ ├── decax2.s │ │ │ │ ├── decax3.s │ │ │ │ ├── decax4.s │ │ │ │ ├── decax5.s │ │ │ │ ├── decax6.s │ │ │ │ ├── decax7.s │ │ │ │ ├── decax8.s │ │ │ │ ├── decaxy.s │ │ │ │ ├── decsp1.s │ │ │ │ ├── decsp2.s │ │ │ │ ├── decsp3.s │ │ │ │ ├── decsp4.s │ │ │ │ ├── decsp5.s │ │ │ │ ├── decsp6.s │ │ │ │ ├── decsp7.s │ │ │ │ ├── decsp8.s │ │ │ │ ├── div.s │ │ │ │ ├── enter.s │ │ │ │ ├── eq.s │ │ │ │ ├── ge.s │ │ │ │ ├── gt.s │ │ │ │ ├── icmp.s │ │ │ │ ├── incax1.s │ │ │ │ ├── incax2.s │ │ │ │ ├── incax3.s │ │ │ │ ├── incax5.s │ │ │ │ ├── incax6.s │ │ │ │ ├── incax7.s │ │ │ │ ├── incax8.s │ │ │ │ ├── incaxy.s │ │ │ │ ├── incsp1.s │ │ │ │ ├── incsp2.s │ │ │ │ ├── incsp3.s │ │ │ │ ├── incsp4.s │ │ │ │ ├── incsp5.s │ │ │ │ ├── incsp6.s │ │ │ │ ├── incsp7.s │ │ │ │ ├── incsp8.s │ │ │ │ ├── jmpvec.s │ │ │ │ ├── ladd.s │ │ │ │ ├── laddeq.s │ │ │ │ ├── laddeqsp.s │ │ │ │ ├── land.s │ │ │ │ ├── lasr.s │ │ │ │ ├── lbneg.s │ │ │ │ ├── lcmp.s │ │ │ │ ├── lcompl.s │ │ │ │ ├── ldai.s │ │ │ │ ├── ldau0sp.s │ │ │ │ ├── ldaui.s │ │ │ │ ├── ldauisp.s │ │ │ │ ├── ldaxi.s │ │ │ │ ├── ldaxsp.s │ │ │ │ ├── ldeaxi.s │ │ │ │ ├── ldeaxysp.s │ │ │ │ ├── ldec.s │ │ │ │ ├── ldiv.s │ │ │ │ ├── le.s │ │ │ │ ├── leaaxsp.s │ │ │ │ ├── leave.s │ │ │ │ ├── leq.s │ │ │ │ ├── lge.s │ │ │ │ ├── lgt.s │ │ │ │ ├── linc.s │ │ │ │ ├── lle.s │ │ │ │ ├── llt.s │ │ │ │ ├── lmod.s │ │ │ │ ├── lmul.s │ │ │ │ ├── lne.s │ │ │ │ ├── lneg.s │ │ │ │ ├── lor.s │ │ │ │ ├── lpop.s │ │ │ │ ├── lpush.s │ │ │ │ ├── lrsub.s │ │ │ │ ├── lsave.s │ │ │ │ ├── lshelp.s │ │ │ │ ├── lshl.s │ │ │ │ ├── lshr.s │ │ │ │ ├── lsub.s │ │ │ │ ├── lsubeq.s │ │ │ │ ├── lsubeqsp.s │ │ │ │ ├── lt.s │ │ │ │ ├── ltest.s │ │ │ │ ├── ludiv.s │ │ │ │ ├── luge.s │ │ │ │ ├── lugt.s │ │ │ │ ├── lule.s │ │ │ │ ├── lult.s │ │ │ │ ├── lumod.s │ │ │ │ ├── lxor.s │ │ │ │ ├── makebool.s │ │ │ │ ├── mod.s │ │ │ │ ├── mul.s │ │ │ │ ├── mul8.s │ │ │ │ ├── mulax10.s │ │ │ │ ├── mulax3.s │ │ │ │ ├── mulax5.s │ │ │ │ ├── mulax6.s │ │ │ │ ├── mulax7.s │ │ │ │ ├── mulax9.s │ │ │ │ ├── ne.s │ │ │ │ ├── neg.s │ │ │ │ ├── or.s │ │ │ │ ├── popa.s │ │ │ │ ├── popsreg.s │ │ │ │ ├── push1.s │ │ │ │ ├── push2.s │ │ │ │ ├── push3.s │ │ │ │ ├── push4.s │ │ │ │ ├── push5.s │ │ │ │ ├── push6.s │ │ │ │ ├── push7.s │ │ │ │ ├── pusha.s │ │ │ │ ├── pushaff.s │ │ │ │ ├── pushax.s │ │ │ │ ├── pushb.s │ │ │ │ ├── pushbsp.s │ │ │ │ ├── pushc0.s │ │ │ │ ├── pushc1.s │ │ │ │ ├── pushc2.s │ │ │ │ ├── pushlysp.s │ │ │ │ ├── pushw.s │ │ │ │ ├── pushwsp.s │ │ │ │ ├── regswap.s │ │ │ │ ├── regswap1.s │ │ │ │ ├── regswap2.s │ │ │ │ ├── return0.s │ │ │ │ ├── return1.s │ │ │ │ ├── rsub.s │ │ │ │ ├── shelp.s │ │ │ │ ├── shl.s │ │ │ │ ├── shr.s │ │ │ │ ├── shrax1.s │ │ │ │ ├── shrax2.s │ │ │ │ ├── shrax3.s │ │ │ │ ├── shrax4.s │ │ │ │ ├── shreax1.s │ │ │ │ ├── shreax2.s │ │ │ │ ├── shreax3.s │ │ │ │ ├── shreax4.s │ │ │ │ ├── staspidx.s │ │ │ │ ├── staxsp.s │ │ │ │ ├── staxspi.s │ │ │ │ ├── steaxsp.s │ │ │ │ ├── steaxspi.s │ │ │ │ ├── stkchk.s │ │ │ │ ├── sub.s │ │ │ │ ├── subeqsp.s │ │ │ │ ├── subysp.s │ │ │ │ ├── swap.s │ │ │ │ ├── tosint.s │ │ │ │ ├── toslong.s │ │ │ │ ├── udiv.s │ │ │ │ ├── uge.s │ │ │ │ ├── ugt.s │ │ │ │ ├── ule.s │ │ │ │ ├── ult.s │ │ │ │ ├── umod.s │ │ │ │ ├── xor.s │ │ │ │ └── zeropage.s │ │ │ ├── serial │ │ │ │ ├── Makefile │ │ │ │ ├── ser-kernel.s │ │ │ │ ├── ser_close.s │ │ │ │ ├── ser_get.s │ │ │ │ ├── ser_ioctl.s │ │ │ │ ├── ser_load.s │ │ │ │ ├── ser_open.s │ │ │ │ ├── ser_put.s │ │ │ │ ├── ser_status.s │ │ │ │ └── ser_unload.s │ │ │ ├── supervision │ │ │ │ ├── Makefile │ │ │ │ ├── crt0.s │ │ │ │ └── ctype.s │ │ │ ├── tgi │ │ │ │ ├── Makefile │ │ │ │ ├── tgi-kernel.s │ │ │ │ ├── tgi_bar.s │ │ │ │ ├── tgi_circle.s │ │ │ │ ├── tgi_clear.s │ │ │ │ ├── tgi_curtoxy.s │ │ │ │ ├── tgi_done.s │ │ │ │ ├── tgi_getcolor.s │ │ │ │ ├── tgi_getcolorcount.s │ │ │ │ ├── tgi_getdefpalette.s │ │ │ │ ├── tgi_geterror.s │ │ │ │ ├── tgi_geterrormsg.s │ │ │ │ ├── tgi_getmaxcolor.s │ │ │ │ ├── tgi_getmaxx.s │ │ │ │ ├── tgi_getmaxy.s │ │ │ │ ├── tgi_getpagecount.s │ │ │ │ ├── tgi_getpalette.s │ │ │ │ ├── tgi_getpixel.s │ │ │ │ ├── tgi_getset.s │ │ │ │ ├── tgi_getxres.s │ │ │ │ ├── tgi_getyres.s │ │ │ │ ├── tgi_gotoxy.s │ │ │ │ ├── tgi_init.s │ │ │ │ ├── tgi_ioctl.s │ │ │ │ ├── tgi_line.s │ │ │ │ ├── tgi_linepop.s │ │ │ │ ├── tgi_lineto.s │ │ │ │ ├── tgi_load.c │ │ │ │ ├── tgi_load_driver.c │ │ │ │ ├── tgi_map_mode.s │ │ │ │ ├── tgi_outtext.s │ │ │ │ ├── tgi_outtextxy.s │ │ │ │ ├── tgi_popxy.s │ │ │ │ ├── tgi_popxy2.s │ │ │ │ ├── tgi_setcolor.s │ │ │ │ ├── tgi_setdrawpage.s │ │ │ │ ├── tgi_setpalette.s │ │ │ │ ├── tgi_setpixel.s │ │ │ │ ├── tgi_setviewpage.s │ │ │ │ ├── tgi_stddrv.s │ │ │ │ ├── tgi_stdmode.s │ │ │ │ ├── tgi_textsize.s │ │ │ │ ├── tgi_textstyle.s │ │ │ │ └── tgi_unload.s │ │ │ ├── vic20 │ │ │ │ ├── Makefile │ │ │ │ ├── _scrsize.s │ │ │ │ ├── break.s │ │ │ │ ├── cgetc.s │ │ │ │ ├── clrscr.s │ │ │ │ ├── color.s │ │ │ │ ├── conio.s │ │ │ │ ├── cputc.s │ │ │ │ ├── crt0.s │ │ │ │ ├── devnum.s │ │ │ │ ├── get_tv.s │ │ │ │ ├── joy_stddrv.s │ │ │ │ ├── kbhit.s │ │ │ │ ├── kernal.s │ │ │ │ ├── kplot.s │ │ │ │ ├── mainargs.s │ │ │ │ ├── randomize.s │ │ │ │ ├── revers.s │ │ │ │ ├── sysuname.s │ │ │ │ ├── vic20-ptvjoy.s │ │ │ │ └── vic20-stdjoy.s │ │ │ └── zlib │ │ │ │ ├── Makefile │ │ │ │ ├── adler32.s │ │ │ │ ├── crc32.s │ │ │ │ ├── inflatemem.s │ │ │ │ └── uncompress.c │ │ ├── make │ │ │ ├── gcc.mak │ │ │ └── install-sh │ │ ├── packages │ │ │ ├── amiga │ │ │ │ ├── Install_cc65 │ │ │ │ └── Install_cc65.info │ │ │ ├── debian │ │ │ │ ├── ar65.1 │ │ │ │ ├── ca65.1 │ │ │ │ ├── ca65html.1 │ │ │ │ ├── cc65-apple2.dirs │ │ │ │ ├── cc65-apple2.docs │ │ │ │ ├── cc65-apple2.files │ │ │ │ ├── cc65-atari.dirs │ │ │ │ ├── cc65-atari.docs │ │ │ │ ├── cc65-atari.files │ │ │ │ ├── cc65-c128.dirs │ │ │ │ ├── cc65-c128.docs │ │ │ │ ├── cc65-c128.files │ │ │ │ ├── cc65-c64.dirs │ │ │ │ ├── cc65-c64.docs │ │ │ │ ├── cc65-c64.files │ │ │ │ ├── cc65-cbm510.dirs │ │ │ │ ├── cc65-cbm510.docs │ │ │ │ ├── cc65-cbm510.files │ │ │ │ ├── cc65-cbm610.dirs │ │ │ │ ├── cc65-cbm610.docs │ │ │ │ ├── cc65-cbm610.files │ │ │ │ ├── cc65-geos.dirs │ │ │ │ ├── cc65-geos.docs │ │ │ │ ├── cc65-geos.files │ │ │ │ ├── cc65-pet.dirs │ │ │ │ ├── cc65-pet.docs │ │ │ │ ├── cc65-pet.files │ │ │ │ ├── cc65-plus4.dirs │ │ │ │ ├── cc65-plus4.docs │ │ │ │ ├── cc65-plus4.files │ │ │ │ ├── cc65.1 │ │ │ │ ├── cc65.dirs │ │ │ │ ├── cc65.docs │ │ │ │ ├── cc65.examples │ │ │ │ ├── cc65.manpages │ │ │ │ ├── cc65.postinst │ │ │ │ ├── cc65.prerm │ │ │ │ ├── changelog │ │ │ │ ├── cl65.1 │ │ │ │ ├── control │ │ │ │ ├── copyright │ │ │ │ ├── da65.1 │ │ │ │ ├── grc.1 │ │ │ │ ├── ld65.1 │ │ │ │ ├── od65.1 │ │ │ │ └── rules │ │ │ ├── rpm │ │ │ │ └── redhat │ │ │ │ │ └── cc65.spec │ │ │ └── windows │ │ │ │ ├── install.vbs │ │ │ │ ├── uninstall.vbs │ │ │ │ └── wm_envchange.c │ │ ├── samples │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── ascii.c │ │ │ ├── diodemo.c │ │ │ ├── fire.c │ │ │ ├── geos │ │ │ │ ├── appfile.grc │ │ │ │ ├── apphello1.grc │ │ │ │ ├── apphello2.grc │ │ │ │ ├── apprmvprot.grc │ │ │ │ ├── appvector-demo.grc │ │ │ │ ├── appyesno.grc │ │ │ │ ├── ca65-vlir │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── cvthead.grc │ │ │ │ │ ├── vlir0.s │ │ │ │ │ ├── vlir1.s │ │ │ │ │ └── vlir2.s │ │ │ │ ├── dialog.c │ │ │ │ ├── filesel.c │ │ │ │ ├── geosconio.c │ │ │ │ ├── geosconiores.res │ │ │ │ ├── getid.c │ │ │ │ ├── getidres.grc │ │ │ │ ├── grphstr.c │ │ │ │ ├── hello1.c │ │ │ │ ├── hello2.c │ │ │ │ ├── inittab.c │ │ │ │ ├── menu.c │ │ │ │ ├── rmvprot.c │ │ │ │ ├── vector-demo.c │ │ │ │ └── yesno.c │ │ │ ├── gunzip65.c │ │ │ ├── hello.c │ │ │ ├── mandelbrot.c │ │ │ ├── mousedemo.c │ │ │ ├── nachtm.c │ │ │ ├── overlaydemo-apple2enh.cfg │ │ │ ├── overlaydemo-c64.cfg │ │ │ ├── overlaydemo.c │ │ │ ├── plasma.c │ │ │ ├── sieve.c │ │ │ ├── tgidemo.c │ │ │ └── tutorial │ │ │ │ ├── hello.c │ │ │ │ └── text.s │ │ ├── src │ │ │ ├── ar65 │ │ │ │ ├── add.c │ │ │ │ ├── add.h │ │ │ │ ├── del.c │ │ │ │ ├── del.h │ │ │ │ ├── error.c │ │ │ │ ├── error.h │ │ │ │ ├── exports.c │ │ │ │ ├── exports.h │ │ │ │ ├── extract.c │ │ │ │ ├── extract.h │ │ │ │ ├── fileio.c │ │ │ │ ├── fileio.h │ │ │ │ ├── global.c │ │ │ │ ├── global.h │ │ │ │ ├── library.c │ │ │ │ ├── library.h │ │ │ │ ├── list.c │ │ │ │ ├── list.h │ │ │ │ ├── main.c │ │ │ │ ├── make │ │ │ │ │ ├── gcc.mak │ │ │ │ │ └── watcom.mak │ │ │ │ ├── objdata.c │ │ │ │ ├── objdata.h │ │ │ │ ├── objfile.c │ │ │ │ └── objfile.h │ │ │ ├── ca65 │ │ │ │ ├── anonname.c │ │ │ │ ├── anonname.h │ │ │ │ ├── asserts.c │ │ │ │ ├── asserts.h │ │ │ │ ├── atari.inc │ │ │ │ ├── cbm.inc │ │ │ │ ├── condasm.c │ │ │ │ ├── condasm.h │ │ │ │ ├── cpu.inc │ │ │ │ ├── dbginfo.c │ │ │ │ ├── dbginfo.h │ │ │ │ ├── ea.h │ │ │ │ ├── ea65.c │ │ │ │ ├── ea65.h │ │ │ │ ├── easw16.c │ │ │ │ ├── easw16.h │ │ │ │ ├── enum.c │ │ │ │ ├── enum.h │ │ │ │ ├── error.c │ │ │ │ ├── error.h │ │ │ │ ├── expr.c │ │ │ │ ├── expr.h │ │ │ │ ├── feature.c │ │ │ │ ├── feature.h │ │ │ │ ├── filetab.c │ │ │ │ ├── filetab.h │ │ │ │ ├── fragment.c │ │ │ │ ├── fragment.h │ │ │ │ ├── generic.inc │ │ │ │ ├── global.c │ │ │ │ ├── global.h │ │ │ │ ├── incpath.c │ │ │ │ ├── incpath.h │ │ │ │ ├── instr.c │ │ │ │ ├── instr.h │ │ │ │ ├── istack.c │ │ │ │ ├── istack.h │ │ │ │ ├── lineinfo.c │ │ │ │ ├── lineinfo.h │ │ │ │ ├── listing.c │ │ │ │ ├── listing.h │ │ │ │ ├── longbranch.inc │ │ │ │ ├── macpack.c │ │ │ │ ├── macpack.h │ │ │ │ ├── macpack │ │ │ │ │ ├── atari.mac │ │ │ │ │ ├── cbm.mac │ │ │ │ │ ├── cpu.mac │ │ │ │ │ ├── cvt-mac.pl │ │ │ │ │ ├── generic.mac │ │ │ │ │ └── longbranch.mac │ │ │ │ ├── macro.c │ │ │ │ ├── macro.h │ │ │ │ ├── main.c │ │ │ │ ├── make │ │ │ │ │ ├── gcc.mak │ │ │ │ │ └── watcom.mak │ │ │ │ ├── nexttok.c │ │ │ │ ├── nexttok.h │ │ │ │ ├── objcode.c │ │ │ │ ├── objcode.h │ │ │ │ ├── objfile.c │ │ │ │ ├── objfile.h │ │ │ │ ├── options.c │ │ │ │ ├── options.h │ │ │ │ ├── pseudo.c │ │ │ │ ├── pseudo.h │ │ │ │ ├── repeat.c │ │ │ │ ├── repeat.h │ │ │ │ ├── scanner.c │ │ │ │ ├── scanner.h │ │ │ │ ├── segment.c │ │ │ │ ├── segment.h │ │ │ │ ├── segrange.c │ │ │ │ ├── segrange.h │ │ │ │ ├── sizeof.c │ │ │ │ ├── sizeof.h │ │ │ │ ├── spool.c │ │ │ │ ├── spool.h │ │ │ │ ├── struct.c │ │ │ │ ├── struct.h │ │ │ │ ├── studyexpr.c │ │ │ │ ├── studyexpr.h │ │ │ │ ├── symbol.c │ │ │ │ ├── symbol.h │ │ │ │ ├── symentry.c │ │ │ │ ├── symentry.h │ │ │ │ ├── symtab.c │ │ │ │ ├── symtab.h │ │ │ │ ├── token.c │ │ │ │ ├── token.h │ │ │ │ ├── toklist.c │ │ │ │ ├── toklist.h │ │ │ │ ├── ulabel.c │ │ │ │ └── ulabel.h │ │ │ ├── ca65html │ │ │ │ └── ca65html │ │ │ ├── cc65 │ │ │ │ ├── .lclintrc │ │ │ │ ├── anonname.c │ │ │ │ ├── anonname.h │ │ │ │ ├── asmcode.c │ │ │ │ ├── asmcode.h │ │ │ │ ├── asmlabel.c │ │ │ │ ├── asmlabel.h │ │ │ │ ├── asmstmt.c │ │ │ │ ├── asmstmt.h │ │ │ │ ├── assignment.c │ │ │ │ ├── assignment.h │ │ │ │ ├── casenode.c │ │ │ │ ├── casenode.h │ │ │ │ ├── codeent.c │ │ │ │ ├── codeent.h │ │ │ │ ├── codegen.c │ │ │ │ ├── codegen.h │ │ │ │ ├── codeinfo.c │ │ │ │ ├── codeinfo.h │ │ │ │ ├── codelab.c │ │ │ │ ├── codelab.h │ │ │ │ ├── codeopt.c │ │ │ │ ├── codeopt.h │ │ │ │ ├── codeseg.c │ │ │ │ ├── codeseg.h │ │ │ │ ├── compile.c │ │ │ │ ├── compile.h │ │ │ │ ├── coptadd.c │ │ │ │ ├── coptadd.h │ │ │ │ ├── coptc02.c │ │ │ │ ├── coptc02.h │ │ │ │ ├── coptcmp.c │ │ │ │ ├── coptcmp.h │ │ │ │ ├── coptind.c │ │ │ │ ├── coptind.h │ │ │ │ ├── coptneg.c │ │ │ │ ├── coptneg.h │ │ │ │ ├── coptptrload.c │ │ │ │ ├── coptptrload.h │ │ │ │ ├── coptpush.c │ │ │ │ ├── coptpush.h │ │ │ │ ├── coptsize.c │ │ │ │ ├── coptsize.h │ │ │ │ ├── coptstop.c │ │ │ │ ├── coptstop.h │ │ │ │ ├── coptstore.c │ │ │ │ ├── coptstore.h │ │ │ │ ├── coptsub.c │ │ │ │ ├── coptsub.h │ │ │ │ ├── copttest.c │ │ │ │ ├── copttest.h │ │ │ │ ├── copyleft.jrd │ │ │ │ ├── dataseg.c │ │ │ │ ├── dataseg.h │ │ │ │ ├── datatype.c │ │ │ │ ├── datatype.h │ │ │ │ ├── declare.c │ │ │ │ ├── declare.h │ │ │ │ ├── declattr.c │ │ │ │ ├── declattr.h │ │ │ │ ├── error.c │ │ │ │ ├── error.h │ │ │ │ ├── expr.c │ │ │ │ ├── expr.h │ │ │ │ ├── exprdesc.c │ │ │ │ ├── exprdesc.h │ │ │ │ ├── funcdesc.c │ │ │ │ ├── funcdesc.h │ │ │ │ ├── function.c │ │ │ │ ├── function.h │ │ │ │ ├── global.c │ │ │ │ ├── global.h │ │ │ │ ├── goto.c │ │ │ │ ├── goto.h │ │ │ │ ├── hexval.c │ │ │ │ ├── hexval.h │ │ │ │ ├── ident.c │ │ │ │ ├── ident.h │ │ │ │ ├── incpath.c │ │ │ │ ├── incpath.h │ │ │ │ ├── input.c │ │ │ │ ├── input.h │ │ │ │ ├── lineinfo.c │ │ │ │ ├── lineinfo.h │ │ │ │ ├── litpool.c │ │ │ │ ├── litpool.h │ │ │ │ ├── loadexpr.c │ │ │ │ ├── loadexpr.h │ │ │ │ ├── locals.c │ │ │ │ ├── locals.h │ │ │ │ ├── loop.c │ │ │ │ ├── loop.h │ │ │ │ ├── macrotab.c │ │ │ │ ├── macrotab.h │ │ │ │ ├── main.c │ │ │ │ ├── make │ │ │ │ │ ├── cc65.mak │ │ │ │ │ ├── gcc.mak │ │ │ │ │ └── watcom.mak │ │ │ │ ├── opcodes.c │ │ │ │ ├── opcodes.h │ │ │ │ ├── output.c │ │ │ │ ├── output.h │ │ │ │ ├── pragma.c │ │ │ │ ├── pragma.h │ │ │ │ ├── preproc.c │ │ │ │ ├── preproc.h │ │ │ │ ├── reginfo.c │ │ │ │ ├── reginfo.h │ │ │ │ ├── scanner.c │ │ │ │ ├── scanner.h │ │ │ │ ├── scanstrbuf.c │ │ │ │ ├── scanstrbuf.h │ │ │ │ ├── segments.c │ │ │ │ ├── segments.h │ │ │ │ ├── shiftexpr.c │ │ │ │ ├── shiftexpr.h │ │ │ │ ├── stackptr.c │ │ │ │ ├── stackptr.h │ │ │ │ ├── standard.c │ │ │ │ ├── standard.h │ │ │ │ ├── stdfunc.c │ │ │ │ ├── stdfunc.h │ │ │ │ ├── stdnames.c │ │ │ │ ├── stdnames.h │ │ │ │ ├── stmt.c │ │ │ │ ├── stmt.h │ │ │ │ ├── svnversion.h │ │ │ │ ├── swstmt.c │ │ │ │ ├── swstmt.h │ │ │ │ ├── symentry.c │ │ │ │ ├── symentry.h │ │ │ │ ├── symtab.c │ │ │ │ ├── symtab.h │ │ │ │ ├── testexpr.c │ │ │ │ ├── testexpr.h │ │ │ │ ├── textseg.c │ │ │ │ ├── textseg.h │ │ │ │ ├── typecmp.c │ │ │ │ ├── typecmp.h │ │ │ │ ├── typeconv.c │ │ │ │ ├── typeconv.h │ │ │ │ ├── util.c │ │ │ │ └── util.h │ │ │ ├── cl65 │ │ │ │ ├── error.c │ │ │ │ ├── error.h │ │ │ │ ├── global.c │ │ │ │ ├── global.h │ │ │ │ ├── main.c │ │ │ │ ├── make │ │ │ │ │ ├── gcc.mak │ │ │ │ │ └── watcom.mak │ │ │ │ ├── spawn-amiga.inc │ │ │ │ ├── spawn-unix.inc │ │ │ │ └── spawn.h │ │ │ ├── co65 │ │ │ │ ├── convert.c │ │ │ │ ├── convert.h │ │ │ │ ├── error.c │ │ │ │ ├── error.h │ │ │ │ ├── fileio.c │ │ │ │ ├── fileio.h │ │ │ │ ├── global.c │ │ │ │ ├── global.h │ │ │ │ ├── main.c │ │ │ │ ├── make │ │ │ │ │ ├── gcc.mak │ │ │ │ │ └── watcom.mak │ │ │ │ ├── model.c │ │ │ │ ├── model.h │ │ │ │ ├── o65.c │ │ │ │ └── o65.h │ │ │ ├── common │ │ │ │ ├── abend.c │ │ │ │ ├── abend.h │ │ │ │ ├── addrsize.c │ │ │ │ ├── addrsize.h │ │ │ │ ├── assertdefs.h │ │ │ │ ├── attrib.h │ │ │ │ ├── bitops.c │ │ │ │ ├── bitops.h │ │ │ │ ├── cddefs.h │ │ │ │ ├── chartype.c │ │ │ │ ├── chartype.h │ │ │ │ ├── check.c │ │ │ │ ├── check.h │ │ │ │ ├── cmdline.c │ │ │ │ ├── cmdline.h │ │ │ │ ├── coll.c │ │ │ │ ├── coll.h │ │ │ │ ├── cpu.c │ │ │ │ ├── cpu.h │ │ │ │ ├── debugflag.c │ │ │ │ ├── debugflag.h │ │ │ │ ├── exprdefs.c │ │ │ │ ├── exprdefs.h │ │ │ │ ├── filepos.c │ │ │ │ ├── filepos.h │ │ │ │ ├── filetype.c │ │ │ │ ├── filetype.h │ │ │ │ ├── fname.c │ │ │ │ ├── fname.h │ │ │ │ ├── fp.c │ │ │ │ ├── fp.h │ │ │ │ ├── fragdefs.h │ │ │ │ ├── hashstr.c │ │ │ │ ├── hashstr.h │ │ │ │ ├── hashtab.c │ │ │ │ ├── hashtab.h │ │ │ │ ├── inline.h │ │ │ │ ├── intstack.c │ │ │ │ ├── intstack.h │ │ │ │ ├── inttypes.h │ │ │ │ ├── libdefs.h │ │ │ │ ├── make │ │ │ │ │ ├── gcc.mak │ │ │ │ │ └── watcom.mak │ │ │ │ ├── matchpat.c │ │ │ │ ├── matchpat.h │ │ │ │ ├── mmodel.c │ │ │ │ ├── mmodel.h │ │ │ │ ├── objdefs.h │ │ │ │ ├── optdefs.h │ │ │ │ ├── print.c │ │ │ │ ├── print.h │ │ │ │ ├── searchpath.c │ │ │ │ ├── searchpath.h │ │ │ │ ├── segdefs.c │ │ │ │ ├── segdefs.h │ │ │ │ ├── segnames.c │ │ │ │ ├── segnames.h │ │ │ │ ├── shift.c │ │ │ │ ├── shift.h │ │ │ │ ├── strbuf.c │ │ │ │ ├── strbuf.h │ │ │ │ ├── strpool.c │ │ │ │ ├── strpool.h │ │ │ │ ├── strstack.c │ │ │ │ ├── strstack.h │ │ │ │ ├── strutil.c │ │ │ │ ├── strutil.h │ │ │ │ ├── symdefs.h │ │ │ │ ├── target.c │ │ │ │ ├── target.h │ │ │ │ ├── tgttrans.c │ │ │ │ ├── tgttrans.h │ │ │ │ ├── va_copy.h │ │ │ │ ├── version.c │ │ │ │ ├── version.h │ │ │ │ ├── xmalloc.c │ │ │ │ ├── xmalloc.h │ │ │ │ ├── xsprintf.c │ │ │ │ └── xsprintf.h │ │ │ ├── da65 │ │ │ │ ├── asminc.c │ │ │ │ ├── asminc.h │ │ │ │ ├── attrtab.c │ │ │ │ ├── attrtab.h │ │ │ │ ├── code.c │ │ │ │ ├── code.h │ │ │ │ ├── comments.c │ │ │ │ ├── comments.h │ │ │ │ ├── data.c │ │ │ │ ├── data.h │ │ │ │ ├── error.c │ │ │ │ ├── error.h │ │ │ │ ├── global.c │ │ │ │ ├── global.h │ │ │ │ ├── handler.c │ │ │ │ ├── handler.h │ │ │ │ ├── infofile.c │ │ │ │ ├── infofile.h │ │ │ │ ├── labels.c │ │ │ │ ├── labels.h │ │ │ │ ├── main.c │ │ │ │ ├── make │ │ │ │ │ ├── gcc.mak │ │ │ │ │ └── watcom.mak │ │ │ │ ├── opc6502.c │ │ │ │ ├── opc6502.h │ │ │ │ ├── opc65816.c │ │ │ │ ├── opc65816.h │ │ │ │ ├── opc65c02.c │ │ │ │ ├── opc65c02.h │ │ │ │ ├── opc65sc02.c │ │ │ │ ├── opc65sc02.h │ │ │ │ ├── opcdesc.h │ │ │ │ ├── opctable.c │ │ │ │ ├── opctable.h │ │ │ │ ├── output.c │ │ │ │ ├── output.h │ │ │ │ ├── scanner.c │ │ │ │ ├── scanner.h │ │ │ │ ├── segment.c │ │ │ │ └── segment.h │ │ │ ├── grc │ │ │ │ ├── grc.c │ │ │ │ ├── grc.h │ │ │ │ └── make │ │ │ │ │ ├── gcc.mak │ │ │ │ │ └── watcom.mak │ │ │ ├── ld65 │ │ │ │ ├── apple2.inc │ │ │ │ ├── apple2enh.inc │ │ │ │ ├── asserts.c │ │ │ │ ├── asserts.h │ │ │ │ ├── atari.inc │ │ │ │ ├── atmos.inc │ │ │ │ ├── bbc.inc │ │ │ │ ├── bin.c │ │ │ │ ├── bin.h │ │ │ │ ├── binfmt.c │ │ │ │ ├── binfmt.h │ │ │ │ ├── c128.inc │ │ │ │ ├── c16.inc │ │ │ │ ├── c64.inc │ │ │ │ ├── cbm510.inc │ │ │ │ ├── cbm610.inc │ │ │ │ ├── cfg │ │ │ │ │ ├── apple2-dos33.cfg │ │ │ │ │ ├── apple2-loader.cfg │ │ │ │ │ ├── apple2-reboot.cfg │ │ │ │ │ ├── apple2-system.cfg │ │ │ │ │ ├── apple2.cfg │ │ │ │ │ ├── apple2enh-dos33.cfg │ │ │ │ │ ├── apple2enh-loader.cfg │ │ │ │ │ ├── apple2enh-reboot.cfg │ │ │ │ │ ├── apple2enh-system.cfg │ │ │ │ │ ├── apple2enh.cfg │ │ │ │ │ ├── atari.cfg │ │ │ │ │ ├── atmos.cfg │ │ │ │ │ ├── bbc.cfg │ │ │ │ │ ├── c128.cfg │ │ │ │ │ ├── c16.cfg │ │ │ │ │ ├── c64.cfg │ │ │ │ │ ├── cbm510.cfg │ │ │ │ │ ├── cbm610.cfg │ │ │ │ │ ├── cvt-cfg.pl │ │ │ │ │ ├── geos.cfg │ │ │ │ │ ├── lunix.cfg │ │ │ │ │ ├── lynx.cfg │ │ │ │ │ ├── module.cfg │ │ │ │ │ ├── nes.cfg │ │ │ │ │ ├── none.cfg │ │ │ │ │ ├── pet.cfg │ │ │ │ │ ├── plus4.cfg │ │ │ │ │ ├── supervision-128k.cfg │ │ │ │ │ ├── supervision-16k.cfg │ │ │ │ │ ├── supervision-64k.cfg │ │ │ │ │ ├── supervision.cfg │ │ │ │ │ ├── vic20-32k.cfg │ │ │ │ │ └── vic20.cfg │ │ │ │ ├── cfgexpr.c │ │ │ │ ├── cfgexpr.h │ │ │ │ ├── condes.c │ │ │ │ ├── condes.h │ │ │ │ ├── config.c │ │ │ │ ├── config.h │ │ │ │ ├── dbgfile.c │ │ │ │ ├── dbgfile.h │ │ │ │ ├── dbginfo.c │ │ │ │ ├── dbginfo.h │ │ │ │ ├── dbgsyms.c │ │ │ │ ├── dbgsyms.h │ │ │ │ ├── error.c │ │ │ │ ├── error.h │ │ │ │ ├── exports.c │ │ │ │ ├── exports.h │ │ │ │ ├── expr.c │ │ │ │ ├── expr.h │ │ │ │ ├── extsyms.c │ │ │ │ ├── extsyms.h │ │ │ │ ├── fileinfo.c │ │ │ │ ├── fileinfo.h │ │ │ │ ├── fileio.c │ │ │ │ ├── fileio.h │ │ │ │ ├── filepath.c │ │ │ │ ├── filepath.h │ │ │ │ ├── fragment.c │ │ │ │ ├── fragment.h │ │ │ │ ├── geos.inc │ │ │ │ ├── global.c │ │ │ │ ├── global.h │ │ │ │ ├── library.c │ │ │ │ ├── library.h │ │ │ │ ├── lineinfo.c │ │ │ │ ├── lineinfo.h │ │ │ │ ├── lunix.inc │ │ │ │ ├── lynx.inc │ │ │ │ ├── main.c │ │ │ │ ├── make │ │ │ │ │ ├── gcc.mak │ │ │ │ │ └── watcom.mak │ │ │ │ ├── mapfile.c │ │ │ │ ├── mapfile.h │ │ │ │ ├── module.inc │ │ │ │ ├── nes.inc │ │ │ │ ├── none.inc │ │ │ │ ├── o65.c │ │ │ │ ├── o65.h │ │ │ │ ├── objdata.c │ │ │ │ ├── objdata.h │ │ │ │ ├── objfile.c │ │ │ │ ├── objfile.h │ │ │ │ ├── pet.inc │ │ │ │ ├── plus4.inc │ │ │ │ ├── scanner.c │ │ │ │ ├── scanner.h │ │ │ │ ├── segments.c │ │ │ │ ├── segments.h │ │ │ │ ├── spool.c │ │ │ │ ├── spool.h │ │ │ │ ├── supervision.inc │ │ │ │ ├── tgtcfg.c │ │ │ │ ├── tgtcfg.h │ │ │ │ └── vic20.inc │ │ │ ├── make │ │ │ │ ├── gcc.mak │ │ │ │ └── watcom.mak │ │ │ ├── od65 │ │ │ │ ├── dump.c │ │ │ │ ├── dump.h │ │ │ │ ├── error.c │ │ │ │ ├── error.h │ │ │ │ ├── fileio.c │ │ │ │ ├── fileio.h │ │ │ │ ├── global.c │ │ │ │ ├── global.h │ │ │ │ ├── main.c │ │ │ │ └── make │ │ │ │ │ ├── gcc.mak │ │ │ │ │ └── watcom.mak │ │ │ └── sim65 │ │ │ │ ├── addrspace.c │ │ │ │ ├── addrspace.h │ │ │ │ ├── callback.c │ │ │ │ ├── callback.h │ │ │ │ ├── cfgdata.c │ │ │ │ ├── cfgdata.h │ │ │ │ ├── chip.c │ │ │ │ ├── chip.h │ │ │ │ ├── chipdata.h │ │ │ │ ├── chipif.h │ │ │ │ ├── chippath.c │ │ │ │ ├── chippath.h │ │ │ │ ├── chips │ │ │ │ ├── make │ │ │ │ │ └── gcc.mak │ │ │ │ ├── ram.c │ │ │ │ ├── rom.c │ │ │ │ ├── stdio.c │ │ │ │ └── vic2.c │ │ │ │ ├── config.c │ │ │ │ ├── config.h │ │ │ │ ├── cpucore.c │ │ │ │ ├── cpucore.h │ │ │ │ ├── cpuregs.h │ │ │ │ ├── cputype.c │ │ │ │ ├── cputype.h │ │ │ │ ├── error.c │ │ │ │ ├── error.h │ │ │ │ ├── global.c │ │ │ │ ├── global.h │ │ │ │ ├── location.c │ │ │ │ ├── location.h │ │ │ │ ├── main.c │ │ │ │ ├── make │ │ │ │ └── gcc.mak │ │ │ │ ├── memory.c │ │ │ │ ├── memory.h │ │ │ │ ├── scanner.c │ │ │ │ ├── scanner.h │ │ │ │ ├── simdata.h │ │ │ │ ├── system.c │ │ │ │ └── system.h │ │ ├── testcode │ │ │ ├── assembler │ │ │ │ └── illegal.s │ │ │ ├── compiler │ │ │ │ ├── pptest1.c │ │ │ │ ├── pptest2.c │ │ │ │ ├── pptest3.c │ │ │ │ ├── pptest4.c │ │ │ │ └── pptest5.c │ │ │ ├── grc │ │ │ │ └── test.grc │ │ │ └── lib │ │ │ │ ├── arg-test.c │ │ │ │ ├── atari │ │ │ │ ├── files.txt │ │ │ │ ├── mem.c │ │ │ │ ├── ostype.c │ │ │ │ └── scrcode.s │ │ │ │ ├── atoi-test.c │ │ │ │ ├── clock.c │ │ │ │ ├── cprintf.c │ │ │ │ ├── cursor.c │ │ │ │ ├── deb.c │ │ │ │ ├── div-test.c │ │ │ │ ├── em-test.c │ │ │ │ ├── fileio-test.c │ │ │ │ ├── files.txt │ │ │ │ ├── ft.c │ │ │ │ ├── getsp.s │ │ │ │ ├── heaptest.c │ │ │ │ ├── joy-test.c │ │ │ │ ├── mul-test.c │ │ │ │ ├── posixio-test.c │ │ │ │ ├── rename-test.c │ │ │ │ ├── scanf-test.c │ │ │ │ ├── seek.c │ │ │ │ ├── ser-test.c │ │ │ │ ├── signal-test.c │ │ │ │ ├── strchr-test.c │ │ │ │ ├── strdup-test.c │ │ │ │ ├── strncmp-test.c │ │ │ │ ├── strnicmp-test.c │ │ │ │ ├── stroserror-test.c │ │ │ │ ├── strtol-test.c │ │ │ │ ├── strtoul-test.c │ │ │ │ ├── time-test.c │ │ │ │ └── uname-test.c │ │ └── util │ │ │ ├── atari │ │ │ └── ataricvt.c │ │ │ ├── cbm │ │ │ └── cbmcvt.c │ │ │ └── zlib │ │ │ └── deflater.c │ ├── opencbm-0.4.99.99 │ │ ├── LINUX │ │ │ └── Makefile │ │ ├── README-OSX.txt │ │ ├── cbm4wingui │ │ │ ├── CBM4WINGUI │ │ │ │ ├── AssemblyInfo.vb │ │ │ │ ├── CBM4WINGUI.ico │ │ │ │ ├── CBM4WINGUI.sln │ │ │ │ ├── CBM4WINGUI.suo │ │ │ │ ├── CBM4WINGUI.vbproj │ │ │ │ ├── CBM4WINGUI.vsmdi │ │ │ │ ├── CbmDevices.Designer.vb │ │ │ │ ├── CbmDevices.xsc │ │ │ │ ├── CbmDevices.xsd │ │ │ │ ├── CbmDevices.xss │ │ │ │ ├── Constants.vb │ │ │ │ ├── GUI.Designer.vb │ │ │ │ ├── GUI.resX │ │ │ │ ├── GUI.vb │ │ │ │ ├── GUI4CBM4WINSetup │ │ │ │ │ ├── CustomAction_NoImpersonate.js │ │ │ │ │ ├── Debug │ │ │ │ │ │ ├── GUI4CBM4WINSetup.msi │ │ │ │ │ │ ├── GUI4CBM4WIN_061.zip │ │ │ │ │ │ └── setup.exe │ │ │ │ │ └── GUI4CBM4WINSetup.vdproj │ │ │ │ ├── INIRoutines.vb │ │ │ │ ├── Installer1.Designer.vb │ │ │ │ ├── Installer1.vb │ │ │ │ ├── License.rtf │ │ │ │ ├── Options.Designer.vb │ │ │ │ ├── Options.resX │ │ │ │ ├── Options.vb │ │ │ │ ├── Prompt.Designer.vb │ │ │ │ ├── Prompt.resX │ │ │ │ ├── Prompt.vb │ │ │ │ ├── WaitforDir.Designer.vb │ │ │ │ ├── WaitforDir.resX │ │ │ │ ├── WaitforDir.vb │ │ │ │ ├── app.config │ │ │ │ ├── bin │ │ │ │ │ ├── CBM4WINGUI.ico │ │ │ │ │ ├── FileListBoxControl.dll │ │ │ │ │ ├── FileListBoxControl.pdb │ │ │ │ │ ├── GUI4CBM4WIN.exe │ │ │ │ │ ├── GUI4CBM4WIN.exe.config │ │ │ │ │ ├── GUI4CBM4WIN.pdb │ │ │ │ │ ├── GUI4CBM4WIN.vshost.exe │ │ │ │ │ ├── GUI4CBM4WIN.vshost.exe.config │ │ │ │ │ ├── GUI4CBM4WIN.xml │ │ │ │ │ ├── License.rtf │ │ │ │ │ ├── MozBar.dll │ │ │ │ │ ├── MozBar.pdb │ │ │ │ │ ├── OpenCbmVDD.dll │ │ │ │ │ ├── cbm4nt.sys │ │ │ │ │ ├── cbm4wdm.sys │ │ │ │ │ ├── cbmcopy.exe │ │ │ │ │ ├── cbmctrl.exe │ │ │ │ │ ├── cbmformat.exe │ │ │ │ │ ├── cbmforng.exe │ │ │ │ │ ├── d64copy.exe │ │ │ │ │ ├── flash.exe │ │ │ │ │ ├── gui4cbm4win.ini │ │ │ │ │ ├── instcbm.exe │ │ │ │ │ ├── lib │ │ │ │ │ │ ├── OpenCbmVDD.dll │ │ │ │ │ │ ├── cbm4nt.sys │ │ │ │ │ │ ├── cbm4wdm.sys │ │ │ │ │ │ ├── cbmcopy.exe │ │ │ │ │ │ ├── cbmctrl.exe │ │ │ │ │ │ ├── cbmformat.exe │ │ │ │ │ │ ├── cbmforng.exe │ │ │ │ │ │ ├── d64copy.exe │ │ │ │ │ │ ├── flash.exe │ │ │ │ │ │ ├── instcbm.exe │ │ │ │ │ │ ├── morse.exe │ │ │ │ │ │ ├── opencbm.dll │ │ │ │ │ │ ├── opencbm.lib │ │ │ │ │ │ ├── opencbmvice.dll │ │ │ │ │ │ └── rpm1541.exe │ │ │ │ │ ├── license.txt │ │ │ │ │ ├── morse.exe │ │ │ │ │ ├── opencbm.dll │ │ │ │ │ ├── opencbm.lib │ │ │ │ │ ├── opencbmvice.dll │ │ │ │ │ ├── rpm1541.exe │ │ │ │ │ ├── single 1571 │ │ │ │ │ ├── sourceforge │ │ │ │ │ └── test.d64 │ │ │ │ ├── en │ │ │ │ │ ├── Resources.Designer.vb │ │ │ │ │ └── Resources.resx │ │ │ │ ├── frmConfiguration.Designer.vb │ │ │ │ ├── frmConfiguration.resx │ │ │ │ ├── frmConfiguration.vb │ │ │ │ ├── lib │ │ │ │ │ ├── OpenCbmVDD.dll │ │ │ │ │ ├── cbm4nt.sys │ │ │ │ │ ├── cbm4wdm.sys │ │ │ │ │ ├── cbmcopy.exe │ │ │ │ │ ├── cbmctrl.exe │ │ │ │ │ ├── cbmformat.exe │ │ │ │ │ ├── cbmforng.exe │ │ │ │ │ ├── d64copy.exe │ │ │ │ │ ├── flash.exe │ │ │ │ │ ├── instcbm.exe │ │ │ │ │ ├── morse.exe │ │ │ │ │ ├── opencbm-0.4.0.tar.gz │ │ │ │ │ ├── opencbm.dll │ │ │ │ │ ├── opencbm.lib │ │ │ │ │ ├── opencbmvice.dll │ │ │ │ │ └── rpm1541.exe │ │ │ │ ├── license.txt │ │ │ │ └── localtestrun.testrunconfig │ │ │ ├── FileListBoxControl │ │ │ │ ├── FileListBoxControl.csproj │ │ │ │ ├── FilesListBox.cs │ │ │ │ ├── Properties │ │ │ │ │ └── AssemblyInfo.cs │ │ │ │ └── bin │ │ │ │ │ └── Debug │ │ │ │ │ ├── FileListBoxControl.dll │ │ │ │ │ └── FileListBoxControl.pdb │ │ │ ├── MozBar │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ ├── ImageListPanel.cs │ │ │ │ ├── ImageListPanel.resx │ │ │ │ ├── ImageMapEditor.cs │ │ │ │ ├── MozBar.csproj │ │ │ │ ├── MozBar.snk │ │ │ │ ├── MozItem.bmp │ │ │ │ ├── MozItem.cs │ │ │ │ ├── MozItem.resx │ │ │ │ ├── MozPane.bmp │ │ │ │ ├── MozPane.cs │ │ │ │ ├── MozPane.resx │ │ │ │ ├── ScrollableControlWithScrollEvents.cs │ │ │ │ ├── ScrollableControlWithScrollEvents.resx │ │ │ │ ├── ThemeManager.cs │ │ │ │ └── bin │ │ │ │ │ └── Debug │ │ │ │ │ ├── MozBar.dll │ │ │ │ │ └── MozBar.pdb │ │ │ ├── OpenCBMInstallHelper │ │ │ │ ├── OpenCBMInstallHelper.csproj │ │ │ │ ├── Properties │ │ │ │ │ └── AssemblyInfo.cs │ │ │ │ ├── frmConfigureOpenCBM.Designer.cs │ │ │ │ └── frmConfigureOpenCBM.cs │ │ │ ├── PaytonByrd_GenericHelpers │ │ │ │ ├── ArgumentAssert.cs │ │ │ │ ├── Copy of ArgumentAssert.cs │ │ │ │ ├── GenericsHelper.cs │ │ │ │ ├── PaytonByrd_GenericHelpers.csproj │ │ │ │ ├── Properties │ │ │ │ │ └── AssemblyInfo.cs │ │ │ │ └── bin │ │ │ │ │ └── Debug │ │ │ │ │ ├── PaytonByrd.GenericHelpers.dll │ │ │ │ │ └── PaytonByrd.GenericHelpers.pdb │ │ │ ├── PaytonByrd_GenericHelpersTests │ │ │ │ ├── ArgumentAssertTest.cs │ │ │ │ ├── PaytonByrd_GenericHelpersTests.csproj │ │ │ │ ├── Properties │ │ │ │ │ └── AssemblyInfo.cs │ │ │ │ ├── VSCodeGenAccessors.cs │ │ │ │ └── bin │ │ │ │ │ └── Debug │ │ │ │ │ ├── PaytonByrd.GenericHelpers.dll │ │ │ │ │ ├── PaytonByrd.GenericHelpers.pdb │ │ │ │ │ ├── PaytonByrd_GenericHelpersTests.dll │ │ │ │ │ └── PaytonByrd_GenericHelpersTests.pdb │ │ │ ├── PaytonByrd_ProcessConfiguration │ │ │ │ ├── Helpers │ │ │ │ │ └── ResourceHelper.cs │ │ │ │ ├── ParameterValidationError.cs │ │ │ │ ├── PaytonByrd_ProcessConfiguration.csproj │ │ │ │ ├── ProcessParameterAttribute.cs │ │ │ │ ├── Properties │ │ │ │ │ └── AssemblyInfo.cs │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ ├── PaytonByrd.GenericHelpers.dll │ │ │ │ │ │ ├── PaytonByrd.GenericHelpers.pdb │ │ │ │ │ │ ├── PaytonByrd.ProcessConfiguration.dll │ │ │ │ │ │ └── PaytonByrd.ProcessConfiguration.pdb │ │ │ │ ├── en-us.Designer.cs │ │ │ │ └── en-us.resx │ │ │ └── PaytonByrd_ProcessConfigurationTests │ │ │ │ ├── AuthoringTests.txt │ │ │ │ ├── PaytonByrd_ProcessConfigurationTests.csproj │ │ │ │ ├── ProcessParameterAttributeTest.cs │ │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ │ ├── ResourceHelperTest.cs │ │ │ │ ├── VSCodeGenAccessors.cs │ │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── PaytonByrd.GenericHelpers.dll │ │ │ │ ├── PaytonByrd.GenericHelpers.pdb │ │ │ │ ├── PaytonByrd.ProcessConfiguration.dll │ │ │ │ ├── PaytonByrd.ProcessConfiguration.pdb │ │ │ │ ├── PaytonByrd_ProcessConfigurationTests.dll │ │ │ │ └── PaytonByrd_ProcessConfigurationTests.pdb │ │ ├── debian │ │ │ ├── Makefile.module │ │ │ ├── changelog │ │ │ ├── compat │ │ │ ├── compat.MODULE │ │ │ ├── control │ │ │ ├── control.MODULE │ │ │ ├── copyright │ │ │ ├── dirs │ │ │ ├── docs │ │ │ ├── info │ │ │ ├── install_plugin.sh │ │ │ ├── libopencbm0-dev.examples │ │ │ ├── libopencbm0-dev.files │ │ │ ├── libopencbm0.files │ │ │ ├── opencbm-xa1541-modules-source.README.Debian │ │ │ ├── opencbm-xa1541-modules-source.conf.h │ │ │ ├── opencbm-xa1541-modules-source.config │ │ │ ├── opencbm-xa1541-modules-source.files │ │ │ ├── opencbm-xa1541-modules-source.postinst │ │ │ ├── opencbm-xa1541-modules-source.postrm │ │ │ ├── opencbm-xa1541-modules-source.templates │ │ │ ├── opencbm-xa1541.config │ │ │ ├── opencbm-xa1541.files │ │ │ ├── opencbm-xa1541.postinst │ │ │ ├── opencbm-xa1541.prerm │ │ │ ├── opencbm-xa1541.templates │ │ │ ├── opencbm-xu1541.files │ │ │ ├── opencbm-xu1541.postinst │ │ │ ├── opencbm-xu1541.prerm │ │ │ ├── opencbm-xum1541.files │ │ │ ├── opencbm-xum1541.postinst │ │ │ ├── opencbm-xum1541.prerm │ │ │ ├── opencbm.examples │ │ │ ├── opencbm.files │ │ │ ├── opencbm.info │ │ │ ├── opencbm.makedev │ │ │ ├── opencbm.manpages │ │ │ ├── opencbm.modutils │ │ │ ├── opencbm.postinst │ │ │ ├── opencbm.postrm │ │ │ ├── po │ │ │ │ ├── POTFILES.in │ │ │ │ └── templates.pot │ │ │ ├── rules │ │ │ ├── rules.MODULE │ │ │ ├── shlibs.local │ │ │ └── source │ │ │ │ └── format │ │ ├── dirs │ │ ├── gui4cbm4win.vb6.old │ │ │ └── VB6 │ │ │ │ ├── CBM4WINGUI.vbp │ │ │ │ ├── CBM4WINGUI.vbw │ │ │ │ ├── Changelog.txt │ │ │ │ ├── Constants.bas │ │ │ │ ├── GUI.frm │ │ │ │ ├── GUI.frx │ │ │ │ ├── INIRoutines.bas │ │ │ │ ├── Options.frm │ │ │ │ ├── Options.frx │ │ │ │ ├── Prompt.frm │ │ │ │ ├── Prompt.frx │ │ │ │ ├── WaitforDir.frm │ │ │ │ └── license.txt │ │ ├── opencbm │ │ │ ├── COPYING │ │ │ ├── Doxyfile │ │ │ ├── LINUX │ │ │ │ ├── config.doc.make │ │ │ │ ├── config.make │ │ │ │ ├── dirrules.make │ │ │ │ ├── librules.make │ │ │ │ ├── plugin_helper_tools │ │ │ │ └── prgrules.make │ │ │ ├── NEWS │ │ │ ├── README │ │ │ ├── WINDOWS │ │ │ │ ├── all.dsp │ │ │ │ ├── allamd64.dsp │ │ │ │ ├── alli386.dsp │ │ │ │ ├── allia64.dsp │ │ │ │ ├── allvs.dsp │ │ │ │ ├── buildinc │ │ │ │ ├── buildone.inc.sh │ │ │ │ ├── buildoneinc │ │ │ │ ├── buildoneinc.bat │ │ │ │ ├── ddkbuild_local.bat.sample │ │ │ │ ├── ddkbuild_start.bat │ │ │ │ ├── install.cmd │ │ │ │ ├── opencbm.dsw │ │ │ │ └── postbuild_local.bat.sample │ │ │ ├── addon │ │ │ │ ├── LINUX │ │ │ │ │ └── Makefile │ │ │ │ ├── dirs │ │ │ │ ├── frm_analyzer │ │ │ │ │ ├── LINUX │ │ │ │ │ │ └── Makefile │ │ │ │ │ ├── WINDOWS │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── frm_analyzer.dsp │ │ │ │ │ │ ├── frm_analyzer.rc │ │ │ │ │ │ └── sources │ │ │ │ │ ├── dirs │ │ │ │ │ ├── frm_analyzer.1 │ │ │ │ │ ├── frm_analyzer.a65 │ │ │ │ │ ├── frm_analyzer.c │ │ │ │ │ └── frm_analyzer.inc │ │ │ │ └── weaktest │ │ │ │ │ ├── LINUX │ │ │ │ │ └── Makefile │ │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── sources │ │ │ │ │ └── weaktest.rc │ │ │ │ │ ├── dirs │ │ │ │ │ └── main.c │ │ │ ├── arch │ │ │ │ ├── dirs │ │ │ │ ├── linux │ │ │ │ │ ├── LINUX │ │ │ │ │ │ └── Makefile │ │ │ │ │ ├── ctrlbreak.c │ │ │ │ │ ├── dbghelp.c │ │ │ │ │ ├── debug.c │ │ │ │ │ ├── error.c │ │ │ │ │ └── file.c │ │ │ │ └── windows │ │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── arch.dsp │ │ │ │ │ └── sources │ │ │ │ │ ├── ctrlbreak.c │ │ │ │ │ ├── dbghelp.c │ │ │ │ │ ├── debug.c │ │ │ │ │ ├── dirs │ │ │ │ │ ├── error.c │ │ │ │ │ ├── file.c │ │ │ │ │ ├── getopt.c │ │ │ │ │ ├── getopt.h │ │ │ │ │ ├── getopt1.c │ │ │ │ │ └── getopt_init.c │ │ │ ├── cbm4linux.spec │ │ │ ├── cbmcopy │ │ │ │ ├── LINUX │ │ │ │ │ └── Makefile │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── cbmcopy.dsp │ │ │ │ │ ├── cbmcopy.rc │ │ │ │ │ └── sources │ │ │ │ ├── cbmcopy.1 │ │ │ │ ├── dirs │ │ │ │ ├── inputfiles.h │ │ │ │ ├── main.c │ │ │ │ ├── pc64.c │ │ │ │ ├── raw.c │ │ │ │ └── t64.c │ │ │ ├── cbmctrl │ │ │ │ ├── LINUX │ │ │ │ │ └── Makefile │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── cbmctrl.dsp │ │ │ │ │ ├── cbmctrl.rc │ │ │ │ │ └── sources │ │ │ │ ├── cbmctrl.1 │ │ │ │ ├── cbmctrl.c │ │ │ │ ├── common.i65 │ │ │ │ ├── dirs │ │ │ │ ├── tdchange.a65 │ │ │ │ └── tdchange.inc │ │ │ ├── cbmformat │ │ │ │ ├── LINUX │ │ │ │ │ └── Makefile │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── cbmformat.dsp │ │ │ │ │ ├── cbmformat.rc │ │ │ │ │ └── sources │ │ │ │ ├── cbmformat.1 │ │ │ │ ├── cbmformat.a65 │ │ │ │ ├── cbmformat.c │ │ │ │ ├── cbmformat.inc │ │ │ │ └── dirs │ │ │ ├── cbmforng │ │ │ │ ├── LINUX │ │ │ │ │ └── Makefile │ │ │ │ ├── Readme.txt │ │ │ │ ├── TODO.txt │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── cbmformat.rc │ │ │ │ │ ├── cbmforng.dsp │ │ │ │ │ └── sources │ │ │ │ ├── cbmfmacs.i65 │ │ │ │ ├── cbmforng.1 │ │ │ │ ├── cbmforng.a65 │ │ │ │ ├── cbmforng.c │ │ │ │ ├── cbmforng.h │ │ │ │ ├── cbmforng.idh │ │ │ │ ├── cbmforng.inc │ │ │ │ ├── cbmfsubs.i65 │ │ │ │ └── dirs │ │ │ ├── cbmlinetester │ │ │ │ ├── LINUX │ │ │ │ │ └── Makefile │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── cbmlinetester.dsp │ │ │ │ │ ├── cbmlinetester.rc │ │ │ │ │ └── sources │ │ │ │ ├── cbmlinetester.1 │ │ │ │ ├── cbmlinetester.c │ │ │ │ └── dirs │ │ │ ├── cbmrpm41 │ │ │ │ ├── LINUX │ │ │ │ │ └── Makefile │ │ │ │ ├── Readme.txt │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── cbmrpm41.dsp │ │ │ │ │ ├── cbmrpm41.rc │ │ │ │ │ └── sources │ │ │ │ ├── cbmrpm41.1 │ │ │ │ ├── cbmrpm41.a65 │ │ │ │ ├── cbmrpm41.c │ │ │ │ ├── cbmrpm41.h │ │ │ │ ├── cbmrpm41.idh │ │ │ │ ├── cbmrpm41.inc │ │ │ │ └── dirs │ │ │ ├── compat │ │ │ │ ├── LINUX │ │ │ │ │ └── Makefile │ │ │ │ ├── README │ │ │ │ ├── cbm.c │ │ │ │ ├── cbm4linux.h │ │ │ │ └── upload.c │ │ │ ├── contrib │ │ │ │ ├── f.briere │ │ │ │ │ └── pp_irq.pl │ │ │ │ ├── h.cornelis │ │ │ │ │ ├── README │ │ │ │ │ └── cbm4linux_utils.tar │ │ │ │ └── j.cirillo │ │ │ │ │ ├── README │ │ │ │ │ ├── cbmget │ │ │ │ │ ├── cbmput │ │ │ │ │ └── cbmrm │ │ │ ├── d64copy │ │ │ │ ├── LINUX │ │ │ │ │ └── Makefile │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── d64copy.dsp │ │ │ │ │ ├── d64copy.rc │ │ │ │ │ └── sources │ │ │ │ ├── bench │ │ │ │ ├── d64copy.1 │ │ │ │ ├── dirs │ │ │ │ └── main.c │ │ │ ├── d82copy │ │ │ │ ├── LINUX │ │ │ │ │ └── Makefile │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── d82copy.dsp │ │ │ │ │ ├── d82copy.rc │ │ │ │ │ └── sources │ │ │ │ ├── d82copy.1 │ │ │ │ ├── dirs │ │ │ │ └── main.c │ │ │ ├── demo │ │ │ │ ├── config.make │ │ │ │ ├── dirs │ │ │ │ ├── flash │ │ │ │ │ ├── LINUX │ │ │ │ │ │ └── Makefile │ │ │ │ │ ├── WINDOWS │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── demoflash.dsp │ │ │ │ │ │ ├── flash.rc │ │ │ │ │ │ └── sources │ │ │ │ │ ├── dirs │ │ │ │ │ ├── flash.a65 │ │ │ │ │ ├── flash.c │ │ │ │ │ └── flash.inc │ │ │ │ ├── morse │ │ │ │ │ ├── LINUX │ │ │ │ │ │ └── Makefile │ │ │ │ │ ├── WINDOWS │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── demomorse.dsp │ │ │ │ │ │ ├── morse.rc │ │ │ │ │ │ └── sources │ │ │ │ │ ├── dirs │ │ │ │ │ ├── morse.a65 │ │ │ │ │ ├── morse.c │ │ │ │ │ └── morse.inc │ │ │ │ └── rpm1541 │ │ │ │ │ ├── LINUX │ │ │ │ │ └── Makefile │ │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── demorpm1541.dsp │ │ │ │ │ ├── rpm1541.rc │ │ │ │ │ └── sources │ │ │ │ │ ├── dirs │ │ │ │ │ ├── rpm1541.a65 │ │ │ │ │ ├── rpm1541.c │ │ │ │ │ └── rpm1541.inc │ │ │ ├── dirs │ │ │ ├── docs │ │ │ │ ├── LINUX │ │ │ │ │ └── Makefile │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── README.TXT │ │ │ │ │ ├── cbm4win.txt │ │ │ │ │ ├── compile.txt │ │ │ │ │ ├── install.de.txt │ │ │ │ │ ├── install.txt │ │ │ │ │ └── patch_ddkbuild.diff │ │ │ │ ├── figures │ │ │ │ │ ├── opencbm-software-installed-uninstall.eps.gz │ │ │ │ │ ├── opencbm-software-installed-uninstall.png │ │ │ │ │ ├── opencbm-software-installed.eps.gz │ │ │ │ │ ├── opencbm-software-installed.png │ │ │ │ │ ├── zadig-listalldevices.eps.gz │ │ │ │ │ ├── zadig-listalldevices.png │ │ │ │ │ ├── zadig-success.eps.gz │ │ │ │ │ ├── zadig-success.png │ │ │ │ │ ├── zadig-uac.eps.gz │ │ │ │ │ ├── zadig-uac.png │ │ │ │ │ ├── zadig-xu1541.eps.gz │ │ │ │ │ ├── zadig-xu1541.png │ │ │ │ │ ├── zadig-xum1541.eps.gz │ │ │ │ │ └── zadig-xum1541.png │ │ │ │ ├── misc │ │ │ │ │ ├── README │ │ │ │ │ ├── ibmlpt.txt │ │ │ │ │ ├── serial-bus.txt │ │ │ │ │ └── serial.txt │ │ │ │ ├── opencbm.dvi │ │ │ │ ├── opencbm.sgml │ │ │ │ └── opencbm.txt │ │ │ ├── imgcopy │ │ │ │ ├── LINUX │ │ │ │ │ └── Makefile │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── imgcopy.dsp │ │ │ │ │ ├── imgcopy.rc │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── imgcopy.1 │ │ │ │ └── main.c │ │ │ ├── include │ │ │ │ ├── LINUX │ │ │ │ │ ├── Makefile │ │ │ │ │ └── cbm_module.h │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── cbmioctl.h │ │ │ │ │ ├── opencbm-plugin-install.h │ │ │ │ │ ├── opencbm.pas │ │ │ │ │ ├── perfeval.h │ │ │ │ │ └── version.common.h │ │ │ │ ├── arch.h │ │ │ │ ├── cbmcopy.h │ │ │ │ ├── configuration.h │ │ │ │ ├── d64copy.h │ │ │ │ ├── d82copy.h │ │ │ │ ├── debug.h │ │ │ │ ├── imgcopy.h │ │ │ │ ├── libmisc.h │ │ │ │ ├── libtrans.h │ │ │ │ ├── opencbm-plugin.h │ │ │ │ ├── opencbm.h │ │ │ │ ├── packoff.h │ │ │ │ ├── packon.h │ │ │ │ ├── statedebug.h │ │ │ │ └── version.h │ │ │ ├── install │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── install.dsp │ │ │ │ │ ├── instcbm.rc │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── instcbm.1 │ │ │ │ ├── instcbm.c │ │ │ │ ├── instcbm.h │ │ │ │ └── plugin.c │ │ │ ├── internal │ │ │ │ ├── 6502code │ │ │ │ │ ├── RE- OpenCBM-Licensing (again) to get a crystal clean Debian.eml │ │ │ │ │ ├── readme.txt │ │ │ │ │ └── scdrvprg.zip │ │ │ │ ├── cbm4win-ankuendigung │ │ │ │ ├── cbm4win-announce │ │ │ │ ├── doc │ │ │ │ │ ├── DebugFlags.html │ │ │ │ │ ├── DebugFlags.xls │ │ │ │ │ ├── Debugging_cbm4win.txt │ │ │ │ │ ├── Links+Bookmarks+References.html │ │ │ │ │ ├── doc-transfer.txt │ │ │ │ │ ├── samplelibtransf_instructions.txt │ │ │ │ │ ├── serial.txt │ │ │ │ │ └── transfer-protocol.txt │ │ │ │ ├── scripts │ │ │ │ │ ├── binpack │ │ │ │ │ ├── buildall.bat │ │ │ │ │ ├── distclean_by_cvsignore.sh │ │ │ │ │ ├── genzips │ │ │ │ │ ├── makedoxy │ │ │ │ │ ├── makerelease │ │ │ │ │ ├── obfuscate_@_in_files.sh │ │ │ │ │ ├── readsect.bat │ │ │ │ │ ├── tagrelease │ │ │ │ │ ├── windistclean.sh │ │ │ │ │ └── writesect.bat │ │ │ │ └── testsuite │ │ │ │ │ ├── IEC-Stability.cmd │ │ │ │ │ ├── IEC_commands.sh │ │ │ │ │ ├── RELFILES.D64 │ │ │ │ │ ├── cbmcopy_fill-img.sh │ │ │ │ │ ├── cbmcopy_fill.sh │ │ │ │ │ ├── cbmcopy_rcmp.sh │ │ │ │ │ ├── cbmformat_ng_test.cmd │ │ │ │ │ ├── checkNcreateMassData.sh │ │ │ │ │ ├── checkNcreateTestData.sh │ │ │ │ │ ├── cp.bat │ │ │ │ │ ├── createImage.sh │ │ │ │ │ ├── d64rwtest.sh │ │ │ │ │ ├── d82rwtest.sh │ │ │ │ │ ├── do_1571_repeat_test.sh │ │ │ │ │ ├── endless_copy_rom.sh │ │ │ │ │ ├── endless_install.bat │ │ │ │ │ ├── endless_reset_status.bat │ │ │ │ │ ├── errored41.nib │ │ │ │ │ ├── errored41.txt │ │ │ │ │ ├── filleddk.d64 │ │ │ │ │ ├── filleddk.d82 │ │ │ │ │ ├── iec-stability.sh │ │ │ │ │ ├── interleave.sh │ │ │ │ │ ├── killshll.sh │ │ │ │ │ ├── mp_test │ │ │ │ │ ├── a1.bat │ │ │ │ │ ├── a2.bat │ │ │ │ │ ├── a3.bat │ │ │ │ │ ├── a4.bat │ │ │ │ │ ├── a5.bat │ │ │ │ │ ├── a6.bat │ │ │ │ │ ├── a7.bat │ │ │ │ │ ├── a8.bat │ │ │ │ │ ├── a9.bat │ │ │ │ │ └── start_all.cmd │ │ │ │ │ ├── sendCTRL-C-1.0rb16.exe │ │ │ │ │ ├── short_install.bat │ │ │ │ │ └── updwntst.sh │ │ │ ├── lib │ │ │ │ ├── LINUX │ │ │ │ │ ├── Makefile │ │ │ │ │ └── configuration_name.c │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── archlib-windows.h │ │ │ │ │ ├── archlib.c │ │ │ │ │ ├── configuration_name.c │ │ │ │ │ ├── opencbm.def │ │ │ │ │ ├── opencbm.dsp │ │ │ │ │ ├── opencbm.rc │ │ │ │ │ ├── opencbme.dsp │ │ │ │ │ └── sources │ │ │ │ ├── archlib.h │ │ │ │ ├── cbm.c │ │ │ │ ├── detect.c │ │ │ │ ├── detectxp1541.c │ │ │ │ ├── dirs │ │ │ │ ├── gcr_4b5b.c │ │ │ │ ├── petscii.c │ │ │ │ ├── plugin │ │ │ │ │ ├── dirs │ │ │ │ │ ├── xa1541 │ │ │ │ │ │ ├── LINUX │ │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ │ ├── iec.c │ │ │ │ │ │ │ └── parburst.c │ │ │ │ │ │ ├── WINDOWS │ │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ │ ├── i_opencbm.c │ │ │ │ │ │ │ ├── i_opencbm.h │ │ │ │ │ │ │ ├── iec.c │ │ │ │ │ │ │ ├── install.c │ │ │ │ │ │ │ ├── opencbm-xa1541.def │ │ │ │ │ │ │ ├── opencbm-xa1541.rc │ │ │ │ │ │ │ ├── opencbmxa1541.dsp │ │ │ │ │ │ │ ├── parburst.c │ │ │ │ │ │ │ ├── parport.c │ │ │ │ │ │ │ ├── service.c │ │ │ │ │ │ │ ├── sources │ │ │ │ │ │ │ └── startstop.c │ │ │ │ │ │ └── dirs │ │ │ │ │ ├── xu1541 │ │ │ │ │ │ ├── LINUX │ │ │ │ │ │ │ └── Makefile │ │ │ │ │ │ ├── WINDOWS │ │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ │ ├── dllmain.c │ │ │ │ │ │ │ ├── install.c │ │ │ │ │ │ │ ├── opencbm-xu1541.def │ │ │ │ │ │ │ ├── opencbm-xu1541.rc │ │ │ │ │ │ │ ├── opencbmxu1541.dsp │ │ │ │ │ │ │ └── sources │ │ │ │ │ │ ├── archlib.c │ │ │ │ │ │ ├── dirs │ │ │ │ │ │ ├── s1_s2_pp.c │ │ │ │ │ │ ├── xu1541.c │ │ │ │ │ │ └── xu1541.h │ │ │ │ │ └── xum1541 │ │ │ │ │ │ ├── LINUX │ │ │ │ │ │ └── Makefile │ │ │ │ │ │ ├── WINDOWS │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── dllmain.c │ │ │ │ │ │ ├── install.c │ │ │ │ │ │ ├── opencbm-xum1541.def │ │ │ │ │ │ ├── opencbm-xum1541.rc │ │ │ │ │ │ ├── opencbmxum1541.dsp │ │ │ │ │ │ └── sources │ │ │ │ │ │ ├── archlib.c │ │ │ │ │ │ ├── archlib_ex.h │ │ │ │ │ │ ├── dirs │ │ │ │ │ │ ├── parburst.c │ │ │ │ │ │ ├── s1_s2_pp.c │ │ │ │ │ │ ├── usbcfg.c │ │ │ │ │ │ ├── xum1541.c │ │ │ │ │ │ └── xum1541.h │ │ │ │ └── upload.c │ │ │ ├── libcbmcopy │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── libcbmcopy.dsp │ │ │ │ │ └── sources │ │ │ │ ├── cbmcopy.c │ │ │ │ ├── cbmcopy_int.h │ │ │ │ ├── dirs │ │ │ │ ├── pp.c │ │ │ │ ├── ppr-1541.a65 │ │ │ │ ├── ppr-1541.inc │ │ │ │ ├── ppr-1571.a65 │ │ │ │ ├── ppr-1571.inc │ │ │ │ ├── ppw-1541.a65 │ │ │ │ ├── ppw-1541.inc │ │ │ │ ├── ppw-1571.a65 │ │ │ │ ├── ppw-1571.inc │ │ │ │ ├── s1.c │ │ │ │ ├── s1r-1581.a65 │ │ │ │ ├── s1r-1581.inc │ │ │ │ ├── s1r.a65 │ │ │ │ ├── s1r.inc │ │ │ │ ├── s1w-1581.a65 │ │ │ │ ├── s1w-1581.inc │ │ │ │ ├── s1w.a65 │ │ │ │ ├── s1w.inc │ │ │ │ ├── s2.c │ │ │ │ ├── s2r-1581.a65 │ │ │ │ ├── s2r-1581.inc │ │ │ │ ├── s2r.a65 │ │ │ │ ├── s2r.inc │ │ │ │ ├── s2w-1581.a65 │ │ │ │ ├── s2w-1581.inc │ │ │ │ ├── s2w.a65 │ │ │ │ ├── s2w.inc │ │ │ │ ├── std.c │ │ │ │ ├── turboread1541.a65 │ │ │ │ ├── turboread1541.inc │ │ │ │ ├── turboread1571.a65 │ │ │ │ ├── turboread1571.inc │ │ │ │ ├── turboread1581.a65 │ │ │ │ ├── turboread1581.inc │ │ │ │ ├── turbowrite1541.a65 │ │ │ │ ├── turbowrite1541.inc │ │ │ │ ├── turbowrite1571.a65 │ │ │ │ ├── turbowrite1571.inc │ │ │ │ ├── turbowrite1581.a65 │ │ │ │ └── turbowrite1581.inc │ │ │ ├── libd64copy │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── libd64copy.dsp │ │ │ │ │ └── sources │ │ │ │ ├── d64copy.c │ │ │ │ ├── d64copy_int.h │ │ │ │ ├── dirs │ │ │ │ ├── fs.c │ │ │ │ ├── gcr.c │ │ │ │ ├── gcr.h │ │ │ │ ├── pp.c │ │ │ │ ├── pp1541.a65 │ │ │ │ ├── pp1541.inc │ │ │ │ ├── pp1571.a65 │ │ │ │ ├── pp1571.inc │ │ │ │ ├── s1.a65 │ │ │ │ ├── s1.c │ │ │ │ ├── s1.inc │ │ │ │ ├── s2.a65 │ │ │ │ ├── s2.c │ │ │ │ ├── s2.inc │ │ │ │ ├── std.c │ │ │ │ ├── turboread1541.a65 │ │ │ │ ├── turboread1541.inc │ │ │ │ ├── turboread1571.a65 │ │ │ │ ├── turboread1571.inc │ │ │ │ ├── turbowrite1541.a65 │ │ │ │ ├── turbowrite1541.inc │ │ │ │ ├── turbowrite1571.a65 │ │ │ │ ├── turbowrite1571.inc │ │ │ │ ├── warpread1541.a65 │ │ │ │ ├── warpread1541.inc │ │ │ │ ├── warpread1571.a65 │ │ │ │ ├── warpread1571.inc │ │ │ │ ├── warpwrite1541.a65 │ │ │ │ ├── warpwrite1541.inc │ │ │ │ ├── warpwrite1571.a65 │ │ │ │ └── warpwrite1571.inc │ │ │ ├── libd82copy │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── libd82copy.dsp │ │ │ │ │ └── sources │ │ │ │ ├── d82copy.c │ │ │ │ ├── d82copy_int.h │ │ │ │ ├── dirs │ │ │ │ ├── fs.c │ │ │ │ ├── gcr.c │ │ │ │ ├── gcr.h │ │ │ │ └── std.c │ │ │ ├── libimgcopy │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── libimgcopy.dsp │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── fs.c │ │ │ │ ├── gcr.h │ │ │ │ ├── imgcopy.c │ │ │ │ ├── imgcopy_int.h │ │ │ │ ├── pp.c │ │ │ │ ├── pp1541.a65 │ │ │ │ ├── pp1541.inc │ │ │ │ ├── pp1571.a65 │ │ │ │ ├── pp1571.inc │ │ │ │ ├── s1-1581.a65 │ │ │ │ ├── s1-1581.inc │ │ │ │ ├── s1.a65 │ │ │ │ ├── s1.c │ │ │ │ ├── s1.inc │ │ │ │ ├── s2-1581.a65 │ │ │ │ ├── s2-1581.inc │ │ │ │ ├── s2.a65 │ │ │ │ ├── s2.c │ │ │ │ ├── s2.inc │ │ │ │ ├── s3-1581.a65 │ │ │ │ ├── s3-1581.inc │ │ │ │ ├── s3.a65 │ │ │ │ ├── s3.c │ │ │ │ ├── s3.inc │ │ │ │ ├── std.c │ │ │ │ ├── turboread1541.a65 │ │ │ │ ├── turboread1541.inc │ │ │ │ ├── turboread1571.a65 │ │ │ │ ├── turboread1571.inc │ │ │ │ ├── turboread1581.a65 │ │ │ │ ├── turboread1581.inc │ │ │ │ ├── turbowrite1541.a65 │ │ │ │ ├── turbowrite1541.inc │ │ │ │ ├── turbowrite1571.a65 │ │ │ │ ├── turbowrite1571.inc │ │ │ │ ├── turbowrite1581.a65 │ │ │ │ └── turbowrite1581.inc │ │ │ ├── libmisc │ │ │ │ ├── LINUX │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── dynlibusb.c │ │ │ │ │ └── getpluginaddress.c │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── dynlibusb.c │ │ │ │ │ ├── formaterrormessage.c │ │ │ │ │ ├── getpluginaddress.c │ │ │ │ │ ├── libmisc.dsp │ │ │ │ │ ├── perfeval.c │ │ │ │ │ ├── registry.c │ │ │ │ │ ├── sources │ │ │ │ │ └── usb.h │ │ │ │ ├── configuration.c │ │ │ │ ├── dirs │ │ │ │ ├── dynlibusb.h │ │ │ │ ├── getpluginaddress.h │ │ │ │ ├── libstring.c │ │ │ │ └── statedebug.c │ │ │ ├── libtrans │ │ │ │ ├── LINUX │ │ │ │ │ └── Makefile │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── libtrans.dsp │ │ │ │ │ └── sources │ │ │ │ ├── common.i65 │ │ │ │ ├── dirs │ │ │ │ ├── libtrans_int.h │ │ │ │ ├── o65.c │ │ │ │ ├── o65.h │ │ │ │ ├── o65_int.h │ │ │ │ ├── pp.c │ │ │ │ ├── pp1541.a65 │ │ │ │ ├── pp1541.inc │ │ │ │ ├── pp1571.a65 │ │ │ │ ├── pp1571.inc │ │ │ │ ├── s1.a65 │ │ │ │ ├── s1.c │ │ │ │ ├── s1.inc │ │ │ │ ├── s2.a65 │ │ │ │ ├── s2.c │ │ │ │ ├── s2.inc │ │ │ │ ├── turbo.c │ │ │ │ ├── turbomain.a65 │ │ │ │ └── turbomain.inc │ │ │ ├── mBSD-License.txt │ │ │ ├── perl │ │ │ │ ├── CBMFile.pm │ │ │ │ ├── OpenCBM.pm │ │ │ │ └── micromon.pl │ │ │ ├── ports │ │ │ │ ├── FreeBSD-Ports │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── distinfo │ │ │ │ │ ├── pkg-descr │ │ │ │ │ └── pkg-plist │ │ │ │ ├── MacOSX-Homebrew │ │ │ │ │ ├── MacOSX-Homebrew-README.txt │ │ │ │ │ └── opencbm.rb │ │ │ │ ├── MacOSX-fink │ │ │ │ │ └── opencbm.info │ │ │ │ └── MacPorts │ │ │ │ │ └── Portfile │ │ │ ├── sample │ │ │ │ ├── dirs │ │ │ │ ├── dos │ │ │ │ │ ├── asm │ │ │ │ │ │ ├── c.bat │ │ │ │ │ │ └── sample.asm │ │ │ │ │ └── c │ │ │ │ │ │ ├── OPENCBM.C │ │ │ │ │ │ ├── TEST.CPP │ │ │ │ │ │ └── VDDTEST.PRJ │ │ │ │ └── libtrans │ │ │ │ │ ├── LINUX │ │ │ │ │ └── Makefile │ │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── sample.rc │ │ │ │ │ ├── samplelibtrans.dsp │ │ │ │ │ └── sources │ │ │ │ │ ├── dirs │ │ │ │ │ ├── main.c │ │ │ │ │ └── samplelibtransf.1 │ │ │ ├── sys │ │ │ │ ├── dirs │ │ │ │ ├── include │ │ │ │ │ ├── WINDOWS │ │ │ │ │ │ ├── arch_cbm_driver.h │ │ │ │ │ │ ├── config.h │ │ │ │ │ │ ├── memtags.h │ │ │ │ │ │ ├── queue.h │ │ │ │ │ │ └── util.h │ │ │ │ │ ├── cbm_driver.h │ │ │ │ │ └── iec.h │ │ │ │ ├── libcommon │ │ │ │ │ ├── PortAccess.c │ │ │ │ │ ├── amd64 │ │ │ │ │ │ └── clisti.c │ │ │ │ │ ├── cbmlog.mc │ │ │ │ │ ├── cleanup.c │ │ │ │ │ ├── debug.c │ │ │ │ │ ├── i386 │ │ │ │ │ │ └── clisti.c │ │ │ │ │ ├── ia64 │ │ │ │ │ │ └── clisti.c │ │ │ │ │ ├── init.c │ │ │ │ │ ├── install.c │ │ │ │ │ ├── ioctl.c │ │ │ │ │ ├── isr.c │ │ │ │ │ ├── lockunlock.c │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── openclose.c │ │ │ │ │ ├── perfeval.c │ │ │ │ │ ├── queue.c │ │ │ │ │ ├── readwrite.c │ │ │ │ │ ├── sources │ │ │ │ │ ├── startio.c │ │ │ │ │ ├── syslibcommon.dsp │ │ │ │ │ ├── thread.c │ │ │ │ │ ├── util-reg.c │ │ │ │ │ └── util.c │ │ │ │ ├── libiec │ │ │ │ │ ├── checkcable.c │ │ │ │ │ ├── checkdevice.c │ │ │ │ │ ├── dbgread.c │ │ │ │ │ ├── dbgwrite.c │ │ │ │ │ ├── debug.c │ │ │ │ │ ├── dpc.c │ │ │ │ │ ├── eoi.c │ │ │ │ │ ├── i_iec.h │ │ │ │ │ ├── i_rawread.c │ │ │ │ │ ├── i_rawwrite.c │ │ │ │ │ ├── init.c │ │ │ │ │ ├── interrupt.c │ │ │ │ │ ├── listen.c │ │ │ │ │ ├── makefile │ │ │ │ │ ├── mnib.c │ │ │ │ │ ├── openclose.c │ │ │ │ │ ├── poll.c │ │ │ │ │ ├── ppread.c │ │ │ │ │ ├── ppwrite.c │ │ │ │ │ ├── rawread.c │ │ │ │ │ ├── rawwrite.c │ │ │ │ │ ├── release.c │ │ │ │ │ ├── releasebus.c │ │ │ │ │ ├── reset.c │ │ │ │ │ ├── sendbyte.c │ │ │ │ │ ├── set.c │ │ │ │ │ ├── setrelease.c │ │ │ │ │ ├── sources │ │ │ │ │ ├── syslibiec.dsp │ │ │ │ │ ├── talk.c │ │ │ │ │ ├── testirq.c │ │ │ │ │ ├── unlisten.c │ │ │ │ │ ├── untalk.c │ │ │ │ │ ├── util.c │ │ │ │ │ ├── wait.c │ │ │ │ │ └── waitlistener.c │ │ │ │ ├── libwin │ │ │ │ │ ├── dirs │ │ │ │ │ ├── processor.c │ │ │ │ │ ├── win98 │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ └── sources │ │ │ │ │ └── winnt │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ └── sources │ │ │ │ ├── linux │ │ │ │ │ ├── 45-opencbm-xa1541.rules │ │ │ │ │ ├── LINUX │ │ │ │ │ │ └── Makefile │ │ │ │ │ └── cbm_module.c │ │ │ │ ├── nt4 │ │ │ │ │ ├── LoadUnload.c │ │ │ │ │ ├── PortAccessNt4.c │ │ │ │ │ ├── PortEnum.c │ │ │ │ │ ├── cbm4nt.rc │ │ │ │ │ ├── makefile │ │ │ │ │ ├── sources │ │ │ │ │ └── sysnt4.dsp │ │ │ │ ├── vdd │ │ │ │ │ ├── dirs │ │ │ │ │ └── dll │ │ │ │ │ │ ├── WINDOWS │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── opencbmvdd.def │ │ │ │ │ │ ├── sources │ │ │ │ │ │ ├── vdd.dsp │ │ │ │ │ │ └── vdd.rc │ │ │ │ │ │ ├── cbmfile.c │ │ │ │ │ │ ├── dirs │ │ │ │ │ │ ├── execute.c │ │ │ │ │ │ ├── vdd.c │ │ │ │ │ │ └── vdd.h │ │ │ │ └── wdm │ │ │ │ │ ├── LoadUnload.c │ │ │ │ │ ├── PortAccessWdm.c │ │ │ │ │ ├── PortEnum.c │ │ │ │ │ ├── cbm4win.inf │ │ │ │ │ ├── dirs │ │ │ │ │ ├── win2000 │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── cbm4wdm.rc │ │ │ │ │ ├── sources │ │ │ │ │ └── syswdm.dsp │ │ │ │ │ └── win98 │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── cbm4w98.rc │ │ │ │ │ ├── sources │ │ │ │ │ └── sysw98.dsp │ │ │ └── tape │ │ │ │ ├── CAP.TXT │ │ │ │ ├── ZoomTape-Manual-1.0_DRAFT.pdf │ │ │ │ ├── cap2tap │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ └── sources │ │ │ │ ├── cap2cbmtap.c │ │ │ │ ├── cap2cbmtap.h │ │ │ │ ├── cap2spec48ktap.c │ │ │ │ ├── cap2spec48ktap.h │ │ │ │ ├── cap2tap.c │ │ │ │ └── dirs │ │ │ │ ├── common │ │ │ │ └── tape.h │ │ │ │ ├── dirs │ │ │ │ ├── lib │ │ │ │ ├── cap │ │ │ │ │ ├── WINDOWS │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ └── sources │ │ │ │ │ ├── cap.c │ │ │ │ │ ├── cap.h │ │ │ │ │ └── dirs │ │ │ │ ├── dirs │ │ │ │ ├── misc │ │ │ │ │ ├── WINDOWS │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ └── sources │ │ │ │ │ ├── dirs │ │ │ │ │ ├── misc.c │ │ │ │ │ └── misc.h │ │ │ │ └── tap-cbm │ │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ └── sources │ │ │ │ │ ├── dirs │ │ │ │ │ ├── tap-cbm.c │ │ │ │ │ └── tap-cbm.h │ │ │ │ ├── tap2cap │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ └── sources │ │ │ │ ├── cbmtap2cap.c │ │ │ │ ├── cbmtap2cap.h │ │ │ │ ├── dirs │ │ │ │ └── tap2cap.c │ │ │ │ ├── tapcontrol │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ └── tapcontrol.c │ │ │ │ ├── tapread │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ └── tapread.c │ │ │ │ ├── tapview │ │ │ │ ├── Resource.h │ │ │ │ ├── WINDOWS │ │ │ │ │ ├── Makefile │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── fileopen.c │ │ │ │ ├── fileopen.h │ │ │ │ ├── tapview.c │ │ │ │ └── tapview.rc │ │ │ │ └── tapwrite │ │ │ │ ├── WINDOWS │ │ │ │ ├── Makefile │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ └── tapwrite.c │ │ ├── windrv │ │ │ ├── README.txt │ │ │ ├── amd64 │ │ │ │ ├── libusb0.dll │ │ │ │ └── libusb0.sys │ │ │ ├── ia64 │ │ │ │ ├── libusb0.dll │ │ │ │ └── libusb0.sys │ │ │ ├── libusb-win32-bin-README.txt │ │ │ ├── libusb-win32-changelog-1.2.6.0.txt │ │ │ ├── x86 │ │ │ │ ├── libusb0.sys │ │ │ │ └── libusb0_x86.dll │ │ │ ├── xu1541+xum1541.cat │ │ │ └── xu1541+xum1541.inf │ │ ├── xu1541 │ │ │ ├── Makefile │ │ │ ├── bootloader │ │ │ │ ├── Makefile-avrusb │ │ │ │ ├── Makefile-usbtiny │ │ │ │ ├── Makefile.common │ │ │ │ ├── biostable.S │ │ │ │ ├── bootldr-avrusb.hex │ │ │ │ ├── bootldr-usbtiny.hex │ │ │ │ ├── check.py │ │ │ │ ├── checksize │ │ │ │ ├── main.c │ │ │ │ ├── readme.txt │ │ │ │ ├── usbconfig.h │ │ │ │ ├── usbdrv │ │ │ │ │ ├── Changelog.txt │ │ │ │ │ ├── License.txt │ │ │ │ │ ├── README.AVRUSB │ │ │ │ │ ├── Readme.txt │ │ │ │ │ ├── USBID-License.txt │ │ │ │ │ ├── asmcommon.inc │ │ │ │ │ ├── iarcompat.h │ │ │ │ │ ├── oddebug.c │ │ │ │ │ ├── oddebug.h │ │ │ │ │ ├── usbdrv.c │ │ │ │ │ ├── usbdrv.h │ │ │ │ │ ├── usbdrvasm.S │ │ │ │ │ ├── usbdrvasm.asm │ │ │ │ │ ├── usbdrvasm12.inc │ │ │ │ │ ├── usbdrvasm15.inc │ │ │ │ │ ├── usbdrvasm16.inc │ │ │ │ │ └── usbdrvasm165.inc │ │ │ │ ├── usbtiny.h │ │ │ │ ├── usbtiny │ │ │ │ │ ├── CHANGELOG.USBTINY │ │ │ │ │ ├── README.USBTINY │ │ │ │ │ ├── common.mk │ │ │ │ │ ├── crc.S │ │ │ │ │ ├── def.h │ │ │ │ │ ├── int.S │ │ │ │ │ ├── readme │ │ │ │ │ ├── usb.c │ │ │ │ │ └── usb.h │ │ │ │ └── version.h │ │ │ ├── firmware │ │ │ │ ├── COPYING │ │ │ │ ├── Makefile │ │ │ │ ├── checksize │ │ │ │ ├── event_log.c │ │ │ │ ├── firmware.hex │ │ │ │ ├── firmwaretable.S │ │ │ │ ├── gcrt1.S │ │ │ │ ├── macros.inc │ │ │ │ ├── main.c │ │ │ │ ├── memcpy.S │ │ │ │ ├── p2.c │ │ │ │ ├── p2.h │ │ │ │ ├── pp.c │ │ │ │ ├── pp.h │ │ │ │ ├── readme.txt │ │ │ │ ├── s1.c │ │ │ │ ├── s1.h │ │ │ │ ├── s2.c │ │ │ │ ├── s2.h │ │ │ │ ├── util │ │ │ │ │ └── check.py │ │ │ │ ├── version.h │ │ │ │ ├── xu1541.c │ │ │ │ └── xu1541.h │ │ │ ├── hardware │ │ │ │ ├── avrisp.brd │ │ │ │ ├── avrisp.sch │ │ │ │ ├── xu1541.brd │ │ │ │ └── xu1541.sch │ │ │ ├── include │ │ │ │ ├── common.mk │ │ │ │ ├── xu1541_event_log.h │ │ │ │ ├── xu1541_types.h │ │ │ │ ├── xu1541bios.h │ │ │ │ └── xu1541lib.h │ │ │ ├── lib │ │ │ │ ├── Makefile │ │ │ │ ├── arch.h │ │ │ │ ├── close.c │ │ │ │ ├── display_device_info.c │ │ │ │ ├── find.c │ │ │ │ ├── get_device_info.c │ │ │ │ ├── get_pagesize.c │ │ │ │ ├── is_in_bootloader_mode.c │ │ │ │ ├── set_to_boot_mode.c │ │ │ │ └── wait.c │ │ │ ├── misc │ │ │ │ ├── Makefile │ │ │ │ ├── binutils-patches │ │ │ │ │ ├── patch-aa │ │ │ │ │ ├── patch-atmega256x │ │ │ │ │ ├── patch-coff-avr │ │ │ │ │ └── patch-newdevices │ │ │ │ ├── gcc-patches │ │ │ │ │ ├── patch-0b-constants │ │ │ │ │ ├── patch-attribute_alias │ │ │ │ │ ├── patch-bug25672 │ │ │ │ │ ├── patch-dwarf │ │ │ │ │ ├── patch-libiberty-Makefile.in │ │ │ │ │ ├── patch-newdevices │ │ │ │ │ └── patch-zz-atmega256x │ │ │ │ ├── install_avr_gcc.sh │ │ │ │ ├── read_event_log.c │ │ │ │ ├── read_event_log.exe │ │ │ │ ├── usb_echo_test.c │ │ │ │ └── usb_echo_test.exe │ │ │ ├── udev │ │ │ │ ├── 45-opencbm-xu1541.rules │ │ │ │ └── readme.txt │ │ │ ├── update-bootloader │ │ │ │ ├── COPYING │ │ │ │ ├── Makefile │ │ │ │ ├── checksize │ │ │ │ ├── firmwaretable.S │ │ │ │ ├── flash-firmware.hex │ │ │ │ ├── flasher.c │ │ │ │ ├── flasher.h │ │ │ │ └── spm.c │ │ │ └── update_tool │ │ │ │ ├── readme.txt │ │ │ │ ├── src │ │ │ │ ├── Makefile │ │ │ │ ├── flash.c │ │ │ │ ├── flash.h │ │ │ │ ├── ihex.c │ │ │ │ ├── ihex.h │ │ │ │ └── xu1541_update.c │ │ │ │ └── xu1541_update.exe │ │ ├── xum1541 │ │ │ ├── LUFA │ │ │ │ ├── Common │ │ │ │ │ ├── BoardTypes.h │ │ │ │ │ ├── Common.h │ │ │ │ │ └── FunctionAttributes.h │ │ │ │ ├── Doxygen.conf │ │ │ │ ├── DriverStubs │ │ │ │ │ ├── Buttons.h │ │ │ │ │ ├── Dataflash.h │ │ │ │ │ ├── Joystick.h │ │ │ │ │ └── LEDs.h │ │ │ │ ├── Drivers │ │ │ │ │ ├── Board │ │ │ │ │ │ ├── ATAVRUSBRF01 │ │ │ │ │ │ │ ├── Buttons.h │ │ │ │ │ │ │ └── LEDs.h │ │ │ │ │ │ ├── BUMBLEB │ │ │ │ │ │ │ ├── Buttons.h │ │ │ │ │ │ │ ├── Joystick.h │ │ │ │ │ │ │ └── LEDs.h │ │ │ │ │ │ ├── Buttons.h │ │ │ │ │ │ ├── Dataflash.h │ │ │ │ │ │ ├── EVK527 │ │ │ │ │ │ │ ├── AT45DB321C.h │ │ │ │ │ │ │ ├── Buttons.h │ │ │ │ │ │ │ ├── Dataflash.h │ │ │ │ │ │ │ ├── Joystick.h │ │ │ │ │ │ │ └── LEDs.h │ │ │ │ │ │ ├── Joystick.h │ │ │ │ │ │ ├── LEDs.h │ │ │ │ │ │ ├── RZUSBSTICK │ │ │ │ │ │ │ └── LEDs.h │ │ │ │ │ │ ├── STK525 │ │ │ │ │ │ │ ├── AT45DB321C.h │ │ │ │ │ │ │ ├── Buttons.h │ │ │ │ │ │ │ ├── Dataflash.h │ │ │ │ │ │ │ ├── Joystick.h │ │ │ │ │ │ │ └── LEDs.h │ │ │ │ │ │ ├── STK526 │ │ │ │ │ │ │ ├── AT45DB642D.h │ │ │ │ │ │ │ ├── Buttons.h │ │ │ │ │ │ │ ├── Dataflash.h │ │ │ │ │ │ │ ├── Joystick.h │ │ │ │ │ │ │ └── LEDs.h │ │ │ │ │ │ ├── Temperature.c │ │ │ │ │ │ ├── Temperature.h │ │ │ │ │ │ ├── USBKEY │ │ │ │ │ │ │ ├── AT45DB642D.h │ │ │ │ │ │ │ ├── Buttons.h │ │ │ │ │ │ │ ├── Dataflash.h │ │ │ │ │ │ │ ├── Joystick.h │ │ │ │ │ │ │ └── LEDs.h │ │ │ │ │ │ └── XPLAIN │ │ │ │ │ │ │ ├── AT45DB642D.h │ │ │ │ │ │ │ ├── Dataflash.h │ │ │ │ │ │ │ └── LEDs.h │ │ │ │ │ ├── Misc │ │ │ │ │ │ └── TerminalCodes.h │ │ │ │ │ ├── Peripheral │ │ │ │ │ │ ├── ADC.h │ │ │ │ │ │ ├── AVRU4U6U7 │ │ │ │ │ │ │ └── ADC.h │ │ │ │ │ │ ├── SPI.h │ │ │ │ │ │ ├── Serial.c │ │ │ │ │ │ ├── Serial.h │ │ │ │ │ │ ├── SerialStream.c │ │ │ │ │ │ └── SerialStream.h │ │ │ │ │ └── USB │ │ │ │ │ │ ├── Class │ │ │ │ │ │ ├── Audio.h │ │ │ │ │ │ ├── CDC.h │ │ │ │ │ │ ├── Common │ │ │ │ │ │ │ ├── Audio.h │ │ │ │ │ │ │ ├── CDC.h │ │ │ │ │ │ │ ├── HID.h │ │ │ │ │ │ │ ├── MIDI.h │ │ │ │ │ │ │ ├── MassStorage.h │ │ │ │ │ │ │ ├── Printer.h │ │ │ │ │ │ │ ├── RNDIS.h │ │ │ │ │ │ │ ├── RNDISConstants.h │ │ │ │ │ │ │ └── StillImage.h │ │ │ │ │ │ ├── Device │ │ │ │ │ │ │ ├── Audio.c │ │ │ │ │ │ │ ├── Audio.h │ │ │ │ │ │ │ ├── CDC.c │ │ │ │ │ │ │ ├── CDC.h │ │ │ │ │ │ │ ├── HID.c │ │ │ │ │ │ │ ├── HID.h │ │ │ │ │ │ │ ├── MIDI.c │ │ │ │ │ │ │ ├── MIDI.h │ │ │ │ │ │ │ ├── MassStorage.c │ │ │ │ │ │ │ ├── MassStorage.h │ │ │ │ │ │ │ ├── RNDIS.c │ │ │ │ │ │ │ └── RNDIS.h │ │ │ │ │ │ ├── HID.h │ │ │ │ │ │ ├── Host │ │ │ │ │ │ │ ├── CDC.c │ │ │ │ │ │ │ ├── CDC.h │ │ │ │ │ │ │ ├── HID.c │ │ │ │ │ │ │ ├── HID.h │ │ │ │ │ │ │ ├── HIDParser.c │ │ │ │ │ │ │ ├── HIDParser.h │ │ │ │ │ │ │ ├── HIDReportData.h │ │ │ │ │ │ │ ├── MIDI.c │ │ │ │ │ │ │ ├── MIDI.h │ │ │ │ │ │ │ ├── MassStorage.c │ │ │ │ │ │ │ ├── MassStorage.h │ │ │ │ │ │ │ ├── Printer.c │ │ │ │ │ │ │ ├── Printer.h │ │ │ │ │ │ │ ├── RNDIS.c │ │ │ │ │ │ │ ├── RNDIS.h │ │ │ │ │ │ │ ├── StillImage.c │ │ │ │ │ │ │ └── StillImage.h │ │ │ │ │ │ ├── MIDI.h │ │ │ │ │ │ ├── MassStorage.h │ │ │ │ │ │ ├── Printer.h │ │ │ │ │ │ ├── RNDIS.h │ │ │ │ │ │ └── StillImage.h │ │ │ │ │ │ ├── HighLevel │ │ │ │ │ │ ├── ConfigDescriptor.c │ │ │ │ │ │ ├── ConfigDescriptor.h │ │ │ │ │ │ ├── Events.c │ │ │ │ │ │ ├── Events.h │ │ │ │ │ │ ├── StdDescriptors.h │ │ │ │ │ │ ├── StdRequestType.h │ │ │ │ │ │ ├── StreamCallbacks.h │ │ │ │ │ │ ├── USBInterrupt.c │ │ │ │ │ │ ├── USBInterrupt.h │ │ │ │ │ │ ├── USBMode.h │ │ │ │ │ │ ├── USBTask.c │ │ │ │ │ │ └── USBTask.h │ │ │ │ │ │ ├── LowLevel │ │ │ │ │ │ ├── DevChapter9.c │ │ │ │ │ │ ├── DevChapter9.h │ │ │ │ │ │ ├── Device.h │ │ │ │ │ │ ├── Endpoint.c │ │ │ │ │ │ ├── Endpoint.h │ │ │ │ │ │ ├── Host.c │ │ │ │ │ │ ├── Host.h │ │ │ │ │ │ ├── HostChapter9.c │ │ │ │ │ │ ├── HostChapter9.h │ │ │ │ │ │ ├── LowLevel.c │ │ │ │ │ │ ├── LowLevel.h │ │ │ │ │ │ ├── OTG.h │ │ │ │ │ │ ├── Pipe.c │ │ │ │ │ │ ├── Pipe.h │ │ │ │ │ │ └── Template │ │ │ │ │ │ │ ├── Template_Endpoint_Control_R.c │ │ │ │ │ │ │ ├── Template_Endpoint_Control_W.c │ │ │ │ │ │ │ ├── Template_Endpoint_RW.c │ │ │ │ │ │ │ └── Template_Pipe_RW.c │ │ │ │ │ │ └── USB.h │ │ │ │ ├── ManPages │ │ │ │ │ ├── AboutLUFA.txt │ │ │ │ │ ├── AlternativeStacks.txt │ │ │ │ │ ├── Author.jpg │ │ │ │ │ ├── BuildingLinkableLibraries.txt │ │ │ │ │ ├── ChangeLog.txt │ │ │ │ │ ├── CompileTimeTokens.txt │ │ │ │ │ ├── CompilingApps.txt │ │ │ │ │ ├── ConfiguringApps.txt │ │ │ │ │ ├── DevelopingWithLUFA.txt │ │ │ │ │ ├── DeviceSupport.txt │ │ │ │ │ ├── DirectorySummaries.txt │ │ │ │ │ ├── Donating.txt │ │ │ │ │ ├── FutureChanges.txt │ │ │ │ │ ├── GettingStarted.txt │ │ │ │ │ ├── Groups.txt │ │ │ │ │ ├── LUFA.gif │ │ │ │ │ ├── LUFAPoweredProjects.txt │ │ │ │ │ ├── LUFAvsAtmelStack.txt │ │ │ │ │ ├── LibraryApps.txt │ │ │ │ │ ├── LibraryResources.txt │ │ │ │ │ ├── Licence.txt │ │ │ │ │ ├── MainPage.txt │ │ │ │ │ ├── MigrationInformation.txt │ │ │ │ │ ├── ProgrammingApps.txt │ │ │ │ │ ├── SchedulerOverview.txt │ │ │ │ │ ├── VIDAndPIDValues.txt │ │ │ │ │ ├── WhyUseLUFA.txt │ │ │ │ │ └── WritingBoardDrivers.txt │ │ │ │ ├── Scheduler │ │ │ │ │ ├── Scheduler.c │ │ │ │ │ └── Scheduler.h │ │ │ │ ├── Version.h │ │ │ │ └── makefile │ │ │ ├── Makefile │ │ │ ├── README.txt │ │ │ ├── board-usbkey.c │ │ │ ├── board-usbkey.h │ │ │ ├── board-zoomfloppy.c │ │ │ ├── board-zoomfloppy.h │ │ │ ├── commands.c │ │ │ ├── cpu-bumbleb.h │ │ │ ├── cpu-usbkey.h │ │ │ ├── cpu-zoomfloppy.h │ │ │ ├── descriptor.c │ │ │ ├── iec.c │ │ │ ├── ieee.c │ │ │ ├── ieee.h │ │ │ ├── main.c │ │ │ ├── misc │ │ │ │ ├── nibbatch.py │ │ │ │ └── toolchain │ │ │ │ │ ├── genAvrToolchain.sh │ │ │ │ │ ├── packages │ │ │ │ │ └── .dummy │ │ │ │ │ ├── patches │ │ │ │ │ ├── avr-libc │ │ │ │ │ │ └── .dummy │ │ │ │ │ ├── binutils │ │ │ │ │ │ └── .dummy │ │ │ │ │ ├── gcc │ │ │ │ │ │ └── .dummy │ │ │ │ │ └── private │ │ │ │ │ │ ├── 10100-avr-libc-1.7.0-carriage-return.patch │ │ │ │ │ │ ├── 10101-avr-libc-1.7.0-remove-mcu-tests.patch │ │ │ │ │ │ ├── 10500-avrdude-5.10_carriage-return.patch │ │ │ │ │ │ ├── 10501-avrdude-5.10_usbVidPid_support.patch │ │ │ │ │ │ ├── 10502-avrdude-5.10_disabled_usleep.patch │ │ │ │ │ │ ├── 32-binutils-2.20-new-sections.patch │ │ │ │ │ │ ├── 52-1-binutils-2.20-xmega_sup_Ruuds_support.patch │ │ │ │ │ │ ├── 54-gcc-4.5.1-new-devices.patch │ │ │ │ │ │ └── 58-gcc-4.5.1-remove-atmega32hvb.patch │ │ │ │ │ └── sha256sums.txt │ │ │ ├── nib.c │ │ │ ├── p2.c │ │ │ ├── pp.c │ │ │ ├── s1.c │ │ │ ├── s2.c │ │ │ ├── tape_153x.c │ │ │ ├── udev │ │ │ │ ├── 45-opencbm-xum1541.rules │ │ │ │ └── readme.txt │ │ │ ├── xum1541-BUMBLEB-v07.hex │ │ │ ├── xum1541-OLIMEX-v07.hex │ │ │ ├── xum1541-USBKEY-v07.hex │ │ │ ├── xum1541-ZOOMFLOPPY-v07.hex │ │ │ ├── xum1541-generic.inf │ │ │ ├── xum1541.h │ │ │ ├── xum1541_types.h │ │ │ ├── zoomfloppy-schem-20100704.png │ │ │ ├── zoomfloppy.aps │ │ │ └── zoomfloppy.aws │ │ └── xum1541cfg │ │ │ ├── LINUX │ │ │ └── Makefile │ │ │ ├── README │ │ │ ├── WINDOWS │ │ │ ├── AMD64 │ │ │ │ └── libusb.lib │ │ │ ├── Makefile │ │ │ ├── getopt.c │ │ │ ├── getopt.h │ │ │ ├── i386 │ │ │ │ ├── libusb.lib │ │ │ │ └── libusb0.dll │ │ │ ├── ia64 │ │ │ │ └── libusb.lib │ │ │ ├── sources │ │ │ ├── stdint.h │ │ │ ├── usb.h │ │ │ └── xum1541cfg.rc │ │ │ ├── dfu-programmer-0.5.4 │ │ │ ├── COPYING │ │ │ ├── dirs │ │ │ └── src │ │ │ │ ├── WINDOWS │ │ │ │ ├── Makefile │ │ │ │ └── sources │ │ │ │ ├── arguments.c │ │ │ │ ├── arguments.h │ │ │ │ ├── atmel.c │ │ │ │ ├── atmel.h │ │ │ │ ├── commands.c │ │ │ │ ├── commands.h │ │ │ │ ├── config.h │ │ │ │ ├── dfu-bool.h │ │ │ │ ├── dfu-device.h │ │ │ │ ├── dfu.c │ │ │ │ ├── dfu.h │ │ │ │ ├── dirs │ │ │ │ ├── intel_hex.c │ │ │ │ ├── intel_hex.h │ │ │ │ ├── main.c │ │ │ │ ├── util.c │ │ │ │ └── util.h │ │ │ ├── dirs │ │ │ ├── main.c │ │ │ ├── util.c │ │ │ ├── util.h │ │ │ └── xum1541cfg.1 │ └── readme.txt │ ├── xu1541_update │ └── xu1541_update.exe ├── LICENSE └── README.md /C64_1351_Mouse_Adapter/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/LICENSE -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/README.md -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/documentation/1351_manual.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/documentation/1351_manual.txt -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/1351_usb.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/1351_usb.bin -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/1351_usb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/1351_usb.c -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/1351_usb.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/1351_usb.ino -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/makefile -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/src/ch554.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/src/ch554.h -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/src/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/src/config.h -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/src/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/src/delay.c -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/src/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/src/delay.h -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/src/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/src/gpio.h -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/src/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/src/system.h -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/src/usb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/src/usb.h -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/src/usb_descr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/src/usb_descr.c -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/src/usb_descr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/src/usb_descr.h -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/src/usb_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/src/usb_handler.c -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/src/usb_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/src/usb_handler.h -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/src/usb_hid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/src/usb_hid.c -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/src/usb_hid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/src/usb_hid.h -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/src/usb_mouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/src/usb_mouse.c -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/src/usb_mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/src/usb_mouse.h -------------------------------------------------------------------------------- /C64_1351_Mouse_Adapter/software/tools/chprog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1351_Mouse_Adapter/software/tools/chprog.py -------------------------------------------------------------------------------- /C64_1541II_PowerAdapter/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1541II_PowerAdapter/LICENSE -------------------------------------------------------------------------------- /C64_1541II_PowerAdapter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1541II_PowerAdapter/README.md -------------------------------------------------------------------------------- /C64_1541II_PowerGuard/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1541II_PowerGuard/LICENSE -------------------------------------------------------------------------------- /C64_1541II_PowerGuard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_1541II_PowerGuard/README.md -------------------------------------------------------------------------------- /C64_Cartridge_512k/3dprint/C64_Cartridge_C.fcstd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_512k/3dprint/C64_Cartridge_C.fcstd -------------------------------------------------------------------------------- /C64_Cartridge_512k/3dprint/C64_Cartridge_C_bottom.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_512k/3dprint/C64_Cartridge_C_bottom.stl -------------------------------------------------------------------------------- /C64_Cartridge_512k/3dprint/C64_Cartridge_C_top.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_512k/3dprint/C64_Cartridge_C_top.stl -------------------------------------------------------------------------------- /C64_Cartridge_512k/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_512k/README.md -------------------------------------------------------------------------------- /C64_Cartridge_512k/hardware/C64_Cartridge_512k_BOM.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_512k/hardware/C64_Cartridge_512k_BOM.tsv -------------------------------------------------------------------------------- /C64_Cartridge_512k/software/demos_512k.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_512k/software/demos_512k.bin -------------------------------------------------------------------------------- /C64_Cartridge_64k_256k/3dprint/C64_Cartridge_C.fcstd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_64k_256k/3dprint/C64_Cartridge_C.fcstd -------------------------------------------------------------------------------- /C64_Cartridge_64k_256k/3dprint/C64_Cartridge_C_top.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_64k_256k/3dprint/C64_Cartridge_C_top.stl -------------------------------------------------------------------------------- /C64_Cartridge_64k_256k/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_64k_256k/README.md -------------------------------------------------------------------------------- /C64_Cartridge_8k/3dprint/C64_Cartridge_C.fcstd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_8k/3dprint/C64_Cartridge_C.fcstd -------------------------------------------------------------------------------- /C64_Cartridge_8k/3dprint/C64_Cartridge_C_bottom.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_8k/3dprint/C64_Cartridge_C_bottom.stl -------------------------------------------------------------------------------- /C64_Cartridge_8k/3dprint/C64_Cartridge_C_top.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_8k/3dprint/C64_Cartridge_C_top.stl -------------------------------------------------------------------------------- /C64_Cartridge_8k/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_8k/README.md -------------------------------------------------------------------------------- /C64_Cartridge_8k/documentation/EPROM_Eraser.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_8k/documentation/EPROM_Eraser.jpg -------------------------------------------------------------------------------- /C64_Cartridge_8k/documentation/MiniPro_TL866.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_8k/documentation/MiniPro_TL866.jpg -------------------------------------------------------------------------------- /C64_Cartridge_8k/hardware/C64_Cartridge_8k_BOM.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_8k/hardware/C64_Cartridge_8k_BOM.tsv -------------------------------------------------------------------------------- /C64_Cartridge_8k/hardware/C64_Cartridge_8k_gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_8k/hardware/C64_Cartridge_8k_gerber.zip -------------------------------------------------------------------------------- /C64_Cartridge_8k/software/dead_test_781220_e000_8k.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_8k/software/dead_test_781220_e000_8k.bin -------------------------------------------------------------------------------- /C64_Cartridge_8k/software/diagcart_1541_8000_8k.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_8k/software/diagcart_1541_8000_8k.bin -------------------------------------------------------------------------------- /C64_Cartridge_8k/software/diagnostic_586220_8000_8k.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_8k/software/diagnostic_586220_8000_8k.bin -------------------------------------------------------------------------------- /C64_Cartridge_8k/software/frogger_8000_8k.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_8k/software/frogger_8000_8k.bin -------------------------------------------------------------------------------- /C64_Cartridge_8k/software/jupiterlander_e000_8k.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_8k/software/jupiterlander_e000_8k.bin -------------------------------------------------------------------------------- /C64_Cartridge_8k/software/pacman_8000_8k.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_8k/software/pacman_8000_8k.bin -------------------------------------------------------------------------------- /C64_Cartridge_FreeLoad/3dprint/C64_Cartridge_D.fcstd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_FreeLoad/3dprint/C64_Cartridge_D.fcstd -------------------------------------------------------------------------------- /C64_Cartridge_FreeLoad/3dprint/C64_Cartridge_D_top.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_FreeLoad/3dprint/C64_Cartridge_D_top.stl -------------------------------------------------------------------------------- /C64_Cartridge_FreeLoad/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_FreeLoad/README.md -------------------------------------------------------------------------------- /C64_Cartridge_FreeLoad/software/epyx_fastload_8k.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_FreeLoad/software/epyx_fastload_8k.bin -------------------------------------------------------------------------------- /C64_Cartridge_FreeLoad/software/freeload_8k.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Cartridge_FreeLoad/software/freeload_8k.bin -------------------------------------------------------------------------------- /C64_DiskBuddy64/3dprint/DiskBuddy64_Stick.fcstd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/3dprint/DiskBuddy64_Stick.fcstd -------------------------------------------------------------------------------- /C64_DiskBuddy64/3dprint/DiskBuddy64_Stick_Bottom.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/3dprint/DiskBuddy64_Stick_Bottom.stl -------------------------------------------------------------------------------- /C64_DiskBuddy64/3dprint/DiskBuddy64_Stick_Top.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/3dprint/DiskBuddy64_Stick_Top.stl -------------------------------------------------------------------------------- /C64_DiskBuddy64/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/LICENSE -------------------------------------------------------------------------------- /C64_DiskBuddy64/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/README.md -------------------------------------------------------------------------------- /C64_DiskBuddy64/documentation/D64_file_format.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/documentation/D64_file_format.txt -------------------------------------------------------------------------------- /C64_DiskBuddy64/documentation/DiskBuddy64_gui.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/documentation/DiskBuddy64_gui.jpg -------------------------------------------------------------------------------- /C64_DiskBuddy64/documentation/DiskBuddy64_pic1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/documentation/DiskBuddy64_pic1.jpg -------------------------------------------------------------------------------- /C64_DiskBuddy64/documentation/DiskBuddy64_pic2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/documentation/DiskBuddy64_pic2.jpg -------------------------------------------------------------------------------- /C64_DiskBuddy64/documentation/DiskBuddy64_pic3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/documentation/DiskBuddy64_pic3.jpg -------------------------------------------------------------------------------- /C64_DiskBuddy64/documentation/DiskBuddy64_pic4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/documentation/DiskBuddy64_pic4.jpg -------------------------------------------------------------------------------- /C64_DiskBuddy64/documentation/DiskBuddy64_pic5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/documentation/DiskBuddy64_pic5.jpg -------------------------------------------------------------------------------- /C64_DiskBuddy64/documentation/DiskBuddy64_stick1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/documentation/DiskBuddy64_stick1.jpg -------------------------------------------------------------------------------- /C64_DiskBuddy64/documentation/DiskBuddy64_stick2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/documentation/DiskBuddy64_stick2.jpg -------------------------------------------------------------------------------- /C64_DiskBuddy64/documentation/DiskBuddy64_stick3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/documentation/DiskBuddy64_stick3.jpg -------------------------------------------------------------------------------- /C64_DiskBuddy64/documentation/DiskBuddy64_stick4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/documentation/DiskBuddy64_stick4.jpg -------------------------------------------------------------------------------- /C64_DiskBuddy64/documentation/DiskBuddy64_stick5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/documentation/DiskBuddy64_stick5.jpg -------------------------------------------------------------------------------- /C64_DiskBuddy64/documentation/DiskBuddy64_stick6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/documentation/DiskBuddy64_stick6.jpg -------------------------------------------------------------------------------- /C64_DiskBuddy64/documentation/DiskBuddy64_stick7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/documentation/DiskBuddy64_stick7.jpg -------------------------------------------------------------------------------- /C64_DiskBuddy64/documentation/DiskBuddy64_wiring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/documentation/DiskBuddy64_wiring.png -------------------------------------------------------------------------------- /C64_DiskBuddy64/documentation/serial-bus.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/documentation/serial-bus.pdf -------------------------------------------------------------------------------- /C64_DiskBuddy64/hardware/DiskBuddy64_BOM.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/hardware/DiskBuddy64_BOM.tsv -------------------------------------------------------------------------------- /C64_DiskBuddy64/hardware/DiskBuddy64_Stick_gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/hardware/DiskBuddy64_Stick_gerber.zip -------------------------------------------------------------------------------- /C64_DiskBuddy64/hardware/DiskBuddy64_gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/hardware/DiskBuddy64_gerber.zip -------------------------------------------------------------------------------- /C64_DiskBuddy64/hardware/DiskBuddy64_schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/hardware/DiskBuddy64_schematic.pdf -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/avr/DiskBuddy64.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/avr/DiskBuddy64.ino -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/avr/include/avr/iotn202.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/avr/include/avr/iotn202.h -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/avr/include/avr/iotn212.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/avr/include/avr/iotn212.h -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/avr/include/avr/iotn402.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/avr/include/avr/iotn402.h -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/avr/include/avr/iotn412.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/avr/include/avr/iotn412.h -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/avr/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/avr/makefile -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/avr/tools/tinyupdi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/avr/tools/tinyupdi.py -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/drive/fastformat.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/drive/fastformat.asm -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/drive/fastformat.old.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/drive/fastformat.old.asm -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/drive/fastload.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/drive/fastload.asm -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/drive/fastread.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/drive/fastread.asm -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/drive/fastupload.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/drive/fastupload.asm -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/drive/fastwrite.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/drive/fastwrite.asm -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/drive/make.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/drive/make.sh -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/drive/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/drive/readme.txt -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/disk-detect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/disk-detect.py -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/disk-dir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/disk-dir.py -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/disk-format.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/disk-format.py -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/disk-load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/disk-load.py -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/disk-read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/disk-read.py -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/disk-status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/disk-status.py -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/disk-verify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/disk-verify.py -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/disk-write.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/disk-write.py -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/diskbuddy-gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/diskbuddy-gui.py -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/flash-firmware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/flash-firmware.py -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/libs/adapter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/libs/adapter.py -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/libs/disktools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/libs/disktools.py -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/libs/fastformat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/libs/fastformat.bin -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/libs/fastload.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/libs/fastload.bin -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/libs/fastread.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/libs/fastread.bin -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/libs/fastupload.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/libs/fastupload.bin -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/libs/fastwrite.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/libs/fastwrite.bin -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/libs/firmware.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/libs/firmware.bin -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/libs/tinyupdi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/libs/tinyupdi.py -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/tools/cc1541/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/tools/cc1541/LICENSE.txt -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/tools/cc1541/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/tools/cc1541/README.md -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/tools/cc1541/cc1541.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/tools/cc1541/cc1541.exe -------------------------------------------------------------------------------- /C64_DiskBuddy64/software/pc/tools/cc1541/cc1541_mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskBuddy64/software/pc/tools/cc1541/cc1541_mac -------------------------------------------------------------------------------- /C64_DiskMaster64/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/LICENSE -------------------------------------------------------------------------------- /C64_DiskMaster64/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/README.md -------------------------------------------------------------------------------- /C64_DiskMaster64/documentation/DiskMaster64_gui.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/documentation/DiskMaster64_gui.jpg -------------------------------------------------------------------------------- /C64_DiskMaster64/documentation/DiskMaster64_pic1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/documentation/DiskMaster64_pic1.jpg -------------------------------------------------------------------------------- /C64_DiskMaster64/documentation/DiskMaster64_pic2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/documentation/DiskMaster64_pic2.jpg -------------------------------------------------------------------------------- /C64_DiskMaster64/documentation/DiskMaster64_pic3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/documentation/DiskMaster64_pic3.jpg -------------------------------------------------------------------------------- /C64_DiskMaster64/documentation/DiskMaster64_pic4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/documentation/DiskMaster64_pic4.jpg -------------------------------------------------------------------------------- /C64_DiskMaster64/documentation/DiskMaster64_pic5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/documentation/DiskMaster64_pic5.jpg -------------------------------------------------------------------------------- /C64_DiskMaster64/documentation/DiskMaster64_wiring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/documentation/DiskMaster64_wiring.png -------------------------------------------------------------------------------- /C64_DiskMaster64/hardware/DiskMaster64_BOM.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/hardware/DiskMaster64_BOM.tsv -------------------------------------------------------------------------------- /C64_DiskMaster64/hardware/DiskMaster64_gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/hardware/DiskMaster64_gerber.zip -------------------------------------------------------------------------------- /C64_DiskMaster64/hardware/DiskMaster64_schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/hardware/DiskMaster64_schematic.pdf -------------------------------------------------------------------------------- /C64_DiskMaster64/software/drive/fastformat.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/drive/fastformat.asm -------------------------------------------------------------------------------- /C64_DiskMaster64/software/drive/fastload.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/drive/fastload.asm -------------------------------------------------------------------------------- /C64_DiskMaster64/software/drive/fastread.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/drive/fastread.asm -------------------------------------------------------------------------------- /C64_DiskMaster64/software/drive/fastupload.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/drive/fastupload.asm -------------------------------------------------------------------------------- /C64_DiskMaster64/software/drive/fastwrite.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/drive/fastwrite.asm -------------------------------------------------------------------------------- /C64_DiskMaster64/software/drive/make.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/drive/make.sh -------------------------------------------------------------------------------- /C64_DiskMaster64/software/drive/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/drive/readme.txt -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/diskmaster64.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/diskmaster64.bin -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/diskmaster64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/diskmaster64.c -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/diskmaster64.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/diskmaster64.ino -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/makefile -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/src/ch554.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/src/ch554.h -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/src/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/src/config.h -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/src/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/src/delay.c -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/src/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/src/delay.h -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/src/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/src/gpio.h -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/src/iec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/src/iec.c -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/src/iec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/src/iec.h -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/src/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/src/system.h -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/src/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/src/timer.h -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/src/usb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/src/usb.h -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/src/usb_cdc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/src/usb_cdc.c -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/src/usb_cdc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/src/usb_cdc.h -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/src/usb_descr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/src/usb_descr.c -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/src/usb_descr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/src/usb_descr.h -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/src/usb_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/src/usb_handler.c -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/src/usb_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/src/usb_handler.h -------------------------------------------------------------------------------- /C64_DiskMaster64/software/mcu/tools/chprog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/mcu/tools/chprog.py -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/disk-detect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/disk-detect.py -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/disk-dir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/disk-dir.py -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/disk-format.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/disk-format.py -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/disk-load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/disk-load.py -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/disk-read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/disk-read.py -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/disk-status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/disk-status.py -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/disk-verify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/disk-verify.py -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/disk-write.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/disk-write.py -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/diskmaster-gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/diskmaster-gui.py -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/flash-firmware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/flash-firmware.py -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/libs/adapter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/libs/adapter.py -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/libs/chprog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/libs/chprog.py -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/libs/diskmaster64.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/libs/diskmaster64.bin -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/libs/disktools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/libs/disktools.py -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/libs/fastformat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/libs/fastformat.bin -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/libs/fastload.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/libs/fastload.bin -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/libs/fastread.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/libs/fastread.bin -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/libs/fastupload.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/libs/fastupload.bin -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/libs/fastwrite.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/libs/fastwrite.bin -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/tools/cc1541/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/tools/cc1541/LICENSE.txt -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/tools/cc1541/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/tools/cc1541/README.md -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/tools/cc1541/cc1541.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/tools/cc1541/cc1541.exe -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/tools/cc1541/cc1541_mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/tools/cc1541/cc1541_mac -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/tools/ch372_driver/readme.txt: -------------------------------------------------------------------------------- 1 | CH372 driver: 2 | http://www.wch-ic.com/downloads/CH372DRV_EXE.html 3 | -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/tools/zadig/readme.txt: -------------------------------------------------------------------------------- 1 | Zadig - USB driver installation made easy: 2 | https://zadig.akeo.ie/ 3 | -------------------------------------------------------------------------------- /C64_DiskMaster64/software/pc/tools/zadig/zadig-2.8.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DiskMaster64/software/pc/tools/zadig/zadig-2.8.exe -------------------------------------------------------------------------------- /C64_DumpMaster64/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/LICENSE -------------------------------------------------------------------------------- /C64_DumpMaster64/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/README.md -------------------------------------------------------------------------------- /C64_DumpMaster64/documentation/DumpMaster64_gui.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/documentation/DumpMaster64_gui.jpg -------------------------------------------------------------------------------- /C64_DumpMaster64/documentation/DumpMaster64_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/documentation/DumpMaster64_output.png -------------------------------------------------------------------------------- /C64_DumpMaster64/documentation/DumpMaster64_pic1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/documentation/DumpMaster64_pic1.jpg -------------------------------------------------------------------------------- /C64_DumpMaster64/documentation/DumpMaster64_pic2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/documentation/DumpMaster64_pic2.jpg -------------------------------------------------------------------------------- /C64_DumpMaster64/documentation/DumpMaster64_pic3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/documentation/DumpMaster64_pic3.jpg -------------------------------------------------------------------------------- /C64_DumpMaster64/documentation/DumpMaster64_pic4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/documentation/DumpMaster64_pic4.jpg -------------------------------------------------------------------------------- /C64_DumpMaster64/documentation/DumpMaster64_wiring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/documentation/DumpMaster64_wiring.png -------------------------------------------------------------------------------- /C64_DumpMaster64/hardware/DumpMaster64_BOM.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/hardware/DumpMaster64_BOM.tsv -------------------------------------------------------------------------------- /C64_DumpMaster64/hardware/DumpMaster64_gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/hardware/DumpMaster64_gerber.zip -------------------------------------------------------------------------------- /C64_DumpMaster64/hardware/DumpMaster64_schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/hardware/DumpMaster64_schematic.pdf -------------------------------------------------------------------------------- /C64_DumpMaster64/software/avr/DumpMaster64.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/avr/DumpMaster64.ino -------------------------------------------------------------------------------- /C64_DumpMaster64/software/avr/include/avr/iotn1604.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/avr/include/avr/iotn1604.h -------------------------------------------------------------------------------- /C64_DumpMaster64/software/avr/include/avr/iotn1614.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/avr/include/avr/iotn1614.h -------------------------------------------------------------------------------- /C64_DumpMaster64/software/avr/include/avr/iotn1624.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/avr/include/avr/iotn1624.h -------------------------------------------------------------------------------- /C64_DumpMaster64/software/avr/include/avr/iotn204.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/avr/include/avr/iotn204.h -------------------------------------------------------------------------------- /C64_DumpMaster64/software/avr/include/avr/iotn214.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/avr/include/avr/iotn214.h -------------------------------------------------------------------------------- /C64_DumpMaster64/software/avr/include/avr/iotn3224.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/avr/include/avr/iotn3224.h -------------------------------------------------------------------------------- /C64_DumpMaster64/software/avr/include/avr/iotn404.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/avr/include/avr/iotn404.h -------------------------------------------------------------------------------- /C64_DumpMaster64/software/avr/include/avr/iotn414.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/avr/include/avr/iotn414.h -------------------------------------------------------------------------------- /C64_DumpMaster64/software/avr/include/avr/iotn424.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/avr/include/avr/iotn424.h -------------------------------------------------------------------------------- /C64_DumpMaster64/software/avr/include/avr/iotn804.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/avr/include/avr/iotn804.h -------------------------------------------------------------------------------- /C64_DumpMaster64/software/avr/include/avr/iotn814.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/avr/include/avr/iotn814.h -------------------------------------------------------------------------------- /C64_DumpMaster64/software/avr/include/avr/iotn824.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/avr/include/avr/iotn824.h -------------------------------------------------------------------------------- /C64_DumpMaster64/software/avr/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/avr/makefile -------------------------------------------------------------------------------- /C64_DumpMaster64/software/avr/tools/tinyupdi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/avr/tools/tinyupdi.py -------------------------------------------------------------------------------- /C64_DumpMaster64/software/drive/fastformat.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/drive/fastformat.asm -------------------------------------------------------------------------------- /C64_DumpMaster64/software/drive/fastformat.old.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/drive/fastformat.old.asm -------------------------------------------------------------------------------- /C64_DumpMaster64/software/drive/fastload.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/drive/fastload.asm -------------------------------------------------------------------------------- /C64_DumpMaster64/software/drive/fastread.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/drive/fastread.asm -------------------------------------------------------------------------------- /C64_DumpMaster64/software/drive/fastupload.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/drive/fastupload.asm -------------------------------------------------------------------------------- /C64_DumpMaster64/software/drive/fastwrite.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/drive/fastwrite.asm -------------------------------------------------------------------------------- /C64_DumpMaster64/software/drive/make.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/drive/make.sh -------------------------------------------------------------------------------- /C64_DumpMaster64/software/drive/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/drive/readme.txt -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/disk-detect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/disk-detect.py -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/disk-dir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/disk-dir.py -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/disk-format.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/disk-format.py -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/disk-load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/disk-load.py -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/disk-read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/disk-read.py -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/disk-status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/disk-status.py -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/disk-verify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/disk-verify.py -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/disk-write.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/disk-write.py -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/dumpmaster-gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/dumpmaster-gui.py -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/flash-firmware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/flash-firmware.py -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/libs/adapter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/libs/adapter.py -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/libs/disktools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/libs/disktools.py -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/libs/fastformat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/libs/fastformat.bin -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/libs/fastload.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/libs/fastload.bin -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/libs/fastread.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/libs/fastread.bin -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/libs/fastupload.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/libs/fastupload.bin -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/libs/fastwrite.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/libs/fastwrite.bin -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/libs/firmware.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/libs/firmware.bin -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/libs/tinyupdi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/libs/tinyupdi.py -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/tape-read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/tape-read.py -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/tape-write.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/tape-write.py -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/tools/cc1541/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/tools/cc1541/LICENSE.txt -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/tools/cc1541/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/tools/cc1541/README.md -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/tools/cc1541/cc1541.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/tools/cc1541/cc1541.exe -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/tools/cc1541/cc1541_mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/tools/cc1541/cc1541_mac -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/tools/ch340_driver/readme.txt: -------------------------------------------------------------------------------- 1 | CH340 driver: 2 | http://www.wch.cn/download/CH341SER_ZIP.html 3 | -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/tools/tapclean/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/tools/tapclean/readme.txt -------------------------------------------------------------------------------- /C64_DumpMaster64/software/pc/tools/tapclean/tapclean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_DumpMaster64/software/pc/tools/tapclean/tapclean -------------------------------------------------------------------------------- /C64_Joystick_Adapter/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/LICENSE -------------------------------------------------------------------------------- /C64_Joystick_Adapter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/README.md -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/joystick/joystick.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/joystick/joystick.bin -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/joystick/joystick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/joystick/joystick.c -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/joystick/joystick.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/joystick/joystick.ino -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/joystick/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/joystick/makefile -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/joystick/src/ch554.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/joystick/src/ch554.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/joystick/src/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/joystick/src/config.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/joystick/src/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/joystick/src/delay.c -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/joystick/src/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/joystick/src/delay.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/joystick/src/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/joystick/src/gpio.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/joystick/src/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/joystick/src/system.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/joystick/src/usb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/joystick/src/usb.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/joystick/src/usb_descr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/joystick/src/usb_descr.c -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/joystick/src/usb_descr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/joystick/src/usb_descr.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/joystick/src/usb_hid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/joystick/src/usb_hid.c -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/joystick/src/usb_hid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/joystick/src/usb_hid.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/joystick/tools/chprog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/joystick/tools/chprog.py -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/makefile -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/mouse.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/mouse.bin -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/mouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/mouse.c -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/mouse.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/mouse.ino -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/src/ch554.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/src/ch554.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/src/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/src/config.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/src/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/src/delay.c -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/src/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/src/delay.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/src/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/src/gpio.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/src/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/src/system.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/src/usb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/src/usb.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/src/usb_descr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/src/usb_descr.c -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/src/usb_descr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/src/usb_descr.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/src/usb_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/src/usb_handler.c -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/src/usb_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/src/usb_handler.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/src/usb_hid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/src/usb_hid.c -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/src/usb_hid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/src/usb_hid.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/src/usb_mouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/src/usb_mouse.c -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/src/usb_mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/src/usb_mouse.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/mouse/tools/chprog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/mouse/tools/chprog.py -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/paddle/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/paddle/makefile -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/paddle/paddle.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/paddle/paddle.bin -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/paddle/paddle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/paddle/paddle.c -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/paddle/paddle.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/paddle/paddle.ino -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/paddle/src/ch554.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/paddle/src/ch554.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/paddle/src/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/paddle/src/config.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/paddle/src/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/paddle/src/delay.c -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/paddle/src/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/paddle/src/delay.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/paddle/src/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/paddle/src/gpio.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/paddle/src/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/paddle/src/system.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/paddle/src/usb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/paddle/src/usb.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/paddle/src/usb_descr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/paddle/src/usb_descr.c -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/paddle/src/usb_descr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/paddle/src/usb_descr.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/paddle/src/usb_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/paddle/src/usb_handler.c -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/paddle/src/usb_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/paddle/src/usb_handler.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/paddle/src/usb_hid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/paddle/src/usb_hid.c -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/paddle/src/usb_hid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/paddle/src/usb_hid.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/paddle/src/usb_joystick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/paddle/src/usb_joystick.h -------------------------------------------------------------------------------- /C64_Joystick_Adapter/software/paddle/tools/chprog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Adapter/software/paddle/tools/chprog.py -------------------------------------------------------------------------------- /C64_Joystick_Tester/C64_Joystick_Tester_BOM.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Tester/C64_Joystick_Tester_BOM.tsv -------------------------------------------------------------------------------- /C64_Joystick_Tester/C64_Joystick_Tester_gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Tester/C64_Joystick_Tester_gerber.zip -------------------------------------------------------------------------------- /C64_Joystick_Tester/C64_Joystick_Tester_pic1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Tester/C64_Joystick_Tester_pic1.jpg -------------------------------------------------------------------------------- /C64_Joystick_Tester/C64_Joystick_Tester_schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Tester/C64_Joystick_Tester_schematic.pdf -------------------------------------------------------------------------------- /C64_Joystick_Tester/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Tester/LICENSE -------------------------------------------------------------------------------- /C64_Joystick_Tester/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Joystick_Tester/README.md -------------------------------------------------------------------------------- /C64_Keyboard_Adapter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Keyboard_Adapter/README.md -------------------------------------------------------------------------------- /C64_Keyboard_Adapter/software/main.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Keyboard_Adapter/software/main.hex -------------------------------------------------------------------------------- /C64_Keyboard_Adapter/software/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Keyboard_Adapter/software/readme.txt -------------------------------------------------------------------------------- /C64_PowerGuard/3dprint/C64_PowerGuard_case.fcstd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/3dprint/C64_PowerGuard_case.fcstd -------------------------------------------------------------------------------- /C64_PowerGuard/3dprint/C64_PowerGuard_case_bottom.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/3dprint/C64_PowerGuard_case_bottom.stl -------------------------------------------------------------------------------- /C64_PowerGuard/3dprint/C64_PowerGuard_case_top.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/3dprint/C64_PowerGuard_case_top.stl -------------------------------------------------------------------------------- /C64_PowerGuard/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/LICENSE -------------------------------------------------------------------------------- /C64_PowerGuard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/README.md -------------------------------------------------------------------------------- /C64_PowerGuard/documentation/C64_PowerGuard_pic1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/documentation/C64_PowerGuard_pic1.jpg -------------------------------------------------------------------------------- /C64_PowerGuard/documentation/C64_PowerGuard_pic10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/documentation/C64_PowerGuard_pic10.jpg -------------------------------------------------------------------------------- /C64_PowerGuard/documentation/C64_PowerGuard_pic11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/documentation/C64_PowerGuard_pic11.jpg -------------------------------------------------------------------------------- /C64_PowerGuard/documentation/C64_PowerGuard_pic2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/documentation/C64_PowerGuard_pic2.jpg -------------------------------------------------------------------------------- /C64_PowerGuard/documentation/C64_PowerGuard_pic3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/documentation/C64_PowerGuard_pic3.jpg -------------------------------------------------------------------------------- /C64_PowerGuard/documentation/C64_PowerGuard_pic4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/documentation/C64_PowerGuard_pic4.jpg -------------------------------------------------------------------------------- /C64_PowerGuard/documentation/C64_PowerGuard_pic5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/documentation/C64_PowerGuard_pic5.jpg -------------------------------------------------------------------------------- /C64_PowerGuard/documentation/C64_PowerGuard_pic6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/documentation/C64_PowerGuard_pic6.jpg -------------------------------------------------------------------------------- /C64_PowerGuard/documentation/C64_PowerGuard_pic7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/documentation/C64_PowerGuard_pic7.jpg -------------------------------------------------------------------------------- /C64_PowerGuard/documentation/C64_PowerGuard_pic8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/documentation/C64_PowerGuard_pic8.jpg -------------------------------------------------------------------------------- /C64_PowerGuard/documentation/C64_PowerGuard_pic9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/documentation/C64_PowerGuard_pic9.jpg -------------------------------------------------------------------------------- /C64_PowerGuard/documentation/C64_PowerGuard_socket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/documentation/C64_PowerGuard_socket.png -------------------------------------------------------------------------------- /C64_PowerGuard/documentation/C64_PowerGuard_wiring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/documentation/C64_PowerGuard_wiring.png -------------------------------------------------------------------------------- /C64_PowerGuard/documentation/C64_PowerSupplyOrig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/documentation/C64_PowerSupplyOrig.png -------------------------------------------------------------------------------- /C64_PowerGuard/hardware/C64_PowerGuard_BOM.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/hardware/C64_PowerGuard_BOM.tsv -------------------------------------------------------------------------------- /C64_PowerGuard/hardware/C64_PowerGuard_Conn_gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/hardware/C64_PowerGuard_Conn_gerber.zip -------------------------------------------------------------------------------- /C64_PowerGuard/hardware/C64_PowerGuard_gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/hardware/C64_PowerGuard_gerber.zip -------------------------------------------------------------------------------- /C64_PowerGuard/hardware/C64_PowerGuard_schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_PowerGuard/hardware/C64_PowerGuard_schematic.pdf -------------------------------------------------------------------------------- /C64_SD2IEC_LP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/README.md -------------------------------------------------------------------------------- /C64_SD2IEC_LP/documentation/C64_SD2IEC_LP_pic1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/documentation/C64_SD2IEC_LP_pic1.jpg -------------------------------------------------------------------------------- /C64_SD2IEC_LP/documentation/C64_SD2IEC_LP_pic2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/documentation/C64_SD2IEC_LP_pic2.jpg -------------------------------------------------------------------------------- /C64_SD2IEC_LP/documentation/C64_SD2IEC_LP_pic3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/documentation/C64_SD2IEC_LP_pic3.jpg -------------------------------------------------------------------------------- /C64_SD2IEC_LP/hardware/C64_SD2IEC_LP_BOM.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/hardware/C64_SD2IEC_LP_BOM.tsv -------------------------------------------------------------------------------- /C64_SD2IEC_LP/hardware/C64_SD2IEC_LP_gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/hardware/C64_SD2IEC_LP_gerber.zip -------------------------------------------------------------------------------- /C64_SD2IEC_LP/hardware/C64_SD2IEC_LP_schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/hardware/C64_SD2IEC_LP_schematic.pdf -------------------------------------------------------------------------------- /C64_SD2IEC_LP/software/newboot-0.4.1-larsp-m644p.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/software/newboot-0.4.1-larsp-m644p.hex -------------------------------------------------------------------------------- /C64_SD2IEC_LP/software/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/software/readme.txt -------------------------------------------------------------------------------- /C64_SD2IEC_LP/software/sd2iec-1.0.0-larsp-m644p.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/software/sd2iec-1.0.0-larsp-m644p.bin -------------------------------------------------------------------------------- /C64_SD2IEC_LP/software/sdcard_root/dc10d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/software/sdcard_root/dc10d -------------------------------------------------------------------------------- /C64_SD2IEC_LP/software/sdcard_root/empty.d64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/software/sdcard_root/empty.d64 -------------------------------------------------------------------------------- /C64_SD2IEC_LP/software/sdcard_root/empty.d71: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/software/sdcard_root/empty.d71 -------------------------------------------------------------------------------- /C64_SD2IEC_LP/software/sdcard_root/empty.d81: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/software/sdcard_root/empty.d81 -------------------------------------------------------------------------------- /C64_SD2IEC_LP/software/sdcard_root/fb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/software/sdcard_root/fb -------------------------------------------------------------------------------- /C64_SD2IEC_LP/software/sdcard_root/fb128: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/software/sdcard_root/fb128 -------------------------------------------------------------------------------- /C64_SD2IEC_LP/software/sdcard_root/fb16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/software/sdcard_root/fb16 -------------------------------------------------------------------------------- /C64_SD2IEC_LP/software/sdcard_root/fb20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/software/sdcard_root/fb20 -------------------------------------------------------------------------------- /C64_SD2IEC_LP/software/sdcard_root/fb20-3k: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/software/sdcard_root/fb20-3k -------------------------------------------------------------------------------- /C64_SD2IEC_LP/software/sdcard_root/fb20-8k: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/software/sdcard_root/fb20-8k -------------------------------------------------------------------------------- /C64_SD2IEC_LP/software/sdcard_root/fb20-mc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/software/sdcard_root/fb20-mc -------------------------------------------------------------------------------- /C64_SD2IEC_LP/software/sdcard_root/fb64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/software/sdcard_root/fb64 -------------------------------------------------------------------------------- /C64_SD2IEC_LP/software/sdcard_root/fb64dtv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SD2IEC_LP/software/sdcard_root/fb64dtv -------------------------------------------------------------------------------- /C64_SwinSID_nano/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SwinSID_nano/README.md -------------------------------------------------------------------------------- /C64_SwinSID_nano/hardware/C64_SwinSID_nano_BOM.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SwinSID_nano/hardware/C64_SwinSID_nano_BOM.tsv -------------------------------------------------------------------------------- /C64_SwinSID_nano/hardware/C64_SwinSID_nano_gerber_a.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SwinSID_nano/hardware/C64_SwinSID_nano_gerber_a.zip -------------------------------------------------------------------------------- /C64_SwinSID_nano/hardware/C64_SwinSID_nano_gerber_b.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SwinSID_nano/hardware/C64_SwinSID_nano_gerber_b.zip -------------------------------------------------------------------------------- /C64_SwinSID_nano/software/SwinSID88_20120524.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SwinSID_nano/software/SwinSID88_20120524.hex -------------------------------------------------------------------------------- /C64_SwinSID_nano/software/SwinSID88_lazy_fix_by_ck.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SwinSID_nano/software/SwinSID88_lazy_fix_by_ck.hex -------------------------------------------------------------------------------- /C64_SwinSID_nano/software/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_SwinSID_nano/software/readme.txt -------------------------------------------------------------------------------- /C64_TapeBuddy64/3dprint/TapeBuddy64_case.fcstd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/3dprint/TapeBuddy64_case.fcstd -------------------------------------------------------------------------------- /C64_TapeBuddy64/3dprint/TapeBuddy64_case__top.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/3dprint/TapeBuddy64_case__top.stl -------------------------------------------------------------------------------- /C64_TapeBuddy64/3dprint/TapeBuddy64_case_bottom.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/3dprint/TapeBuddy64_case_bottom.stl -------------------------------------------------------------------------------- /C64_TapeBuddy64/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/LICENSE -------------------------------------------------------------------------------- /C64_TapeBuddy64/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/README.md -------------------------------------------------------------------------------- /C64_TapeBuddy64/documentation/TAP_file_format.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/documentation/TAP_file_format.txt -------------------------------------------------------------------------------- /C64_TapeBuddy64/documentation/TapeBuddy64_align1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/documentation/TapeBuddy64_align1.jpg -------------------------------------------------------------------------------- /C64_TapeBuddy64/documentation/TapeBuddy64_align2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/documentation/TapeBuddy64_align2.jpg -------------------------------------------------------------------------------- /C64_TapeBuddy64/documentation/TapeBuddy64_cli1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/documentation/TapeBuddy64_cli1.jpg -------------------------------------------------------------------------------- /C64_TapeBuddy64/documentation/TapeBuddy64_cli2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/documentation/TapeBuddy64_cli2.jpg -------------------------------------------------------------------------------- /C64_TapeBuddy64/documentation/TapeBuddy64_format.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/documentation/TapeBuddy64_format.jpg -------------------------------------------------------------------------------- /C64_TapeBuddy64/documentation/TapeBuddy64_gui1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/documentation/TapeBuddy64_gui1.jpg -------------------------------------------------------------------------------- /C64_TapeBuddy64/documentation/TapeBuddy64_gui2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/documentation/TapeBuddy64_gui2.jpg -------------------------------------------------------------------------------- /C64_TapeBuddy64/documentation/TapeBuddy64_hardware.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/documentation/TapeBuddy64_hardware.jpg -------------------------------------------------------------------------------- /C64_TapeBuddy64/documentation/TapeBuddy64_pic1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/documentation/TapeBuddy64_pic1.jpg -------------------------------------------------------------------------------- /C64_TapeBuddy64/documentation/TapeBuddy64_pic2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/documentation/TapeBuddy64_pic2.jpg -------------------------------------------------------------------------------- /C64_TapeBuddy64/documentation/TapeBuddy64_pic3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/documentation/TapeBuddy64_pic3.jpg -------------------------------------------------------------------------------- /C64_TapeBuddy64/documentation/TapeBuddy64_pic4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/documentation/TapeBuddy64_pic4.jpg -------------------------------------------------------------------------------- /C64_TapeBuddy64/documentation/TapeBuddy64_pic5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/documentation/TapeBuddy64_pic5.jpg -------------------------------------------------------------------------------- /C64_TapeBuddy64/documentation/TapeBuddy64_pic6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/documentation/TapeBuddy64_pic6.jpg -------------------------------------------------------------------------------- /C64_TapeBuddy64/documentation/TapeBuddy64_principle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/documentation/TapeBuddy64_principle.png -------------------------------------------------------------------------------- /C64_TapeBuddy64/documentation/TapeBuddy64_wiring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/documentation/TapeBuddy64_wiring.png -------------------------------------------------------------------------------- /C64_TapeBuddy64/hardware/TapeBuddy64_BOM.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/hardware/TapeBuddy64_BOM.tsv -------------------------------------------------------------------------------- /C64_TapeBuddy64/hardware/TapeBuddy64_gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/hardware/TapeBuddy64_gerber.zip -------------------------------------------------------------------------------- /C64_TapeBuddy64/hardware/TapeBuddy64_schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/hardware/TapeBuddy64_schematic.pdf -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/avr/TapeBuddy64.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/avr/TapeBuddy64.ino -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/avr/include/avr/iotn1604.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/avr/include/avr/iotn1604.h -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/avr/include/avr/iotn1614.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/avr/include/avr/iotn1614.h -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/avr/include/avr/iotn1624.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/avr/include/avr/iotn1624.h -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/avr/include/avr/iotn204.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/avr/include/avr/iotn204.h -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/avr/include/avr/iotn214.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/avr/include/avr/iotn214.h -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/avr/include/avr/iotn3224.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/avr/include/avr/iotn3224.h -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/avr/include/avr/iotn404.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/avr/include/avr/iotn404.h -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/avr/include/avr/iotn414.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/avr/include/avr/iotn414.h -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/avr/include/avr/iotn424.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/avr/include/avr/iotn424.h -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/avr/include/avr/iotn804.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/avr/include/avr/iotn804.h -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/avr/include/avr/iotn814.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/avr/include/avr/iotn814.h -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/avr/include/avr/iotn824.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/avr/include/avr/iotn824.h -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/avr/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/avr/makefile -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/avr/tools/tinyupdi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/avr/tools/tinyupdi.py -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/pc/flash-firmware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/pc/flash-firmware.py -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/pc/libs/adapter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/pc/libs/adapter.py -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/pc/libs/firmware.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/pc/libs/firmware.bin -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/pc/libs/tinyupdi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/pc/libs/tinyupdi.py -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/pc/tape-gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/pc/tape-gui.py -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/pc/tape-read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/pc/tape-read.py -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/pc/tape-write.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/pc/tape-write.py -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/pc/tools/ch340_driver/readme.txt: -------------------------------------------------------------------------------- 1 | CH340 driver: 2 | http://www.wch.cn/download/CH341SER_ZIP.html 3 | -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/pc/tools/tapclean/TAPClean.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/pc/tools/tapclean/TAPClean.exe -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/pc/tools/tapclean/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/pc/tools/tapclean/readme.txt -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/pc/tools/tapclean/tapclean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/pc/tools/tapclean/tapclean -------------------------------------------------------------------------------- /C64_TapeBuddy64/software/pc/tools/tapclean/tapclean-arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeBuddy64/software/pc/tools/tapclean/tapclean-arm -------------------------------------------------------------------------------- /C64_TapeDump64/3dprint/TapeDump64_case.fcstd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/3dprint/TapeDump64_case.fcstd -------------------------------------------------------------------------------- /C64_TapeDump64/3dprint/TapeDump64_case__top.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/3dprint/TapeDump64_case__top.stl -------------------------------------------------------------------------------- /C64_TapeDump64/3dprint/TapeDump64_case_bottom.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/3dprint/TapeDump64_case_bottom.stl -------------------------------------------------------------------------------- /C64_TapeDump64/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/LICENSE -------------------------------------------------------------------------------- /C64_TapeDump64/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/README.md -------------------------------------------------------------------------------- /C64_TapeDump64/documentation/TAP_file_format.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/documentation/TAP_file_format.txt -------------------------------------------------------------------------------- /C64_TapeDump64/documentation/TapeDump64_cli.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/documentation/TapeDump64_cli.jpg -------------------------------------------------------------------------------- /C64_TapeDump64/documentation/TapeDump64_format.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/documentation/TapeDump64_format.jpg -------------------------------------------------------------------------------- /C64_TapeDump64/documentation/TapeDump64_hardware.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/documentation/TapeDump64_hardware.jpg -------------------------------------------------------------------------------- /C64_TapeDump64/documentation/TapeDump64_pic1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/documentation/TapeDump64_pic1.jpg -------------------------------------------------------------------------------- /C64_TapeDump64/documentation/TapeDump64_pic2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/documentation/TapeDump64_pic2.jpg -------------------------------------------------------------------------------- /C64_TapeDump64/documentation/TapeDump64_pic3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/documentation/TapeDump64_pic3.jpg -------------------------------------------------------------------------------- /C64_TapeDump64/documentation/TapeDump64_pic4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/documentation/TapeDump64_pic4.jpg -------------------------------------------------------------------------------- /C64_TapeDump64/documentation/TapeDump64_pic5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/documentation/TapeDump64_pic5.jpg -------------------------------------------------------------------------------- /C64_TapeDump64/documentation/TapeDump64_principle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/documentation/TapeDump64_principle.png -------------------------------------------------------------------------------- /C64_TapeDump64/documentation/TapeDump64_wiring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/documentation/TapeDump64_wiring.png -------------------------------------------------------------------------------- /C64_TapeDump64/hardware/TapeDump64_BOM.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/hardware/TapeDump64_BOM.tsv -------------------------------------------------------------------------------- /C64_TapeDump64/hardware/TapeDump64_gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/hardware/TapeDump64_gerber.zip -------------------------------------------------------------------------------- /C64_TapeDump64/hardware/TapeDump64_schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/hardware/TapeDump64_schematic.pdf -------------------------------------------------------------------------------- /C64_TapeDump64/software/TapeDump64.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/software/TapeDump64.ino -------------------------------------------------------------------------------- /C64_TapeDump64/software/include/avr/iotn202.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/software/include/avr/iotn202.h -------------------------------------------------------------------------------- /C64_TapeDump64/software/include/avr/iotn212.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/software/include/avr/iotn212.h -------------------------------------------------------------------------------- /C64_TapeDump64/software/include/avr/iotn402.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/software/include/avr/iotn402.h -------------------------------------------------------------------------------- /C64_TapeDump64/software/include/avr/iotn412.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/software/include/avr/iotn412.h -------------------------------------------------------------------------------- /C64_TapeDump64/software/include/component-version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/software/include/component-version.h -------------------------------------------------------------------------------- /C64_TapeDump64/software/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/software/makefile -------------------------------------------------------------------------------- /C64_TapeDump64/software/tapedump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/software/tapedump.py -------------------------------------------------------------------------------- /C64_TapeDump64/software/tapedump64.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/software/tapedump64.hex -------------------------------------------------------------------------------- /C64_TapeDump64/software/tools/tapclean/scanners.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/software/tools/tapclean/scanners.txt -------------------------------------------------------------------------------- /C64_TapeDump64/software/tools/tapclean/tapclean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/software/tools/tapclean/tapclean -------------------------------------------------------------------------------- /C64_TapeDump64/software/tools/tapclean/tapcleanfe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/software/tools/tapclean/tapcleanfe -------------------------------------------------------------------------------- /C64_TapeDump64/software/tools/tinyupdi/tinyupdi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_TapeDump64/software/tools/tinyupdi/tinyupdi.py -------------------------------------------------------------------------------- /C64_Tapuino/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Tapuino/README.md -------------------------------------------------------------------------------- /C64_Tapuino/documentation/C64_Tapuino_pic1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Tapuino/documentation/C64_Tapuino_pic1.jpg -------------------------------------------------------------------------------- /C64_Tapuino/documentation/C64_Tapuino_pic2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Tapuino/documentation/C64_Tapuino_pic2.jpg -------------------------------------------------------------------------------- /C64_Tapuino/documentation/C64_Tapuino_pic3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Tapuino/documentation/C64_Tapuino_pic3.jpg -------------------------------------------------------------------------------- /C64_Tapuino/documentation/C64_Tapuino_pic4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Tapuino/documentation/C64_Tapuino_pic4.jpg -------------------------------------------------------------------------------- /C64_Tapuino/documentation/C64_Tapuino_pic5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Tapuino/documentation/C64_Tapuino_pic5.jpg -------------------------------------------------------------------------------- /C64_Tapuino/documentation/C64_Tapuino_pic6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Tapuino/documentation/C64_Tapuino_pic6.jpg -------------------------------------------------------------------------------- /C64_Tapuino/hardware/C64_Tapuino_BOM.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Tapuino/hardware/C64_Tapuino_BOM.tsv -------------------------------------------------------------------------------- /C64_Tapuino/hardware/C64_Tapuino_gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Tapuino/hardware/C64_Tapuino_gerber.zip -------------------------------------------------------------------------------- /C64_Tapuino/hardware/C64_Tapuino_schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Tapuino/hardware/C64_Tapuino_schematic.pdf -------------------------------------------------------------------------------- /C64_Tapuino/software/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Tapuino/software/readme.txt -------------------------------------------------------------------------------- /C64_Tapuino/software/tapuino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_Tapuino/software/tapuino.hex -------------------------------------------------------------------------------- /C64_xu1541/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/README.md -------------------------------------------------------------------------------- /C64_xu1541/documentation/C64_xu1541_pic1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/documentation/C64_xu1541_pic1.jpg -------------------------------------------------------------------------------- /C64_xu1541/documentation/C64_xu1541_pic2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/documentation/C64_xu1541_pic2.jpg -------------------------------------------------------------------------------- /C64_xu1541/hardware/C64_xu1541_BOM.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/hardware/C64_xu1541_BOM.tsv -------------------------------------------------------------------------------- /C64_xu1541/hardware/C64_xu1541_gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/hardware/C64_xu1541_gerber.zip -------------------------------------------------------------------------------- /C64_xu1541/hardware/C64_xu1541_schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/hardware/C64_xu1541_schematic.pdf -------------------------------------------------------------------------------- /C64_xu1541/software/firmware_bootloader-avrusb.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/firmware_bootloader-avrusb.hex -------------------------------------------------------------------------------- /C64_xu1541/software/firmware_bootloader-usbtiny.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/firmware_bootloader-usbtiny.hex -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/announce.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/announce.txt -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/_file.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/_file.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/_heap.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/_heap.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/apple2.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/apple2.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/atari.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/atari.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/atmos.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/atmos.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/c128.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/c128.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/c16.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/c16.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/c64.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/c64.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/cbm510.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/cbm510.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/cbm610.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/cbm610.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/ctype.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/ctype.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/errno.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/errno.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/fcntl.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/fcntl.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/get_tv.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/get_tv.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/lynx.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/lynx.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/nes.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/nes.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/o65.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/o65.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/pet.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/pet.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/plus4.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/plus4.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/rs232.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/rs232.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/signal.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/signal.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/stdio.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/stdio.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/time.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/time.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/asminc/vic20.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/asminc/vic20.inc -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/BUGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/BUGS -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/CREDITS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/CREDITS -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/Makefile -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/apple2.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/apple2.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/ar65.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/ar65.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/atari.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/atari.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/atmos.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/atmos.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/c128.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/c128.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/c16.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/c16.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/c64.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/c64.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/ca65.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/ca65.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/ca65html.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/ca65html.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/cbm510.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/cbm510.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/cbm610.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/cbm610.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/cc65.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/cc65.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/cl65.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/cl65.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/co65.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/co65.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/coding.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/coding.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/compile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/compile.txt -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/da65.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/da65.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/dio.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/dio.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/funcref.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/funcref.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/geos.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/geos.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/grc.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/grc.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/index.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/index.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/internal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/internal.txt -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/intro.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/intro.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/ld65.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/ld65.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/library.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/library.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/lynx.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/lynx.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/make.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/make.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/nes.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/nes.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/newvers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/newvers.txt -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/pet.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/pet.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/plus4.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/plus4.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/readme.1st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/readme.1st -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/doc/vic20.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/doc/vic20.sgml -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/6502.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/6502.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/_6522.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/_6522.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/_6525.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/_6525.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/_6526.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/_6526.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/_6545.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/_6545.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/_6551.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/_6551.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/_antic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/_antic.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/_gtia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/_gtia.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/_heap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/_heap.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/_pbi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/_pbi.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/_pia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/_pia.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/_pokey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/_pokey.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/_sid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/_sid.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/_ted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/_ted.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/_vdc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/_vdc.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/_vic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/_vic.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/_vic2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/_vic2.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/ace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/ace.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/apple2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/apple2.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/assert.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/atari.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/atari.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/atmos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/atmos.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/c128.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/c128.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/c16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/c16.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/c64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/c64.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/cbm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/cbm.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/cbm264.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/cbm264.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/cbm510.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/cbm510.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/cbm610.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/cbm610.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/conio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/conio.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/ctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/ctype.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/dbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/dbg.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/dio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/dio.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/dirent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/dirent.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/em.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/em.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/errno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/errno.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/fcntl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/fcntl.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/geos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/geos.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/iso646.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/iso646.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/limits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/limits.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/locale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/locale.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/lynx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/lynx.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/modload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/modload.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/mouse.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/nes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/nes.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/o65.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/o65.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/pet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/pet.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/plus4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/plus4.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/rs232.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/rs232.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/serial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/serial.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/setjmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/setjmp.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/signal.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/stdarg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/stdarg.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/stdbool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/stdbool.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/stddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/stddef.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/stdint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/stdint.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/stdio.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/tgi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/tgi.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/time.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/vic20.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/vic20.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/include/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/include/zlib.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/libsrc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/libsrc/Makefile -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/make/gcc.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/make/gcc.mak -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/make/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/make/install-sh -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/packages/debian/ar65.1: -------------------------------------------------------------------------------- 1 | .so man1/cc65.1 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/packages/debian/ca65.1: -------------------------------------------------------------------------------- 1 | .so man1/cc65.1 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/packages/debian/ca65html.1: -------------------------------------------------------------------------------- 1 | .so man1/cc65.1 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/packages/debian/cc65-apple2.docs: -------------------------------------------------------------------------------- 1 | src/ld65/cfg/apple2.cfg 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/packages/debian/cc65-atari.docs: -------------------------------------------------------------------------------- 1 | src/ld65/cfg/atari.cfg 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/packages/debian/cc65-c128.docs: -------------------------------------------------------------------------------- 1 | src/ld65/cfg/c128.cfg 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/packages/debian/cc65-c64.docs: -------------------------------------------------------------------------------- 1 | src/ld65/cfg/c64.cfg 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/packages/debian/cc65-cbm510.docs: -------------------------------------------------------------------------------- 1 | src/ld65/cfg/cbm510.cfg 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/packages/debian/cc65-cbm610.docs: -------------------------------------------------------------------------------- 1 | src/ld65/cfg/cbm610.cfg 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/packages/debian/cc65-geos.docs: -------------------------------------------------------------------------------- 1 | src/ld65/cfg/geos.cfg 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/packages/debian/cc65-pet.docs: -------------------------------------------------------------------------------- 1 | src/ld65/cfg/pet.cfg 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/packages/debian/cc65-plus4.docs: -------------------------------------------------------------------------------- 1 | src/ld65/cfg/plus4.cfg 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/packages/debian/cc65.examples: -------------------------------------------------------------------------------- 1 | samples/* 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/packages/debian/cl65.1: -------------------------------------------------------------------------------- 1 | .so man1/cc65.1 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/packages/debian/da65.1: -------------------------------------------------------------------------------- 1 | .so man1/cc65.1 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/packages/debian/grc.1: -------------------------------------------------------------------------------- 1 | .so man1/cc65.1 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/packages/debian/ld65.1: -------------------------------------------------------------------------------- 1 | .so man1/cc65.1 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/packages/debian/od65.1: -------------------------------------------------------------------------------- 1 | .so man1/cc65.1 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/samples/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/samples/README -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/samples/ascii.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/samples/ascii.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/samples/fire.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/samples/fire.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/samples/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/samples/hello.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/samples/sieve.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/samples/sieve.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ar65/add.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ar65/add.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ar65/add.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ar65/add.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ar65/del.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ar65/del.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ar65/del.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ar65/del.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ar65/list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ar65/list.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ar65/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ar65/list.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ar65/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ar65/main.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ca65/ea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ca65/ea.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ca65/ea65.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ca65/ea65.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ca65/ea65.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ca65/ea65.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ca65/enum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ca65/enum.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ca65/enum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ca65/enum.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ca65/expr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ca65/expr.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ca65/expr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ca65/expr.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ca65/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ca65/main.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/cc65/expr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/cc65/expr.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/cc65/expr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/cc65/expr.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/cc65/goto.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/cc65/goto.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/cc65/goto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/cc65/goto.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/cc65/loop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/cc65/loop.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/cc65/loop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/cc65/loop.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/cc65/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/cc65/main.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/cc65/stmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/cc65/stmt.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/cc65/stmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/cc65/stmt.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/cc65/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/cc65/util.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/cc65/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/cc65/util.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/cl65/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/cl65/main.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/co65/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/co65/main.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/co65/o65.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/co65/o65.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/co65/o65.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/co65/o65.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/common/fp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/common/fp.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/common/fp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/common/fp.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/da65/code.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/da65/code.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/da65/code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/da65/code.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/da65/data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/da65/data.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/da65/data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/da65/data.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/da65/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/da65/main.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/grc/grc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/grc/grc.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/grc/grc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/grc/grc.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ld65/bin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ld65/bin.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ld65/bin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ld65/bin.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ld65/expr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ld65/expr.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ld65/expr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ld65/expr.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ld65/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ld65/main.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ld65/o65.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ld65/o65.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/ld65/o65.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/ld65/o65.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/od65/dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/od65/dump.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/od65/dump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/od65/dump.h -------------------------------------------------------------------------------- /C64_xu1541/software/tools/cc65-2.13.2/src/od65/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/cc65-2.13.2/src/od65/main.c -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/debian/compat: -------------------------------------------------------------------------------- 1 | 7 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/debian/compat.MODULE: -------------------------------------------------------------------------------- 1 | 7 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/debian/dirs: -------------------------------------------------------------------------------- 1 | usr/bin 2 | usr/lib 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/debian/opencbm-xa1541-modules-source.files: -------------------------------------------------------------------------------- 1 | usr/src/*.tar.gz 2 | etc/opencbm/ 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (native) 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/opencbm-0.4.99.99/dirs -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/addon/frm_analyzer/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/addon/frm_analyzer/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/addon/weaktest/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/addon/weaktest/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/arch/dirs: -------------------------------------------------------------------------------- 1 | DIRS=windows 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/arch/windows/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/arch/windows/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/cbmcopy/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/cbmcopy/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/cbmctrl/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/cbmctrl/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/cbmformat/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/cbmformat/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/cbmforng/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/cbmforng/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/cbmlinetester/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/cbmlinetester/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/cbmrpm41/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/cbmrpm41/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/d64copy/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/d64copy/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/d82copy/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/d82copy/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/demo/flash/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/demo/flash/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/demo/morse/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/demo/morse/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/demo/rpm1541/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/demo/rpm1541/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/imgcopy/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/imgcopy/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/install/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/install/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/internal/testsuite/mp_test/start_all.cmd: -------------------------------------------------------------------------------- 1 | for %%f in (a?.bat) do start %%f 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/lib/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/lib/WINDOWS/opencbm.def: -------------------------------------------------------------------------------- 1 | LIBRARY opencbm 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/lib/plugin/xa1541/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/lib/plugin/xa1541/WINDOWS/opencbm-xa1541.def: -------------------------------------------------------------------------------- 1 | LIBRARY opencbm-xa1541 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/lib/plugin/xa1541/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/lib/plugin/xu1541/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/lib/plugin/xu1541/WINDOWS/opencbm-xu1541.def: -------------------------------------------------------------------------------- 1 | LIBRARY opencbm-xu1541 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/lib/plugin/xu1541/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/lib/plugin/xum1541/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/lib/plugin/xum1541/WINDOWS/opencbm-xum1541.def: -------------------------------------------------------------------------------- 1 | LIBRARY opencbm-xum1541 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/lib/plugin/xum1541/dirs: -------------------------------------------------------------------------------- 1 | DIRS= \ 2 | WINDOWS 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/libcbmcopy/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/libcbmcopy/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/libd64copy/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/libd64copy/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/libd82copy/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/libd82copy/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/libimgcopy/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/libimgcopy/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/libmisc/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/libmisc/dirs: -------------------------------------------------------------------------------- 1 | DIRS=windows 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/libtrans/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/libtrans/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/sample/dirs: -------------------------------------------------------------------------------- 1 | DIRS= \ 2 | libtrans 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/sample/libtrans/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/sample/libtrans/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/sys/libcommon/makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/sys/libiec/makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/sys/libwin/win98/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/sys/libwin/winnt/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/sys/nt4/makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/sys/vdd/dirs: -------------------------------------------------------------------------------- 1 | dirs= dll 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/sys/vdd/dll/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/sys/vdd/dll/dirs: -------------------------------------------------------------------------------- 1 | dirs= WINDOWS 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/sys/wdm/win2000/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/sys/wdm/win98/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | 3 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/tape/cap2tap/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/tape/cap2tap/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/tape/lib/cap/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/tape/lib/cap/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/tape/lib/misc/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/tape/lib/misc/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/tape/lib/tap-cbm/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/tape/lib/tap-cbm/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/tape/tap2cap/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/tape/tap2cap/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/tape/tapcontrol/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/tape/tapcontrol/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/tape/tapread/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/tape/tapread/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/tape/tapview/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/tape/tapview/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/tape/tapwrite/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/opencbm/tape/tapwrite/dirs: -------------------------------------------------------------------------------- 1 | DIRS=WINDOWS 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/xum1541/misc/toolchain/packages/.dummy: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/xum1541/misc/toolchain/patches/avr-libc/.dummy: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/xum1541/misc/toolchain/patches/binutils/.dummy: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/xum1541/misc/toolchain/patches/gcc/.dummy: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/xum1541cfg/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/xum1541cfg/dfu-programmer-0.5.4/dirs: -------------------------------------------------------------------------------- 1 | DIRS= src 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/xum1541cfg/dfu-programmer-0.5.4/src/WINDOWS/Makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/opencbm-0.4.99.99/xum1541cfg/dfu-programmer-0.5.4/src/dirs: -------------------------------------------------------------------------------- 1 | DIRS= WINDOWS 2 | -------------------------------------------------------------------------------- /C64_xu1541/software/tools/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/tools/readme.txt -------------------------------------------------------------------------------- /C64_xu1541/software/xu1541_update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/xu1541_update -------------------------------------------------------------------------------- /C64_xu1541/software/xu1541_update.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/C64_xu1541/software/xu1541_update.exe -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/C64-Collection/HEAD/README.md --------------------------------------------------------------------------------