From eb9cce768d11aa3113e95f400ea850bfd844cb5d Mon Sep 17 00:00:00 2001 From: Frode Solheim Date: Tue, 15 Jul 2025 22:20:26 +0200 Subject: [PATCH] cpuboard: move declaration to header file --- include/cpuboard.h | 2 ++ newcpu.cpp | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.3