Defines

From MSX Game Library

Revision as of 01:54, 2 December 2021 by Aoineko (talk | contribs)

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