Re: [cc65] Setting aside Character Set ram

Date view Thread view Subject view

From: groepaz_at_gmx.net
Date: 2002-10-24 18:16:05


> It seems like a lose-lose situation. If I use low memory my program won't
> run when a user types run. If I use a region of higher memory it creates
> world of pain, since addressing the high memory means the screen and
> sprite-frame pointers move also.
> 
> Has anyone on this mailing list created a custom character set using CC65
> on
> a c64? If so, please e-mail your source code to me.

there are 2 possible solutions ...

1: patch the startupcode so it copies a specific section (your charset) to
the $0800 area after startup
2: compile the program so it can by started with "sys" and then use some
sort of packer on it to make it runable


-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2002-10-24 18:16:06 CEST