Difference between revisions of "Modules/bios/Usage"

From MSX Game Library

< Modules‎ | bios

(Created page with "This module simply wraps the BIOS routines. For its use, please refer to the documents describing BIOS operation: * ''[https://map.grauw.nl/resources/msxbios.php MSX BIOS call...")
 
Line 2: Line 2:
 
* ''[https://map.grauw.nl/resources/msxbios.php MSX BIOS calls]'' (MSX Assembly Page),
 
* ''[https://map.grauw.nl/resources/msxbios.php MSX BIOS calls]'' (MSX Assembly Page),
 
* ''[https://www.msx.org/wiki/Main-ROM_BIOS Main-ROM BIOS]'' (MSX Resource Center).
 
* ''[https://www.msx.org/wiki/Main-ROM_BIOS Main-ROM BIOS]'' (MSX Resource Center).
 +
 +
<u>Note</u>: Not all BIOS routines have function in this module to encapsulate them in C (some are of very limited use in games). If you want certain functions to be added, please ask on the [https://discord.gg/REmAhcw6rp MSXgl Discord server].

Revision as of 19:37, 7 January 2024

This module simply wraps the BIOS routines. For its use, please refer to the documents describing BIOS operation:

Note: Not all BIOS routines have function in this module to encapsulate them in C (some are of very limited use in games). If you want certain functions to be added, please ask on the MSXgl Discord server.