summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/x07_cas.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-06-05 23:51:47 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-06-05 23:53:44 -0400
commit0990b9df663b0cee40bb7b142bbdf32383b51a23 (patch)
tree95c29743d59eef20c0d555a7e6ff7f2732eb90b9 /src/lib/formats/x07_cas.cpp
parent334af8082a2d24ff985382937707b8eee21c5835 (diff)
ds1386: Make initialization of RTC registers from system time actually work; adopt more useful default value for command register
hp16500b: Add DS1286 (nw)
Diffstat (limited to 'src/lib/formats/x07_cas.cpp')
0 files changed, 0 insertions, 0 deletions
>/+1 * Modernization of drivers part 18 (no whatsnew) Miodrag Milanovic2013-02-121-0/+1 * manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-8/+0 * Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2 * Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+2 * TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+1 * Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+1 * Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-2/+3 * MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-5/+5 * MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+3 * Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1 * Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2 * Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-5/+5 * Updated sigma/stern/subsino/tatsumi/tch/tecfri/technos/tehkan to driver_devices. Aaron Giles2011-03-031-2/+14 * Modified video update system. [Miodrag Milanovic]