summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/psxcard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/psxcard.h')
-rw-r--r--src/mess/machine/psxcard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/psxcard.h b/src/mess/machine/psxcard.h
index 0c4f670910b..06613914a3d 100644
--- a/src/mess/machine/psxcard.h
+++ b/src/mess/machine/psxcard.h
@@ -10,7 +10,7 @@ class psx_controller_port_device;
#define MCFG_PSXCARD_ADD(_tag) \
MCFG_DEVICE_ADD(_tag, PSXCARD, 0)
-class psxcard_device : public device_t,
+class psxcard_device : public device_t,
public device_image_interface
{
public: