mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-11 10:30:09 +00:00
fix test-powerpc build
This commit is contained in:
parent
f964fdd22c
commit
14355b28cd
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user