Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Macros | Functions
recpm.c File Reference
#include "xemu/emutools.h"
#include "xemu/emutools_files.h"
#include "xemu/emutools_config.h"
#include "recpm.h"
#include "hardware.h"
#include "bios.h"
#include "bdos.h"
#include "console.h"
#include "cpmfs.h"
Include dependency graph for recpm.c:

Go to the source code of this file.

Macros

#define RECPM_MAIN_SCOPE
 
#define FRAME_RATE   25
 

Functions

void recpm_shutdown_callback (void)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ FRAME_RATE

#define FRAME_RATE   25

Definition at line 31 of file recpm.c.

◆ RECPM_MAIN_SCOPE

#define RECPM_MAIN_SCOPE

Definition at line 19 of file recpm.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 132 of file recpm.c.

Here is the call graph for this function:

◆ recpm_shutdown_callback()

void recpm_shutdown_callback ( void  )

Definition at line 70 of file recpm.c.

Here is the call graph for this function:

Variable Documentation

◆ baud

int baud

Definition at line 126 of file recpm.c.

◆ fullscreen

int fullscreen

Definition at line 124 of file recpm.c.

◆ load

char* load

Definition at line 128 of file recpm.c.

◆ mapvideo

int mapvideo

Definition at line 127 of file recpm.c.

◆ syscon

int syscon

Definition at line 124 of file recpm.c.

◆ term_height

int term_height

Definition at line 125 of file recpm.c.

◆ term_width

int term_width

Definition at line 125 of file recpm.c.

◆ zoom

int zoom

Definition at line 125 of file recpm.c.