#include "xemu/emutools.h"
#include "matrix_mode.h"
#include "xemu/emutools_hid.h"
#include "xemu/cpu65.h"
#include "hypervisor.h"
#include "vic4.h"
#include "mega65.h"
#include "io_mapper.h"
#include "memory_mapper.h"
#include <ctype.h>
#include "rom.h"
Go to the source code of this file.
◆ BANNER_COLOUR
◆ CLI_START_LINE
◆ CURSOR_CHAR
◆ CURSOR_COLOUR
◆ DEBUGMATRIX
#define DEBUGMATRIX |
( |
|
... | ) |
|
◆ MATRIX
Value: do { \
char _buf_for_msg_[4096]; \
CHECK_SNPRINTF(snprintf(_buf_for_msg_, sizeof _buf_for_msg_, __VA_ARGS__), sizeof _buf_for_msg_); \
matrix_write_string(_buf_for_msg_); \
} while(0)
Definition at line 51 of file matrix_mode.c.
◆ NORMAL_COLOUR
◆ PARTIAL_OSD_TEXTURE_UPDATE
#define PARTIAL_OSD_TEXTURE_UPDATE |
◆ matrix_mode_toggle()
void matrix_mode_toggle |
( |
int |
status | ) |
|
◆ in_the_matrix