#include "xep128.h"
#include "apu.h"
#include "cpu.h"
#include <math.h>
Go to the source code of this file.
◆ _APU_F_CARRY
Definition at line 54 of file apu.c.
◆ _APU_F_LARGE
Definition at line 59 of file apu.c.
◆ _APU_F_NEGARG
Definition at line 57 of file apu.c.
◆ _APU_F_OVERFLOW
#define _APU_F_OVERFLOW 2 |
Definition at line 55 of file apu.c.
◆ _APU_F_SIGN
Definition at line 61 of file apu.c.
◆ _APU_F_UNDERFLOW
#define _APU_F_UNDERFLOW 4 |
Definition at line 56 of file apu.c.
◆ _APU_F_ZERO
Definition at line 60 of file apu.c.
◆ _APU_F_ZERODIV
#define _APU_F_ZERODIV 16 |
Definition at line 58 of file apu.c.
◆ apu_read_data()
Definition at line 98 of file apu.c.
◆ apu_read_status()
Uint8 apu_read_status |
( |
void |
| ) |
|
Definition at line 73 of file apu.c.
◆ apu_reset()
Definition at line 65 of file apu.c.
◆ apu_write_command()
void apu_write_command |
( |
Uint8 |
cmd | ) |
|
◆ apu_write_data()
void apu_write_data |
( |
Uint8 |
data | ) |
|