Replies: 1 comment 1 reply
-
stdio type file operations are problematic with a 1541, there is no seek or read and write. You can use the kernal functions with kernalio.h layer or use direct IEC communication with the iecbus.h |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
are there any plans for integration of File operations (read, write of Text and Binary Files). C typical fopen, fclose, fprintf etc. would be fine or something similar utilizing Kernal functions. In my next project I would like to have a save game functionality...
Andy
Beta Was this translation helpful? Give feedback.
All reactions