mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-26 16:31:11 +00:00
self credit cpu emulator ;-)
This commit is contained in:
parent
73d51962f6
commit
2eba241021
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user