Posted By
 Csabo on 2014-11-14 09:42:40
| Re: 1541-II drive memory test
Runs fine in YAPE.
It checks the memory from $A000 (BASIC variable A). I'm not sure how you got the data you want to write to the drive to $A000, and additionally, on the C16, $A000 "doesn't exist" (which is to say, it's mapped to $A000-$8000 = $2000). So, for one, simply using $2000 (8192 decimal) for variable A should be easier.
Otherwise, like I said, it works on YAPE, and I don't see anything in it that would cause to fail. This should work just fine. Is the drive connected okay? |