Update x76f100.cpp

This commit is contained in:
MASH 2015-12-20 05:39:58 +01:00
parent 013d2d0043
commit 154ced8f37

View File

@ -33,7 +33,7 @@ inline void ATTR_PRINTF( 3, 4 ) x76f100_device::verboselog( int n_level, const c
const device_type X76F100 = &device_creator<x76f100_device>;
x76f100_device::x76f100_device( const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock )
: device_t( mconfig, X76F100, "X76F100 Flash", tag, owner, clock, "x76f100", __FILE__ ),
: device_t( mconfig, X76F100, "Xicor X76F100 Flash", tag, owner, clock, "x76f100", __FILE__ ),
device_nvram_interface(mconfig, *this),
m_cs( 0 ),
m_rst( 0 ),