ds2404: Provide full chip name and standard oscillator frequency (nw)

This commit is contained in:
AJR 2017-07-31 20:05:15 -04:00
parent 3b4315a4b5
commit d050ba956e
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
//**************************************************************************
// device type definition
DEFINE_DEVICE_TYPE(DS2404, ds2404_device, "ds2404", "DS2404")
DEFINE_DEVICE_TYPE(DS2404, ds2404_device, "ds2404", "DS2404 EconoRAM Time Chip")
//-------------------------------------------------
// ds2404_device - constructor

View File

@ -21,7 +21,7 @@
***************************************************************************/
#define MCFG_DS2404_ADD(_tag, _ref_year, _ref_month, _ref_day) \
MCFG_DEVICE_ADD(_tag, DS2404, 0) \
MCFG_DEVICE_ADD(_tag, DS2404, XTAL_32_768kHz) \
MCFG_DS2404_REF_YEAR(_ref_year) \
MCFG_DS2404_REF_MONTH(_ref_month) \
MCFG_DS2404_REF_DAY(_ref_day)