From 2137c4ea85a885180831ea01e2adc42198913143 Mon Sep 17 00:00:00 2001 From: tiseno100 <58827426+tiseno100@users.noreply.github.com> Date: Tue, 7 Jul 2020 16:38:10 +0300 Subject: [PATCH] Fixed a minor mistake --- src/chipset/opti283.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chipset/opti283.c b/src/chipset/opti283.c index f90fe2687..c0f73e4d1 100644 --- a/src/chipset/opti283.c +++ b/src/chipset/opti283.c @@ -79,7 +79,7 @@ mem_set_mem_state_both(base, 0x4000, (dev->regs[0x13] & (1 << i)) ? shflagsc : d } for(i = 0; i < 4; i++){ -base = 0xc0000 + (i << 14); +base = 0xd0000 + (i << 14); mem_set_mem_state_both(base, 0x4000, (dev->regs[0x12] & (1 << i)) ? shflagsd : disabled_shadow); }