You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Pi1541 is connected to a MEGA65, it works to LOAD"$",11 on the list of disk images, but once a disk image is loaded and the true 1541 emulation kicks in, then LOAD"$",11 will hang on SEARCHING FOR $. But with a real 1541, there is no problem.
The MEGA65's CPU runs at 40MHz internally, and adds wait-states between instructions when simulating 1MHz mode, so reads and writes will both happen 3 cycles early, but as both are 3 cycles early, it seems that this should not be a problem -- and indeed, as mentioned, a real 1541 works, even with fast loaders etc.
Any thoughts as to what might be causing this? How accurate is the timing of the Pi1541 for reading / writing the GPIO lines?
Paul.
The text was updated successfully, but these errors were encountered:
When the Pi1541 is connected to a MEGA65, it works to
LOAD"$",11
on the list of disk images, but once a disk image is loaded and the true 1541 emulation kicks in, thenLOAD"$",11
will hang onSEARCHING FOR $
. But with a real 1541, there is no problem.The MEGA65's CPU runs at 40MHz internally, and adds wait-states between instructions when simulating 1MHz mode, so reads and writes will both happen 3 cycles early, but as both are 3 cycles early, it seems that this should not be a problem -- and indeed, as mentioned, a real 1541 works, even with fast loaders etc.
Any thoughts as to what might be causing this? How accurate is the timing of the Pi1541 for reading / writing the GPIO lines?
Paul.
The text was updated successfully, but these errors were encountered: