summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp9845_io/98035.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Vas Crabb2024-11-251-3/+3
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-7/+7
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+3
* Revert initialisation of device members in headers. Vas Crabb2022-04-031-22/+22
* init vars for coverity (bus/a-l) Robbbert2022-04-021-22/+22
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-18/+18
* devices/bus: a few macro removals (nw) Ivan Vangelista2020-05-201-1/+1
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-141-12/+13
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+2
* device_add_mconfig up to devices/bus/h* (nw) Ivan Vangelista2017-06-081-7/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-19/+20
* hp9845: 1st attempt at eliminating the src/mame -> src/devices fulivi2017-03-081-2/+2
* srcclean (nw) Vas Crabb2016-11-271-7/+7
* hp9845: re-implemented the 98035 RTC module at a low-level as I have the fulivi2016-11-031-56/+69
* srcclean (nw) Vas Crabb2016-10-231-23/+23
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-22/+22
* hp9845: handling of I/O slots added. Implemented HP98035 RTC card. fulivi2016-10-121-0/+109