summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6821pia.c
diff options
context:
space:
mode:
author Ryan Holtz <rholtz@batcountryentertainment.com>2010-08-28 16:48:51 +0000
committer Ryan Holtz <rholtz@batcountryentertainment.com>2010-08-28 16:48:51 +0000
commit821814658f3b6f61cc4e8a03eac218a3217dee59 (patch)
treeaf5ff22e1be0d64f5098221b822e959f7389d134 /src/emu/machine/6821pia.c
parent2778348e294e1630d88bee8eb4fd4827e8d5f036 (diff)
Correcting device names. No whatsnew.
Diffstat (limited to 'src/emu/machine/6821pia.c')
-rw-r--r--src/emu/machine/6821pia.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/emu/machine/6821pia.c b/src/emu/machine/6821pia.c
index d6026d20632..b73199248d8 100644
--- a/src/emu/machine/6821pia.c
+++ b/src/emu/machine/6821pia.c
@@ -35,10 +35,6 @@
#define C2_INPUT(c) (!(((c) >> 5) & 0x01))
-/***************************************************************************
- IMPLEMENTATION
-***************************************************************************/
-
//**************************************************************************
// DEVICE CONFIGURATION
//**************************************************************************
@@ -48,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, "PIA6821", tag, owner, clock)
+ : device_config(mconfig, static_alloc_device_config, "6822 PIA", tag, owner, clock)
{
}