Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Macros | Functions | Variables
commander_x16.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SCREEN_FORMAT   SDL_PIXELFORMAT_ARGB8888
 
#define FULL_FRAME_USECS   39971
 
#define REAL_CPU_SPEED   1108404
 
#define USE_LOCKED_TEXTURE   1
 
#define RENDER_SCALE_QUALITY   2
 
#define ROM_NAME   "#cx16-system.rom"
 

Functions

int dump_stuff (const char *fn, void *mem, int size)
 

Variables

Uint64 all_virt_cycles
 

Macro Definition Documentation

◆ FULL_FRAME_USECS

#define FULL_FRAME_USECS   39971

Definition at line 25 of file commander_x16.h.

◆ REAL_CPU_SPEED

#define REAL_CPU_SPEED   1108404

Definition at line 27 of file commander_x16.h.

◆ RENDER_SCALE_QUALITY

#define RENDER_SCALE_QUALITY   2

Definition at line 30 of file commander_x16.h.

◆ ROM_NAME

#define ROM_NAME   "#cx16-system.rom"

Definition at line 32 of file commander_x16.h.

◆ SCREEN_FORMAT

#define SCREEN_FORMAT   SDL_PIXELFORMAT_ARGB8888

Definition at line 23 of file commander_x16.h.

◆ USE_LOCKED_TEXTURE

#define USE_LOCKED_TEXTURE   1

Definition at line 29 of file commander_x16.h.

Function Documentation

◆ dump_stuff()

int dump_stuff ( const char *  fn,
void *  mem,
int  size 
)

Definition at line 307 of file commander_x16.c.

Here is the caller graph for this function:

Variable Documentation

◆ all_virt_cycles

Uint64 all_virt_cycles

Definition at line 277 of file commander_x16.c.