summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6805/m6805.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6805/m6805.h')
-rw-r--r--src/devices/cpu/m6805/m6805.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6805/m6805.h b/src/devices/cpu/m6805/m6805.h
index e811d1b013c..659dce7ead7 100644
--- a/src/devices/cpu/m6805/m6805.h
+++ b/src/devices/cpu/m6805/m6805.h
@@ -26,7 +26,7 @@ class m6805_base_device : public cpu_device
{
public:
// construction/destruction
- m6805_base_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock, const device_type type, const char *name, UINT32 addr_width, const char *shortname, const char *source);
+ m6805_base_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock, const device_type type, const char *name, UINT32 addr_width, std::string shortname, std::string source);
protected:
// device-level overrides