From 0b17c4ef315eee2955a0f614e5abb588e51a32f2 Mon Sep 17 00:00:00 2001 From: tiseno100 <58827426+tiseno100@users.noreply.github.com> Date: Mon, 29 Jun 2020 16:28:22 +0300 Subject: [PATCH] Fixed a small inconsistency --- src/machine/m_at_386dx_486.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/m_at_386dx_486.c b/src/machine/m_at_386dx_486.c index 43cd7ca16..0f47126ee 100644 --- a/src/machine/m_at_386dx_486.c +++ b/src/machine/m_at_386dx_486.c @@ -424,7 +424,7 @@ machine_at_r418_init(const machine_t *model) if (bios_only || !ret) return ret; - machine_at_common_init_ex(model, 2) + machine_at_common_init_ex(model, 2); machine_at_sis_85c496_common_init(model); device_add(&sis_85c496_device);