summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pdp1/pdp1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/pdp1/pdp1.h')
-rw-r--r--src/devices/cpu/pdp1/pdp1.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/cpu/pdp1/pdp1.h b/src/devices/cpu/pdp1/pdp1.h
index 0a81c8177d4..f1a4e934236 100644
--- a/src/devices/cpu/pdp1/pdp1.h
+++ b/src/devices/cpu/pdp1/pdp1.h
@@ -33,8 +33,7 @@ struct pdp1_reset_param_t
#define IOT_NO_COMPLETION_PULSE -1
-class pdp1_device : public cpu_device
- , public pdp1_reset_param_t
+class pdp1_device : public cpu_device, public pdp1_reset_param_t
{
public:
typedef device_delegate<void (int op2, int nac, int mb, int &io, int ac)> iot_delegate;