mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-15 02:30:11 +00:00
Fix 6522 ctor
This commit is contained in:
parent
b764c00d50
commit
5f40ac8e70
@ -3,7 +3,7 @@
|
|||||||
class SY6522
|
class SY6522
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
SY6522(UINT slot, bool isMegaAudio) : m_slot(slot), m_isMegaAudio(isMegaAudio), m_isBusDriven(false)
|
SY6522(UINT slot, bool isMegaAudio) : m_slot(slot), m_isMegaAudio(isMegaAudio), m_isBusDriven(false), m_bad6522(false)
|
||||||
{
|
{
|
||||||
for (UINT i = 0; i < kNumTimersPer6522; i++)
|
for (UINT i = 0; i < kNumTimersPer6522; i++)
|
||||||
m_syncEvent[i] = NULL;
|
m_syncEvent[i] = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user