libtonc
no$gba debugging

Macros

#define NOCASH_BUF_SIZE   81
 

Functions

int nocash_puts (const char *str)
 Output a string to no$gba debugger.
 
EWRAM_CODE void nocash_message (void)
 Print the current nocash_buffer to the no$gba debugger.
 

Variables

EWRAM_DATA char nocash_buffer [NOCASH_BUF_SIZE]
 

Detailed Description

The non-freeware versions of no$gba have window to which you can output messages for debugging purposes. These functions allow you to work with that.

Function Documentation

◆ nocash_puts()

int nocash_puts ( const char *  str)

Output a string to no$gba debugger.

Parameters
strText to print.
Returns
Number of characters printed.