SY6522: initialise device. (PR #1036)

This commit is contained in:
Andrea 2022-02-12 17:29:49 +00:00 committed by GitHub
parent 9459ec261a
commit 8bbb85b1e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ public:
{ {
for (UINT i = 0; i < kNumTimersPer6522; i++) for (UINT i = 0; i < kNumTimersPer6522; i++)
m_syncEvent[i] = NULL; m_syncEvent[i] = NULL;
Reset(true);
} }
~SY6522(void) ~SY6522(void)