Merge branch 'master' into pc98x1

This commit is contained in:
TC1995
2024-08-08 19:16:38 +02:00
5 changed files with 54 additions and 32 deletions

View File

@@ -20,6 +20,9 @@ typedef struct sn76489_t {
int freqhi[4];
int vol[4];
uint32_t shift;
uint32_t white_noise_tap_1;
uint32_t white_noise_tap_2;
uint32_t feedback_mask;
uint8_t noise;
int lasttone;
uint8_t firstdat;