#include "xep128.h"
#include "emu_monitor.h"
#include "xemu/../rom/ep128/xep_rom_syms.h"
#include "xemu/z80_dasm.h"
#include "cpu.h"
#include "z180.h"
#include "configuration.h"
#include "emu_rom_interface.h"
#include "fileio.h"
#include "screen.h"
#include "console.h"
#include "nick.h"
#include "input.h"
#include "primoemu.h"
#include "dave.h"
#include "sdext.h"
#include "main.h"
#include <SDL.h>
#include <SDL_syswm.h>
#include <dirent.h>
#include <sys/stat.h>
#include <unistd.h>
Go to the source code of this file.
◆ ARG_ONE
◆ ARG_SPACE
◆ MPRINTF
Value: do { \
char __mprintf__buffer__[0x4000]; \
snprintf(__mprintf__buffer__, sizeof __mprintf__buffer__, __VA_ARGS__); \
__mprintf_append_helper(__mprintf__buffer__); \
} while(0)
Definition at line 86 of file emu_monitor.c.
◆ OS_KIND
◆ SEGMENT_OF_Z80_ADDR
#define SEGMENT_OF_Z80_ADDR |
( |
|
n | ) |
ports[0xB0 | (((n) & 0xFFFF) >> 14)] |
◆ XEP128_NEED_SDL_WMINFO
#define XEP128_NEED_SDL_WMINFO |
◆ monitor_execute()
void monitor_execute |
( |
char * |
in_input_buffer, |
|
|
int |
in_source, |
|
|
char * |
in_output_buffer, |
|
|
int |
in_output_max_size, |
|
|
const char * |
in_output_nl |
|
) |
| |
◆ monitor_process_queued()
void monitor_process_queued |
( |
void |
| ) |
|
◆ monitor_queue_command()
int monitor_queue_command |
( |
char * |
buffer | ) |
|
◆ monitor_queue_used()
int monitor_queue_used |
( |
void |
| ) |
|