From 2eba241021d4fd2ebcbf6987af5c5cffec114e55 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Tue, 25 Nov 2003 10:27:59 +0000 Subject: [PATCH] self credit cpu emulator ;-) --- SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-cpu.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-cpu.cpp b/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-cpu.cpp index 6f3ef6ab..fb9b302e 100644 --- a/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-cpu.cpp +++ b/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-cpu.cpp @@ -217,6 +217,10 @@ static void mon_write_byte_ppc(uintptr addr, uint32 b) void powerpc_cpu::initialize() { +#ifdef SHEEPSHAVER + printf("PowerPC CPU emulator by Gwenole Beauchesne\n"); +#endif + init_flight_recorder(); init_decoder(); init_registers();