Nuked: chan_t -> opl3_channel

This commit is contained in:
Jasmine Iwanek
2024-07-14 01:04:35 -04:00
parent e4ee5d2d01
commit e654d01bd0
2 changed files with 26 additions and 26 deletions

View File

@@ -83,7 +83,7 @@ typedef struct chan {
uint16_t chc;
uint16_t chd;
uint8_t ch_num;
} chan_t;
} opl3_channel;
typedef struct wrbuf {
uint64_t time;
@@ -92,7 +92,7 @@ typedef struct wrbuf {
} wrbuf_t;
typedef struct chip {
chan_t channel[18];
opl3_channel channel[18];
opl3_slot slot[36];
uint16_t timer;
uint64_t eg_timer;