mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-20 15:29:48 +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…
Reference in New Issue
Block a user