SY6522: initialise device. (PR #1036)
This commit is contained in:
parent
9459ec261a
commit
8bbb85b1e8
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue