#include "libs/master.lib/master.hpp" #include "pc98.h" inline pixel_t wave_x(pixel_t amp, int t) { return ((static_cast(amp) * Sin8(t)) / 0x100); }