diff options
author | 2015-12-20 05:39:25 +0100 | |
---|---|---|
committer | 2015-12-20 05:39:25 +0100 | |
commit | 013d2d0043caf362e0c845f3bc77e647a651d650 (patch) | |
tree | 26ca7034c537e894cb2566ec2d2f9f1f46819ded /src/devices/machine/x76f041.cpp | |
parent | 42fb525812350fddf465ea1f902004520d5aa0e7 (diff) |
Update x76f041.cpp
Diffstat (limited to 'src/devices/machine/x76f041.cpp')
-rw-r--r-- | src/devices/machine/x76f041.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/x76f041.cpp b/src/devices/machine/x76f041.cpp index 21dea0ae141..738074f3b50 100644 --- a/src/devices/machine/x76f041.cpp +++ b/src/devices/machine/x76f041.cpp @@ -35,7 +35,7 @@ inline void ATTR_PRINTF( 3, 4 ) x76f041_device::verboselog( int n_level, const c const device_type X76F041 = &device_creator<x76f041_device>; x76f041_device::x76f041_device( const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock ) - : device_t( mconfig, X76F041, "X76F041 Flash", tag, owner, clock, "x76f041", __FILE__ ), + : device_t( mconfig, X76F041, "Xicor X76F041 Flash", tag, owner, clock, "x76f041", __FILE__ ), device_nvram_interface(mconfig, *this), m_cs( 0 ), m_rst( 0 ), |