Готовое устройство · источник OSHWLab

C64 Tapuino SMD

Открытый проект со схемой, платой и документацией.

C64 Tapuino SMD

Карточка проекта

Автор
wagiminator
Лицензия
CC-BY-SA 3.0
LEDDisplay
Источник
https://oshwlab.com/wagiminator/c64-tapuino-smd
Лицензия: CC-BY-SA 3.0 · атрибуция автора

Tapuino - Commodore Datasette Emulator

Tapuino is a Commodore Datasette emulator for C16, C64, C128 and VIC-20 based on the design and firmware by Sweetlilmre. Put your TAP files on an SD-Card and plug the device in your good old Commodore.

Installing the Firmware

An AVR programmer is required to flash the firmware. A cheap and reliable programmer is e.g. USBasp.

  • Connect the programmer to the PC via USB and to the ICSP header on the board via an ICSP cable.
  • Make sure you have installed avrdude.
  • Open a terminal.
  • Navigate to the software folder with the hex-file.
  • Execute the following command (if necessary replace "usbasp" with the programmer you use):

```

avrdude -c usbasp -p m328p -U flash:w:tapuino.hex -U lfuse:w:0xff:m -U hfuse:w:0xdb:m -U efuse:w:0xfd:m

Это краткое изложение проекта. Полную версию с подробностями смотрите на сайте оригинала: https://oshwlab.com/wagiminator/c64-tapuino-smd

Заметили ошибку?