Nuked: ch/chan -> channel

This commit is contained in:
Jasmine Iwanek
2024-07-14 00:41:43 -04:00
parent 2bcfc8e697
commit c7a268a01e
2 changed files with 239 additions and 238 deletions

View File

@@ -31,7 +31,7 @@ struct chan;
struct chip;
typedef struct slot {
struct chan *chan;
struct chan *channel;
struct chip *chip;
int16_t out;
int16_t fbmod;
@@ -92,7 +92,7 @@ typedef struct wrbuf {
} wrbuf_t;
typedef struct chip {
chan_t chan[18];
chan_t channel[18];
opl3_slot slot[36];
uint16_t timer;
uint64_t eg_timer;