I use G64 floppies and most have no problems. They load using the autostart option:
- LOAD"*",8,1
- RUN
However, there are some games that require a slightly different loading method. For example, the Ultima series:
- LOAD"*",8
- RUN
Another example of B.A.T.: LOAD"LOAD",8,1 RUN
Is it possible to change the autoload from:
- LOAD"*",8,1
- RUN
for example on:
- LOAD"*",8
- RUN
???