Larswad / uno2iec

A commodore (CBM) 1541 emulator on the Arduino Uno, using any desktop PC (or raspberry PI with raspbian) as a media host.
http://larswad.github.io/uno2iec/
134 stars 36 forks source link

fix to allow compilation on Mac OSX #8

Closed z0rak closed 9 years ago

z0rak commented 9 years ago

Hey Lars, just a quick fix for OSX. entry.filename() is required to build on Mac

Larswad commented 9 years ago

Thanks you z0rak, actually it wouldn't have compiled on any other platform either. I simply couldn't test that compilation scope. Merging it!