Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
#include "xep128.h"
#include "console.h"
#include "emu_monitor.h"
#include <SDL.h>
#include <readline/readline.h>
#include <readline/history.h>
Go to the source code of this file.
Macros | |
#define | USE_MONITOR 1 |
Functions | |
void | console_open_window (void) |
void | console_close_window (void) |
void | console_close_window_on_exit (void) |
void | console_monitor_ready (void) |
Variables | |
int | console_is_open = 0 |
void console_open_window | ( | void | ) |