]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Initialize next autoconfig board if previous board was "shut up".
authorToni Wilen <twilen@winuae.net>
Thu, 28 Dec 2023 16:43:00 +0000 (18:43 +0200)
committerToni Wilen <twilen@winuae.net>
Thu, 28 Dec 2023 16:43:00 +0000 (18:43 +0200)
expansion.cpp

index d7b5660b01a0c3f1ea223df1dc6d36effd4a3ba7..b338293bfa94415d6227e0f1623cbd8dc004fad0 100644 (file)
@@ -589,6 +589,7 @@ void expamem_shutup(addrbank *mapped)
                mapped->start = 0xffffffff;
                boardmessage(mapped, false);
        }
+       expamem_next(mapped, NULL);
 }
 
 void expamem_next(addrbank *mapped, addrbank *next)