Fix GCC errors 2

This commit is contained in:
Natt Akuma 2022-05-11 00:29:17 +07:00
parent 960a8e3616
commit 00414c6504
2 changed files with 2 additions and 5 deletions

View file

@ -41,6 +41,7 @@ public:
scc_core()
: m_voice{*this,*this,*this,*this,*this}
{};
virtual ~scc_core(){};
// accessors
virtual u8 scc_r(bool is_sccplus, u8 address) = 0;