Jump to content
IGNORED

My cc65 version of the compiler directory structure has changed


karri

Recommended Posts

Due to my desire to use larger ROM's I did change the directory and cart logic on my old cc65 compiler.

In the old code the block field was 8 bit and it was followed by an unused byte that was usually $88 0r $00. In the current version the block field is 16 bits long. The high byte contains the highest address bits of the ROM.

 

These bits are driven by the CART1 read strobe and AUDIN.

 

Old projects need to set the content of this unused byte to 0. And it would be good to define the block field in the directory to be a .word instead of a .byte

 

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...