libmsx
C library for MSX
|
Device interface for PSG (AY-3-8910) an internal sound chip. More...
Go to the source code of this file.
Macros | |
#define | PSG_H |
Functions | |
void | psg_init (void) |
MSX Initialize PSG registers R#0 to R#13 with psg_reg_initial_vector . | |
uint8_t | psg_get (uint8_t reg) |
MSX Read the PSG register value. | |
void | psg_set (uint8_t reg, uint8_t val) |
MSX Write the PSG register value. | |
Variables | |
const uint8_t | psg_reg_initial_vector [14] |
Initial values for PSG registers R#0 to R#13. | |
Device interface for PSG (AY-3-8910) an internal sound chip.
Definition in file psg.h.