EtchedPixels / CC6303

A C compiler for the 6800 series processors
Other
37 stars 7 forks source link

Cassette file produced by Tapify gets me ?FM Errors #26

Closed Mokona closed 6 months ago

Mokona commented 7 months ago

Hello,

I've been trying to produce a ".c10" file and load it in both DCAlice and Mame emulator, with different configuration of the computer. Each time, a CLOAD gives me a "?FM Error", which from the documentation means "File Mode error".

I've compared the tapify output with some reference other file that I load successfully and don't see any blatant difference, except maybe the trailing data, which sometimes as synchro bits at the end of the tape (I've had the similar problem with the VG5000µ in the past).

But modifying tapify.c to output more "0x55" at the end of the file didn't solve the problem.

I'm short of ideas. Is this a known problem? Am I doing something wrong?

Here is the project that I wrote : https://gitlab.com/mokona/matraalicebaseproject

Mokona commented 6 months ago

Nevermind, it's supposed to be loaded by CLOADM, and I was using CLOAD...