From e533a04f2e5690bfc2edac2dc2038f94b4bd903d Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 21 Jun 2013 14:44:06 +0000 Subject: changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) --- src/emu/machine/pla.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/machine/pla.h') 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); -- cgit v1.2.3-70-g09d2