From 14355b28cd20b3577dcfa146b24c9b141f4f9b49 Mon Sep 17 00:00:00 2001 From: asvitkine <> Date: Sun, 12 Feb 2012 16:41:28 +0000 Subject: [PATCH] fix test-powerpc build --- SheepShaver/src/kpx_cpu/src/test/test-powerpc.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SheepShaver/src/kpx_cpu/src/test/test-powerpc.cpp b/SheepShaver/src/kpx_cpu/src/test/test-powerpc.cpp index 3bd3963e..2e5b99d3 100644 --- a/SheepShaver/src/kpx_cpu/src/test/test-powerpc.cpp +++ b/SheepShaver/src/kpx_cpu/src/test/test-powerpc.cpp @@ -196,9 +196,15 @@ static void inline ppc_flush_icache_range(uint32 *start_p, uint32 length) #if EMU_KHEPERIX // Wrappers when building from SheepShaver tree #ifdef SHEEPSHAVER +uint32 ROMBase = 0x40800000; int64 TimebaseSpeed = 25000000; // Default: 25 MHz uint32 PVR = 0x000c0000; // Default: 7400 (with AltiVec) +bool PrefsFindBool(const char *name) +{ + return false; +} + uint64 GetTicks_usec(void) { return clock();