]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Moved isideint declaration to gayle.h
authorFrode Solheim <frode@fs-uae.net>
Wed, 16 Jul 2025 00:16:49 +0000 (02:16 +0200)
committerFrode Solheim <frode@fs-uae.net>
Wed, 16 Jul 2025 00:16:49 +0000 (02:16 +0200)
include/gayle.h
memory.cpp

index 7badbd42c8372829cd786b69a7b3eb7b8bd6029a..726be9e21b2db1b26d99e7ec977cdf6dbffc715e 100644 (file)
@@ -23,4 +23,6 @@ extern int gary_timeout; // non-existing memory access = delay
 
 void gayle_dataflyer_enable(bool);
 
+bool isideint(void);
+
 #endif /* UAE_GAYLE_H */
index 862a6dcf10d06b97aab2b32075fb65ba92a3f665..b9c5ba4833d13873da81f16fb3b63d0360e405ac 100644 (file)
@@ -405,7 +405,6 @@ uae_u32 dummy_get (uaecptr addr, int size, bool inst, uae_u32 defvalue)
                return currprefs.cpu_model > 68000 ? 0x0000 : 0xffff;
        }
        if (addr == 0xb0b000) {
-               extern bool isideint(void);
                return isideint() ? 0xffff : 0x0000;
        }
 #endif