[Coco] Star Trek

Arthur Flexser flexser at fiu.edu
Fri Apr 23 01:19:25 EDT 2021


This looks like a test for the presence of the Speech/Sound cartridge.

Art

On Fri, Apr 23, 2021 at 12:31 AM Melanie and John Mark Mobley <
johnmarkmelanie at gmail.com> wrote:

> All,
>
> I am trying to fix a STARTREK program.
> This is from the second Glenside disk of the month, disk.
>
> Fact
> On a real CoCo3, print peek(&hff7e) gives 255 some of the time and 254 most
> of the time.
> In VCC, print peek(&hff7e) gives 0.
>
> This is the line that is locking up the program.
> VCC never returns from this line.
> 5580 if(peek(&hff7e) and 64)=0 then 5580 else return
>
> Where can I find a CoCo3 memory map of location &HFF7E.
> This may be a CoCo 1, CoCo 2, or CoCo 3 program.
>
> Short term fix
> 5580 rem if(peek(&hff7e) and 64)=0 then 5580 else return
> 5581 return
> With this fix I think the program runs too fast.
>
> Any idea what this line is trying to do?
>
> John Mark Mobley
>
>
>
> --
> Coco mailing list
> Coco at maltedmedia.com
> https://pairlist5.pair.net/mailman/listinfo/coco
>


More information about the Coco mailing list