Jump to content
IGNORED

How to set up CC65 for redefined chars and mode 1 for ATARIXL?


Recommended Posts

Hi everyone,

 

I would like to add redefined characters to my multi-system 8-bit game CROSS CHASE
https://github.com/Fabrizio-Caruso/CROSS-CHASE/releases

It currently looks like this:



For the ATARI XL target I would like to have both mode 1 and redefined characters.

 

I supposed that I need to do something with the cryptic .cfg file to reserve some RAM for the characters.

What do I need to do exactly?

Could someone show me an example?

  • Like 1
Link to comment
Share on other sites

The easiest way to reserve memory at "aligned address" is by moving higher the STARTADDRESS in cfg file e.g. to $3000. Then you can freely use memory between $2000 and $3000.

Take a look at these examples:

http://atariage.com/forums/topic/210106-changing-character-set-in-cc65/?do=findComment&comment=2720627

http://atariage.com/forums/topic/154520-new-gui-for-the-atari-8-bit/page-26?do=findComment&comment=2253584

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...