libmsx
C library for MSX
|
Buffer for PSG (AY-3-8910) registers. More...
#include "psg.h"
Go to the source code of this file.
Macros | |
#define | AY_3_8910_H |
Functions | |
void | ay_3_8910_init (void) |
MSX Initialize ay_3_8910_buffer[]. | |
void | ay_3_8910_stop (void) |
MSX Stop (Pause) playing sound on PSG. | |
void | ay_3_8910_play (void) |
MSX Write the buffer contents to PSG registers. | |
Variables | |
uint8_t | ay_3_8910_buffer [14] |
Buffer for PSG (AY-3-8910) registers. | |
Buffer for PSG (AY-3-8910) registers.
Example
The following code shows a sound driver/replayer template for the PSG.
Definition in file ay_3_8910.h.
#define AY_3_8910_H |
Definition at line 24 of file ay_3_8910.h.