diff options
author | 2013-06-21 14:44:06 +0000 | |
---|---|---|
committer | 2013-06-21 14:44:06 +0000 | |
commit | e533a04f2e5690bfc2edac2dc2038f94b4bd903d (patch) | |
tree | 583486a98fa559fb449211bece50f1af9790b497 /src/emu/machine/pla.h | |
parent | d49ea91e69b0406f3fc2de6034819498661dd93a (diff) |
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Diffstat (limited to 'src/emu/machine/pla.h')
-rw-r--r-- | src/emu/machine/pla.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/pla.h b/src/emu/machine/pla.h index 4bd1480f621..1800f602b46 100644 --- a/src/emu/machine/pla.h +++ b/src/emu/machine/pla.h @@ -64,7 +64,7 @@ class pla_device : public device_t { public: // construction/destruction - pla_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, int inputs, int outputs, int terms, UINT32 output_mask); + pla_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, int inputs, int outputs, int terms, UINT32 output_mask, const char *shortname, const char *source); UINT32 read(UINT32 input); |