#include "xemu/emutools.h"
#include "xemu/emutools_files.h"
#include "mega65.h"
#include "hypervisor.h"
#include "xemu/cpu65.h"
#include "vic4.h"
#include "dma65.h"
#include "memory_mapper.h"
#include "io_mapper.h"
#include "xemu/emutools_config.h"
#include "configdb.h"
#include "rom.h"
#include "hdos.h"
#include <sys/types.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
Go to the source code of this file.
◆ XEMU_MEGA65_HDOS_H_ALLOWED
#define XEMU_MEGA65_HDOS_H_ALLOWED |
◆ hypervisor_debug()
void hypervisor_debug |
( |
void |
| ) |
|
◆ hypervisor_debug_init()
int hypervisor_debug_init |
( |
const char * |
fn, |
|
|
int |
hypervisor_debug, |
|
|
int |
use_hypervisor_serial_out_asciizer |
|
) |
| |
◆ hypervisor_debug_invalidate()
void hypervisor_debug_invalidate |
( |
const char * |
reason | ) |
|
◆ hypervisor_debug_late_enable()
void hypervisor_debug_late_enable |
( |
void |
| ) |
|
◆ hypervisor_enter()
void hypervisor_enter |
( |
int |
trapno | ) |
|
◆ hypervisor_enter_via_write_trap()
void hypervisor_enter_via_write_trap |
( |
int |
trapno | ) |
|
◆ hypervisor_leave()
void hypervisor_leave |
( |
void |
| ) |
|
◆ hypervisor_level_reset()
int hypervisor_level_reset |
( |
void |
| ) |
|
◆ hypervisor_queued_enter()
int hypervisor_queued_enter |
( |
int |
trapno | ) |
|
◆ hypervisor_serial_monitor_push_char()
void hypervisor_serial_monitor_push_char |
( |
Uint8 |
chr | ) |
|
◆ hypervisor_start_machine()
void hypervisor_start_machine |
( |
void |
| ) |
|
◆ hickup_is_overriden
int hickup_is_overriden = 0 |
◆ hypervisor_is_debugged
int hypervisor_is_debugged = 0 |
◆ hyppo_version_string
char hyppo_version_string[64] |
◆ in_hypervisor