User Tools

Site Tools


development:csdk:2.0:configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
development:csdk:2.0:configuration [2024/11/22 09:34] – [modules] clydedevelopment:csdk:2.0:configuration [2024/11/22 09:34] (current) clyde
Line 17: Line 17:
 </code> </code>
  
-==== title ====+===== title =====
 The full title of your game. Not actually used for anything yet but stay tuned! The full title of your game. Not actually used for anything yet but stay tuned!
  
-==== romname ====+===== romname =====
 The output filename for the GameTank ROM to compile from this project The output filename for the GameTank ROM to compile from this project
  
-==== progbanks ====+===== progbanks =====
 A number of additional ROM banks to set aside near the top of cartridge memory. The first segment is "PROG0", additional segments are "PROG1", "PROG2", etc. A number of additional ROM banks to set aside near the top of cartridge memory. The first segment is "PROG0", additional segments are "PROG1", "PROG2", etc.
  
 cc65 recognizes preprocessor directives such as ''#pragma code-name ("PROG0")'' which will store compiled program data into another segment. Be sure to swap to the correct ROM bank before attempting to access that data or code though! cc65 recognizes preprocessor directives such as ''#pragma code-name ("PROG0")'' which will store compiled program data into another segment. Be sure to swap to the correct ROM bank before attempting to access that data or code though!
  
-==== modules ====+===== modules =====
 The modules list defines which of the optional features are enabled and compiled. The modules list defines which of the optional features are enabled and compiled.
  
development/csdk/2.0/configuration.1732268072.txt.gz · Last modified: 2024/11/22 09:34 by clyde