Nuked: nuked_t -> opl3_chip

This commit is contained in:
Jasmine Iwanek
2024-07-12 21:02:50 -04:00
parent 29d72a82dc
commit 3c0387bfc1
2 changed files with 19 additions and 17 deletions

View File

@@ -20,4 +20,6 @@
#ifndef SOUND_OPL_NUKED_H
#define SOUND_OPL_NUKED_H
void nuked_write_reg(opl3_chip *dev, uint16_t reg, uint8_t val);
#endif /*SOUND_OPL_NUKED_H*/