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

Go to the source code of this file.

Functions

void vera_init (void)
 
void vera_reset (void)
 
void vera_write_cpu_register (int reg, Uint8 data)
 
Uint8 vera_read_cpu_register (int reg)
 
int vera_render_line (void)
 
int vera_dump_vram (const char *fn)
 

Function Documentation

◆ vera_dump_vram()

int vera_dump_vram ( const char *  fn)

Definition at line 524 of file vera.c.

Here is the call graph for this function:

◆ vera_init()

void vera_init ( void  )

Definition at line 746 of file vera.c.

◆ vera_read_cpu_register()

Uint8 vera_read_cpu_register ( int  reg)

Definition at line 490 of file vera.c.

◆ vera_render_line()

int vera_render_line ( void  )

Definition at line 603 of file vera.c.

◆ vera_reset()

void vera_reset ( void  )

Definition at line 712 of file vera.c.

◆ vera_write_cpu_register()

void vera_write_cpu_register ( int  reg,
Uint8  data 
)

Definition at line 448 of file vera.c.