Re: [cc65] cgetc() and repeating keys

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2012-06-07 23:37:02
On Thu, Jun 07, 2012 at 02:46:04PM -0500, Payton Byrd wrote:
>    Finally got it working, but I had to POKE(0x028A, 0x80) right before
>    calling cgetc().  Something else is clobbering that register somewhere. 

My suggestion is to use VICE and set a "break on write" on this location. I'm
pretty sure the runtime will not change this value, so chances are, memory is
corrupted by some part of the program (or something else).

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu Jun 7 23:37:15 2012

This archive was generated by hypermail 2.1.8 : 2012-06-07 23:37:19 CEST