Difference between revisions of "Modules/device/pac/Settings"

From MSX Game Library

< Modules‎ | device/pac

(Created page with "Library configuration (<tt>msxgl_config.h</tt>): <syntaxhighlight lang="c"> // Supported driver(s) // - NTAP_DRIVER_MSXGL ............ MSXgl custom driver (based on DM-System2...")
 
(No difference)

Latest revision as of 18:11, 14 January 2024

Library configuration (msxgl_config.h):

// Supported driver(s)
// - NTAP_DRIVER_MSXGL ............ MSXgl custom driver (based on DM-System2 one)
// - NTAP_DRIVER_GIGAMIX .......... Original Gigamix's DM-System2 driver
// - NTAP_DRIVER_SHINOBI .......... Shinobi Tap driver by Danjovic
#define NTAP_DRIVER			NTAP_DRIVER_MSXGL | NTAP_DRIVER_GIGAMIX | NTAP_DRIVER_SHINOBI
#define NTAP_USE_PREVIOUS	TRUE	// Backup previous data to allow push/release detection