FrodoDS - c64 emulator .d64 working
I'v gotten .d64 support working now in the c64 emulator, so now I can use snapshots created with the pc version of Frodo, as well as load .d64 disk images.
http://gpf.dcemu.co.uk/dsd64.jpg
.t64 tape support isnt currently working because I havent been able to find a portable fscanf function, and/or figure out how to convert the following code.
Code:
KOS_fscanf(the_file, "%d", &dir_blocks);
KOS_fscanf(the_file, "%d\015", &num_files);
KOS_fscanf(the_file, "\015%d\015%c\015%d\015", &num_blocks, &type_char, &last_block);
Still have sound to fix, and couple issues with the onscreen keyboard. Next will be to figure out a menu for selecting options and .d64 images to mount etc.
Troy(GPF)
http://gpf.dcemu.co.uk