S3 non-ViRGE: Do not remove I/O handlers on ISA/VLB card reset, fixes soft reset, fixes #4866.

This commit is contained in:
OBattler
2024-09-28 14:34:45 +02:00
parent b73823dc92
commit 74b398be29

View File

@@ -10131,7 +10131,8 @@ static int vram_sizes[] = {
static void
s3_disable_handlers(s3_t *s3)
{
s3_io_remove(s3);
if (s3->pci)
s3_io_remove(s3);
mem_mapping_disable(&s3->linear_mapping);
mem_mapping_disable(&s3->mmio_mapping);