FddEMU Versions Save

AVR (atmega328p) based floppy drive emulator for PC

23e73d3

10 months ago

This is an automated release triggered by commit 23e73d3 support 128x32 oled (partial)

8061342

2 years ago

This is an automated release triggered by commit 8061342 make driveControl flags volatile

  • occasionally FlopptDrive::run continues despite selected drive select line getting deasserted if it is caused by compiler optimizations defining drive status flags volatile might help

e0c5ac8

2 years ago

This is an automated release triggered by commit e0c5ac8 Further increase wait WRITE_GATE for DD

  • Increase wait WRITE_GATE for DD
  • bitLength now defaults to DD

78c1ca1

2 years ago

This is an automated release triggered by commit 78c1ca1 independent track for dual drive configuration

a839e24

2 years ago

This is an automated release triggered by commit a839e24 increase duration of WriteGate detection for DD

*increase duration of WriteGate detection for DD *add more options to CI script

fda9cc2

2 years ago

This is an automated release triggered by commit fda9cc2 Add gerbers to documentation

Add gerbers for compact pcb by @ikonko to documentation

d969e3f

2 years ago

This is an automated release triggered by commit d969e3f Add troubleshooting section

Add troubleshooting section to documentation.

a24a42e

2 years ago

This is an automated release triggered by commit a24a42e
Merge pull request #15 from ikonko/main

Schematic update and clarification

v0.9f

2 years ago

Arduino bootloader could be used for uploading:

avrdude -B 10 -p m328p -c arduino -P /dev/ttyUSB0 -U flash:w:fddEMU-single.hex

simply replace /dev/ttyUSB0 with your usb port connected to arduino nano

Note: Please report any errors on github issues for fddEMU. Suggestions for improvements could be posted on fddEMU blog page

c0.9d

2 years ago

Arduino bootloader could be used for uploading:

avrdude -B 10 -p m328p -c arduino -P /dev/ttyUSB0 -U flash:w:fddEMU-single.hex

simply replace /dev/ttyUSB0 with your usb port connected to arduino nano

Note: Please report any errors on github issues for fddEMU. Suggestions for improvements could be posted on fddEMU blog page