Difference between revisions of "Modules/bios/Usage"
From MSX Game Library
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
* ''[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 | + | <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 MSXgl's {{DISCORD}}. |
Latest revision as of 18:55, 7 January 2024
This module simply wraps the BIOS routines. For its use, please refer to the documents describing BIOS features:
- MSX BIOS calls (MSX Assembly Page),
- Main-ROM BIOS (MSX Resource Center).
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's Discord server.