diff options
| author | 2015-12-20 05:38:02 +0100 | |
|---|---|---|
| committer | 2015-12-20 05:38:02 +0100 | |
| commit | b5fe8fcc898e99ffb30379c207fd165e9593dfba (patch) | |
| tree | 85956869ca230e93ea9fb08acf59295375435c24 /src/devices | |
| parent | 95c14082c3d9503397d86dac3b1d3b7c87bcdf0e (diff) | |
Update at28c16.cpp
Diffstat (limited to 'src/devices')
| -rw-r--r-- | src/devices/machine/at28c16.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/at28c16.cpp b/src/devices/machine/at28c16.cpp index 9461850043d..573623409d1 100644 --- a/src/devices/machine/at28c16.cpp +++ b/src/devices/machine/at28c16.cpp @@ -40,7 +40,7 @@ const device_type AT28C16 = &device_creator<at28c16_device>; //------------------------------------------------- at28c16_device::at28c16_device( const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock ) - : device_t(mconfig, AT28C16, "AT28C16", tag, owner, clock, "at28c16", __FILE__), + : device_t(mconfig, AT28C16, "Atmel AT28C16 EEPROM", tag, owner, clock, "at28c16", __FILE__), device_memory_interface(mconfig, *this), device_nvram_interface(mconfig, *this), m_a9_12v( 0 ), |
