summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rtc4543.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
| | | | | | | | | | | | Per Vas' request. If the compile fails for you (i'm thinking osx and windows native debuggers here in particular), add '#include "emu.h"' as first include of the cpp files that fail. Due to our use of precompilation and forced inclusion, emu.h must be included as the very first non-comment thing we do if we want to be sure msvc compiles are identical to gcc/clang ones. Doing it directly instead of through an include increases the correctness probability by a magnitude.
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* Soft resets no longer turn back clocks on devices AJR2016-10-091-2/+0
| | | | | | | device_rtc_interface: Cleanups and refinements (nw) - Give RTCs their own phase of machine initialization, right after NVRAM loading - Make RTC feature flag overrides const, including one new one - Make rtc_clock_updated a required override
* feversoc: More inputs figured out AJR2016-07-241-1/+1
|
* Correct JRC6355E implementation to agree with NJU6355 datasheet AJR2016-07-071-15/+81
| | | | RTC writes and reads in feversoc both fully work now.
* feversoc: Hook up EEPROM; remap buttons (#1028) ajrhacker2016-07-051-54/+201
| | | | | | feversoc.cpp: Hook up EEPROM; remap buttons, hook up lamps and serial RTC [AJR]; rtc4543.cpp: More complete implementation with better logging features. Added JRC6355E variant used by feversoc. [AJR]
* reverting: Miodrag Milanovic2016-01-201-6/+6
| | | | | | | SHA-1: 1f90ceab075c4869298e963bf0a14a0aac2f1caa * tags are now strings (nw) fix start project for custom builds in Visual Studio (nw)
* tags are now strings (nw) Miodrag Milanovic2016-01-161-6/+6
| | | | fix start project for custom builds in Visual Studio (nw)
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
|
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-1/+1
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+206