summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/psxcport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/psxcport.h')
-rw-r--r--src/mess/machine/psxcport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/psxcport.h b/src/mess/machine/psxcport.h
index f3b3a3ed474..847168708c7 100644
--- a/src/mess/machine/psxcport.h
+++ b/src/mess/machine/psxcport.h
@@ -60,7 +60,7 @@ private:
psx_controller_port_device *m_owner;
};
-class psx_standard_controller_device : public device_t,
+class psx_standard_controller_device : public device_t,
public device_psx_controller_interface
{
public:
@@ -94,7 +94,7 @@ private:
psx_controller_port_device *m_port1;
};
-class psx_controller_port_device : public device_t,
+class psx_controller_port_device : public device_t,
public device_slot_interface
{
public: