Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xrip committed Dec 12, 2023
1 parent 1b77aaa commit 6456946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/sn76489.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ int32_t output;
*The SN76489 is connected to a clock signal, which is commonly 3579545Hz for NTSC systems and 3546893Hz for PAL/SECAM systems (these are based on the associated TV colour subcarrier frequencies, and are common master clock speeds for many systems). It divides this clock by 16 to get its internal clock. The datasheets specify a maximum of 4MHz.
*/
uint32_t clock = 3579545;
uint32_t samplerate = 44100;
uint16_t samplerate = 44100;
uint8_t quality = 0;

uint32_t base_incr = 0;
Expand Down

0 comments on commit 6456946

Please sign in to comment.