Ghouli / sd2iec

Fork of current sd2iec with patches for fast serial added from https://sites.google.com/site/h2obsession/CBM/C128/fast-serial-for-uiec
GNU General Public License v2.0
2 stars 2 forks source link

Gives device not found on C128 in C128 mode. #1

Open abcbarryn opened 6 years ago

abcbarryn commented 6 years ago

C64 mode works fine. C128 mode leaves the red LED on at first disk access and displays device not found. I attached the config file for my hardware.

config-sw2-m644.txt

Ghouli commented 6 years ago

Yeah, the fast serial patch isn't currently working and requires a fix. It works fine in C64 mode, but in C128 mode this tries to use burst load capabilities, which are currently broken. Someone should probably look into that when they have time...

abcbarryn commented 6 years ago

I thought fast serial only worked in C128 mode anyway? Is there an easy way to turn off/disable burst mode in the code until it can be fixed?

abcbarryn commented 4 years ago

Still, 2 years later, hoping someone will find a way to make this work. :(

abcbarryn commented 4 years ago

Interesting note: LOAD"$",8 LIST Actually works in C128 mode, but LOAD"*",8 Does not.