viacuda: Cleanup.

This commit is contained in:
joevt 2024-04-20 00:06:41 -07:00 committed by dingusdev
parent 4479ecb1bb
commit a5241d27c1
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ void ViaCuda::write(int reg, uint8_t value) {
switch (reg & 0xF) {
case VIA_B:
write(value);
this->write(value);
break;
case VIA_A:
case VIA_ANH: