This commit is contained in:
cam900 2022-03-28 01:23:52 +09:00
parent 5c5c9199c7
commit 44b4c5c5aa
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ private:
void write(bool msb, u8 data);
u16 m_divider : 12; // divider (pitch)
u16 m_enable : 1; // channel enable flag
u16 m_enable : 1; // channel enable flag
};
vrcvi_core &m_host;