diff --git a/Src/C64_SDL.h b/Src/C64_SDL.h index e745720..7515675 100644 --- a/Src/C64_SDL.h +++ b/Src/C64_SDL.h @@ -525,7 +525,7 @@ void C64::network_vblank() delete remote; this->peer = NULL; this->network_connection_type = NONE; - this->TheSID->Reset(); + this->Reset(); return; } if (this->network_connection_type == CLIENT)