diff options
Diffstat (limited to 'src/devices/cpu/pdp1/pdp1.h')
-rw-r--r-- | src/devices/cpu/pdp1/pdp1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/pdp1/pdp1.h b/src/devices/cpu/pdp1/pdp1.h index 6b390ebba0a..2cb01f5c20b 100644 --- a/src/devices/cpu/pdp1/pdp1.h +++ b/src/devices/cpu/pdp1/pdp1.h @@ -79,7 +79,7 @@ class pdp1_device : public cpu_device { public: // construction/destruction - pdp1_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + pdp1_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); void pulse_start_clear(); void io_complete() { m_ios = 1; } |