diff options
author | 2013-06-21 19:22:25 +0000 | |
---|---|---|
committer | 2013-06-21 19:22:25 +0000 | |
commit | df6263652b6aea87d704ee74787275885ce4e728 (patch) | |
tree | 35f4157a9efad6be1e46552f39145807d263eb36 /src/emu/devcpu.h | |
parent | 6564ff958246db325706c93daddfd7bf73c6cc88 (diff) |
did modern cpu cores as well (nw)
Diffstat (limited to 'src/emu/devcpu.h')
-rw-r--r-- | src/emu/devcpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/devcpu.h b/src/emu/devcpu.h index b172db2b169..2e0d3636281 100644 --- a/src/emu/devcpu.h +++ b/src/emu/devcpu.h @@ -378,7 +378,7 @@ class cpu_device : public device_t, protected: // construction/destruction - cpu_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname = "", const char *source = __FILE__); + cpu_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source); virtual ~cpu_device(); }; |