From: Frode Solheim Date: Tue, 15 Jul 2025 20:20:26 +0000 (+0200) Subject: cpuboard: move declaration to header file X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=eb9cce768d11aa3113e95f400ea850bfd844cb5d;p=francis%2Fwinuae.git cpuboard: move declaration to header file --- diff --git a/include/cpuboard.h b/include/cpuboard.h index c422a07c..4c30ea54 100644 --- a/include/cpuboard.h +++ b/include/cpuboard.h @@ -37,6 +37,8 @@ void blizzardppc_irq(int id, int level); void cyberstorm_mk3_ppc_irq_setonly(int id, int level); void cpuboard_gvpmaprom(int); +bool cpuboard_fc_check(uaecptr addr, uae_u32 *v, int size, bool write); + #define BOARD_MEMORY_Z2 1 #define BOARD_MEMORY_Z3 2 #define BOARD_MEMORY_HIGHMEM 3 diff --git a/newcpu.cpp b/newcpu.cpp index 5d13cc05..52a7cd20 100644 --- a/newcpu.cpp +++ b/newcpu.cpp @@ -10212,8 +10212,6 @@ void fill_prefetch (void) } } -extern bool cpuboard_fc_check(uaecptr addr, uae_u32 *v, int size, bool write); - uae_u32 sfc_nommu_get_byte(uaecptr addr) { uae_u32 v;