Search results

From MSX Game Library

Page title matches

Page text matches

  • ...the VS Code debugger should break at the beginning of your <tt>main()</tt> function.
    5 KB (718 words) - 15:38, 16 October 2024
  • ...ill be start from disk without going through MSX-DOS but allow to use BDOS function.
    15 KB (2,236 words) - 21:20, 13 January 2024
  • * ''[https://map.grauw.nl/resources/dos2_functioncalls.php MSX-DOS 2 Function Specification]'' (MSX Assembly Page), <u>Note</u>: Not all MSX-DOS routines have function in this module to encapsulate them in C. If you want certain functions to b
    669 bytes (101 words) - 19:09, 7 January 2024
  • Binary program to be executed from the BASIC environment using <tt>bload</tt> function. For ROM or Basic program, the main function prototype is:
    8 KB (1,268 words) - 22:40, 6 March 2024
  • ** Rewrite update function in assembler for {{MOD|game_pawn}} and {{MOD|scroll}} modules. ....msxcomputermagazine.nl/mccw/92/Multiplication/en.html fast multiplication function] ([https://msx.org/forum/development/msx-development/fastest-possible-multi
    4 KB (528 words) - 13:02, 8 October 2024
  • ...segment before call, and then, a restoration of the previous segment after function returns. u8 BankedFunc() __banked; // Prototype to tell the compiler this function exists somewhere else.
    13 KB (2,028 words) - 23:00, 8 September 2024
  • ...ISR handle VDP's V-Blank interruption (each 50/60 Hz) and call an handler function that program must provide: <tt>void VDP_InterruptHandler();</tt> * Obviously, no BIOS function can be used in this program (unless you reswitched the Main-ROM on page #0
    1 KB (172 words) - 00:05, 9 June 2022
  • ...he calling code initializes the registers properly before calling the BIOS function. ...input parameter in A and returns its final value in A. Among the possible function signatures, <tt>(u8(*)(u8))</tt> uses these same registers.
    2 KB (259 words) - 23:15, 8 July 2022
  • ...However, while the value <tt>FALSE</tt> (0) is guaranteed on all boolean function returns, '''the value <tt>TRUE</tt> (1) is never guaranteed''' : Any value
    1 KB (190 words) - 16:07, 24 March 2024
  • callback Callback; // Function to be called when page is opened The menu system initialization function (<tt>Menu_Initialize</tt>) takes as its parameter an array of pages represe
    4 KB (531 words) - 10:20, 5 January 2024
  • #define PRINT_USE_FORMAT TRUE // Add printf type function
    1 KB (215 words) - 00:03, 5 January 2024
  • ...they are finished, it is recommended to use the <tt>VDP_CommandWait()</tt> function before starting direct access to that area. * Write 256 times a control character with the speed function we want to test (from a 12 to 31 t-states write interval).
    11 KB (1,480 words) - 08:45, 25 September 2024
  • ...g to your ROM target format; i.e. at the beginning of your <tt>main()</tt> function.
    5 KB (900 words) - 22:19, 28 September 2024
  • ...ons can be used to change its state (action, position, etc.) and an update function can be used to apply these changes and display them on the screen.
    457 bytes (75 words) - 17:35, 18 April 2024
  • ...mation frame, the duration of the frame in number of display cycles, and a function to call when the character reach a given frame of the animation. Create a s Push animation with function to trigger ‎<syntaxhighlight lang="C">
    4 KB (489 words) - 00:20, 19 April 2024
  • <u>Note</u>: Not all BIOS routines have function in this module to encapsulate them in C (some are of very limited use in ga
    496 bytes (86 words) - 18:55, 7 January 2024
  • #define INPUT_JOY_UPDATE FALSE // Add function to update all joystick states at once #define INPUT_KB_UPDATE FALSE // Add function to update all keyboard rows at once
    947 bytes (144 words) - 22:01, 7 January 2024
  • #define MEM_USE_FASTCOPY FALSE // Add support for fast-copy function (using unrolled-LDI loop) #define MEM_USE_FASTSET FALSE // Add support for fast-set function (using unrolled-LDI loop)
    448 bytes (61 words) - 17:00, 10 January 2024
  • // Support for sprintf style formating function
    592 bytes (84 words) - 22:31, 10 January 2024
  • ...ts (short click, long click, double-click, etc.) and associates a callback function with them.
    196 bytes (29 words) - 13:39, 12 January 2024

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)