Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Functions | Variables
enterprise128.c File Reference
#include "xemu/emutools.h"
#include "xemu/emutools_config.h"
#include "xemu/emutools_gui.h"
#include "xemu/emutools_hid.h"
#include "xemu/z80.h"
#include "enterprise128.h"
#include "configdb.h"
#include "dave.h"
#include "nick.h"
#include "sdext.h"
#include "exdos_wd.h"
#include "roms.h"
#include "input_devices.h"
#include "cpu.h"
#include "primoemu.h"
#include "emu_rom_interface.h"
#include "epnet.h"
#include "zxemu.h"
#include "printer.h"
#include "emu_monitor.h"
#include "rtc.h"
#include "fileio.h"
#include "snapshot.h"
#include <string.h>
#include <stdlib.h>
#include <sys/time.h>
#include <time.h>
#include <unistd.h>
Include dependency graph for enterprise128.c:

Go to the source code of this file.

Functions

void clear_emu_events (void)
 
int set_cpu_clock (int hz)
 
int set_cpu_clock_with_osd (int hz)
 
void emu_one_frame (int rasters, int frameskip)
 
int main (int argc, char *argv[])
 

Variables

int paused = 0
 
int register_screenshot_request = 0
 
time_t unix_time
 

Function Documentation

◆ clear_emu_events()

void clear_emu_events ( void  )

Definition at line 83 of file enterprise128.c.

Here is the call graph for this function:

◆ emu_one_frame()

void emu_one_frame ( int  rasters,
int  frameskip 
)

Definition at line 114 of file enterprise128.c.

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 193 of file enterprise128.c.

Here is the call graph for this function:

◆ set_cpu_clock()

int set_cpu_clock ( int  hz)

Definition at line 91 of file enterprise128.c.

Here is the caller graph for this function:

◆ set_cpu_clock_with_osd()

int set_cpu_clock_with_osd ( int  hz)

Definition at line 102 of file enterprise128.c.

Variable Documentation

◆ paused

int paused = 0

Definition at line 53 of file enterprise128.c.

◆ register_screenshot_request

int register_screenshot_request = 0

Definition at line 54 of file enterprise128.c.

◆ unix_time

time_t unix_time

Definition at line 59 of file enterprise128.c.