trunk/src/emu/cpu/powerpc/ppc.c
| r31375 | r31376 | |
| 239 | 239 | } |
| 240 | 240 | |
| 241 | 241 | //ppc403_device::ppc403_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 242 | | // : ppc_device(mconfig, PPC403, "PPC403", tag, owner, clock, "ppc403", 32) |
| 242 | // : ppc_device(mconfig, PPC403, "PPC403", tag, owner, clock, "ppc403", 32) |
| 243 | 243 | //{ |
| 244 | 244 | //} |
| 245 | 245 | // |
| 246 | 246 | //ppc405_device::ppc405_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 247 | | // : ppc_device(mconfig, PPC405, "PPC405", tag, owner, clock, "ppc405", 32) |
| 247 | // : ppc_device(mconfig, PPC405, "PPC405", tag, owner, clock, "ppc405", 32) |
| 248 | 248 | //{ |
| 249 | 249 | //} |
| 250 | 250 | |
| 251 | 251 | ppc603_device::ppc603_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 252 | | : 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) |
| 252 | : 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) |
| 253 | 253 | { |
| 254 | 254 | } |
| 255 | 255 | |