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

Go to the source code of this file.

Macros

#define APU_CLOCK   2500000
 

Functions

Uint8 apu_read_data (void)
 
Uint8 apu_read_status (void)
 
void apu_write_data (Uint8 value)
 
void apu_write_command (Uint8 value)
 
void apu_reset (void)
 

Macro Definition Documentation

◆ APU_CLOCK

#define APU_CLOCK   2500000

Definition at line 22 of file apu.h.

Function Documentation

◆ apu_read_data()

Uint8 apu_read_data ( void  )

Definition at line 99 of file apu.c.

◆ apu_read_status()

Uint8 apu_read_status ( void  )

Definition at line 74 of file apu.c.

◆ apu_reset()

void apu_reset ( void  )

Definition at line 66 of file apu.c.

◆ apu_write_command()

void apu_write_command ( Uint8  value)

Definition at line 290 of file apu.c.

◆ apu_write_data()

void apu_write_data ( Uint8  value)

Definition at line 113 of file apu.c.