summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/powerpc/ppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/powerpc/ppc.h')
-rw-r--r--src/emu/cpu/powerpc/ppc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/cpu/powerpc/ppc.h b/src/emu/cpu/powerpc/ppc.h
index dbdf6131903..009e2118e20 100644
--- a/src/emu/cpu/powerpc/ppc.h
+++ b/src/emu/cpu/powerpc/ppc.h
@@ -695,20 +695,20 @@ protected:
//class ppc403_device : public ppc_device
//{
//public:
-// ppc403_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+// ppc403_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
//
//protected:
-// virtual UINT32 execute_input_lines() const { return 8; }
+// virtual UINT32 execute_input_lines() const { return 8; }
//};
//
//
//class ppc405_device : public ppc_device
//{
//public:
-// ppc405_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+// ppc405_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
//
//protected:
-// virtual UINT32 execute_input_lines() const { return 8; }
+// virtual UINT32 execute_input_lines() const { return 8; }
//};