dosgame1/system/Opl.h

10 lines
141 B
C++

#ifndef GAME_OPL_H
#define GAME_OPL_H
#include <cstdint>
namespace Opl {
void write(uint16_t reg, uint8_t data);
}
#endif //GAME_OPL_H