mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
ds2404: Provide full chip name and standard oscillator frequency (nw)
This commit is contained in:
parent
3b4315a4b5
commit
d050ba956e
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user