diff options
| author | 2014-07-22 06:38:19 +0000 | |
|---|---|---|
| committer | 2014-07-22 06:38:19 +0000 | |
| commit | baec282dcdca7edc267fe384b4e37b3764ff52bd (patch) | |
| tree | 72f16b69f6ae2de220de1a53032952ad74c90bd9 | |
| parent | 79246ab9172f61178139b4b7974debba8fb7c5f8 (diff) | |
fix
| -rw-r--r-- | src/emu/cpu/powerpc/ppc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/cpu/powerpc/ppc.c b/src/emu/cpu/powerpc/ppc.c index 6edbd78f3f1..02462efdaec 100644 --- a/src/emu/cpu/powerpc/ppc.c +++ b/src/emu/cpu/powerpc/ppc.c @@ -239,17 +239,17 @@ ppc_device::ppc_device(const machine_config &mconfig, device_type type, const ch } //ppc403_device::ppc403_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) -// : ppc_device(mconfig, PPC403, "PPC403", tag, owner, clock, "ppc403", 32) +// : ppc_device(mconfig, PPC403, "PPC403", tag, owner, clock, "ppc403", 32) //{ //} // //ppc405_device::ppc405_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) -// : ppc_device(mconfig, PPC405, "PPC405", tag, owner, clock, "ppc405", 32) +// : ppc_device(mconfig, PPC405, "PPC405", tag, owner, clock, "ppc405", 32) //{ //} ppc603_device::ppc603_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : ppc_device(mconfig, PPC603", "PowerPC 603", tag, owner, clock, "ppc603", 64, PPC_MODEL_603, PPCCAP_OEA | PPCCAP_VEA | PPCCAP_FPU | PPCCAP_MISALIGNED | PPCCAP_603_MMU, 4) + : ppc_device(mconfig, PPC603, "PowerPC 603", tag, owner, clock, "ppc603", 64, PPC_MODEL_603, PPCCAP_OEA | PPCCAP_VEA | PPCCAP_FPU | PPCCAP_MISALIGNED | PPCCAP_603_MMU, 4) { } |
