#include <stdint.h>
Go to the source code of this file.
◆ address
Definition of the address format used by the CPU.
Definition at line 12 of file types.h.
◆ byte
Nickname for uint8_t.
Definition at line 6 of file types.h.
◆ data
Definition of the data format used by the CPU.
Definition at line 11 of file types.h.
◆ duty_cycle_t
Definition of the duty cycle used by the APU.
Definition at line 17 of file types.h.
◆ eight_bytes_word
Nickname for uint64_t.
Definition at line 9 of file types.h.
◆ errcode_t
Definition of the error code type used by some function.
Definition at line 15 of file types.h.
◆ four_bytes_word
Nickname for uint32_t.
Definition at line 8 of file types.h.
◆ sbuffer_t
Definition of the sound buffer type used by the APU.
Definition at line 14 of file types.h.
◆ two_bytes_word
Nickname for uint16_t.
Definition at line 7 of file types.h.
◆ wave_t
Enumerator |
---|
SQUARE | Rectangle/Square waveform (based on duty cycle)
|
TRIANGLE | Triangle waveform.
|
WHITE_NOISE | White noise waveform.
|
METAL_NOISE | Metal noise waveform.
|
Definition at line 19 of file types.h.
19 : byte {
@ TRIANGLE
Triangle waveform.
@ SQUARE
Rectangle/Square waveform (based on duty cycle)
@ WHITE_NOISE
White noise waveform.
@ METAL_NOISE
Metal noise waveform.