dirkwhoffmann / virtualc64

VirtualC64 is a cycle-accurate C64 emulator for macOS
https://dirkwhoffmann.github.io/virtualc64
Other
356 stars 33 forks source link

1541-II-relocated.bin #479

Closed mortinus closed 5 years ago

mortinus commented 5 years ago

Hi, I have found this 1541 II rom: A version of the 1541-II ROM where the modifications to older firmware have been relocated to the lower bank ($c000-$dfff), to improve compatibility with fastloader systems. Made by Wolfgang Moser.

Is it possible implement this version, I can't put it in the rom screen. Maybe this can resolve some incompatibilities with fastloaders.

1541-II-relocated.zip

Info: http://www.zimmers.net/anonftp/pub/cbm/firmware/drives/new/1541/hacks/1541-II-relocated.txt

dirkwhoffmann commented 5 years ago

I've added the Rom file signature (magic bytes), so the file is recognised as a VC1541 Rom. I've also added it's hash value to the list of known Roms:

screenshot 2018-12-04 at 15 59 16
dirkwhoffmann commented 5 years ago

Feature is available in V3.3 alpha 1:

http://www.dirkwhoffmann.de/virtualc64/VirtualC64_3.3_alpha1.zip

Please reopen if there is still an issue.