summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/cop452.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+1
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-4/+4
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-49/+48
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* hp_ipc: fixed timer reloading in COP452 (#6914) fulivi2020-07-051-6/+1
* cop452: fixed validation (Device cop452.cpp(COP452) short name contains inval... Ivan Vangelista2020-07-021-1/+1
* hp_ipc: added beeper (#6893) fulivi2020-07-021-0/+350