Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Functions
geos.c File Reference
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include "xemu/emutools.h"
#include "commodore_geos.h"
#include "xemu/cpu65.h"
#include "geos.h"
#include "xemu/emutools_files.h"
Include dependency graph for geos.c:

Go to the source code of this file.

Functions

void inject_screencoded_message (int addr, const char *s)
 
int geos_load_kernal (const char *kernal_image_name)
 
void geos_cpu_trap (Uint8 opcode)
 

Function Documentation

◆ geos_cpu_trap()

void geos_cpu_trap ( Uint8  opcode)

Definition at line 116 of file geos.c.

◆ geos_load_kernal()

int geos_load_kernal ( const char *  kernal_image_name)

Definition at line 89 of file geos.c.

◆ inject_screencoded_message()

void inject_screencoded_message ( int  addr,
const char *  s 
)

Definition at line 48 of file geos.c.