self credit cpu emulator ;-)

This commit is contained in:
gbeauche 2003-11-25 10:27:59 +00:00
parent 73d51962f6
commit 2eba241021

View File

@ -217,6 +217,10 @@ static void mon_write_byte_ppc(uintptr addr, uint32 b)
void powerpc_cpu::initialize() void powerpc_cpu::initialize()
{ {
#ifdef SHEEPSHAVER
printf("PowerPC CPU emulator by Gwenole Beauchesne\n");
#endif
init_flight_recorder(); init_flight_recorder();
init_decoder(); init_decoder();
init_registers(); init_registers();