Difference between revisions of "Defines"

From MSX Game Library

Line 5: Line 5:
  
 
Values:
 
Values:
<pre>
+
TARGET_BIN ................... BASIC binary program
TARGET_BIN ................... BASIC binary program
+
TARGET_ROM16 ................. 16KB ROM in page 1
TARGET_ROM16 ................. 16KB ROM in page 1
+
TARGET_ROM16P2 ............... 16KB ROM in page 2
TARGET_ROM16P2 ............... 16KB ROM in page 2
+
TARGET_ROM32 ................. 32KB ROM in page 1-2
TARGET_ROM32 ................. 32KB ROM in page 1-2
+
TARGET_ROM32P0 ............... 32KB ROM in page 0-1
TARGET_ROM32P0 ............... 32KB ROM in page 0-1
+
TARGET_ROM48 ................. 48KB ROM in page 0-2
TARGET_ROM48 ................. 48KB ROM in page 0-2
+
TARGET_DOS ................... MSX-DOS program
TARGET_DOS ................... MSX-DOS program
+
TARGET_DOSARG ................ MSX-DOS program (using command line arguments)
TARGET_DOSARG ................ MSX-DOS program (using command line arguments)
+
 
</pre>
 
  
 
=== TARGET_TYPE ===
 
=== TARGET_TYPE ===
Line 20: Line 19:
  
 
Values:
 
Values:
<pre>
+
TARGET_TYPE_BIN .............. BASIC binary program
TARGET_TYPE_BIN .............. BASIC binary program
+
TARGET_TYPE_ROM .............. ROM
TARGET_TYPE_ROM .............. ROM
+
TARGET_TYPE_DOS .............. MSX-DOS program
TARGET_TYPE_DOS .............. MSX-DOS program
 
</pre>
 
  
 
=== MSX_VERSION ===
 
=== MSX_VERSION ===
  
 
Values:
 
Values:
<pre>
 
MSX_1 ........................ MSX
 
MSX_2 ........................ MSX 2
 
MSX_2Plus .................... MSX 2+
 
MSX_TurboR ................... MSX Turbo-R
 
</pre>
 
 
 
  MSX_1 ........................ MSX
 
  MSX_1 ........................ MSX
 
  MSX_2 ........................ MSX 2
 
  MSX_2 ........................ MSX 2
Line 44: Line 34:
  
 
=== RENDER_MODE ===
 
=== RENDER_MODE ===
 +
RENDER_VDP ................... Use direct access to VDP registers
 +
RENDER_BIOS .................. Use BIOS routines

Revision as of 01:53, 2 December 2021

Build

TARGET

Defined by the build tool

Values:

TARGET_BIN ...................	BASIC binary program
TARGET_ROM16 ................. 16KB ROM in page 1
TARGET_ROM16P2 ............... 16KB ROM in page 2
TARGET_ROM32 ................. 32KB ROM in page 1-2
TARGET_ROM32P0 ............... 32KB ROM in page 0-1
TARGET_ROM48 ................. 48KB ROM in page 0-2
TARGET_DOS ................... MSX-DOS program
TARGET_DOSARG ................ MSX-DOS program (using command line arguments)


TARGET_TYPE

Defined by the build tool

Values:

TARGET_TYPE_BIN .............. BASIC binary program
TARGET_TYPE_ROM .............. ROM
TARGET_TYPE_DOS .............. MSX-DOS program

MSX_VERSION

Values:

MSX_1 ........................ MSX
MSX_2 ........................ MSX 2
MSX_2Plus .................... MSX 2+
MSX_TurboR ................... MSX Turbo-R

Bios Module

RENDER_MODE

RENDER_VDP ................... Use direct access to VDP registers
RENDER_BIOS .................. Use BIOS routines