From: "Stefan Wessels"; on Sat, Apr 23, 2011; at 12:45 PM -0400 > > I am making a game; and, I want to use the VIC pointing > at bank 2 ($4000). For that to work, I must split the RAM. > My config. has these definitions in MEMORY: > > RAM2: file = %O, start = $080d, size = $39b2; > RAM: file = %O, define = yes, start = $8000, size = $5000 - __STACKSIZE__; Also, don't put RAM into the program-file: RAM: file = "", define = yes, start = $8000, size = $5000 - __STACKSIZE__; ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Wed Apr 27 08:44:56 2011
This archive was generated by hypermail 2.1.8 : 2011-04-27 08:45:00 CEST