diff options
author | 2011-02-11 10:10:39 +0000 | |
---|---|---|
committer | 2011-02-11 10:10:39 +0000 | |
commit | fd5b5140a521fcb161f1203b0b092e6324bd928f (patch) | |
tree | c9545d260b739ff1f1a428decc20bff86a89fc70 /src/emu/machine/6821pia.c | |
parent | 391c093c966fea35dd56cb7a6baa463ec9e0181e (diff) |
Removed short name as parameter from device_config this way it is not mandatory any more.
Most of files is rolled back to previous state. (no whatsnew)
Diffstat (limited to 'src/emu/machine/6821pia.c')
-rw-r--r-- | src/emu/machine/6821pia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/6821pia.c b/src/emu/machine/6821pia.c index 694d7d97e48..03afe7986c2 100644 --- a/src/emu/machine/6821pia.c +++ b/src/emu/machine/6821pia.c @@ -44,7 +44,7 @@ //------------------------------------------------- pia6821_device_config::pia6821_device_config(const machine_config &mconfig, const char *tag, const device_config *owner, UINT32 clock) - : device_config(mconfig, static_alloc_device_config, "6822 PIA", "6821pia", tag, owner, clock) + : device_config(mconfig, static_alloc_device_config, "6822 PIA", tag, owner, clock) { } |