diff options
author | 2015-11-07 16:40:45 +0100 | |
---|---|---|
committer | 2015-11-07 16:40:45 +0100 | |
commit | 7ed9f32ac1f3189202ccd7b0623af3c73fe27261 (patch) | |
tree | a3b56da6461f0b20cf66c3e813e323da95145660 /src/devices/cpu/nec/nec.h | |
parent | 8951d99f9da22f5b5a6c7907db548e4bfcfcb80c (diff) |
nec: propagated source file location (nw)
Diffstat (limited to 'src/devices/cpu/nec/nec.h')
-rw-r--r-- | src/devices/cpu/nec/nec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/nec/nec.h b/src/devices/cpu/nec/nec.h index 2e881591426..d1a674c7fc2 100644 --- a/src/devices/cpu/nec/nec.h +++ b/src/devices/cpu/nec/nec.h @@ -23,7 +23,7 @@ class nec_common_device : public cpu_device { public: // construction/destruction - nec_common_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, bool is_16bit, offs_t fetch_xor, UINT8 prefetch_size, UINT8 prefetch_cycles, UINT32 chip_type); + nec_common_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, bool is_16bit, offs_t fetch_xor, UINT8 prefetch_size, UINT8 prefetch_cycles, UINT32 chip_type); protected: // device-level overrides |