summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/applepic.cpp
Commit message (Expand)AuthorAgeFilesLines
* machine/applepic.cpp: Don't let the 6502 program see masked IRQs as active. ... arbee2025-06-131-4/+76
* machine/applepic.cpp: Cleaned up IRQ handling, finished and tested DMA. [R. B... arbee2024-07-031-16/+88
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-12/+2
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-3/+3
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* applepic: Add timer and remaining GPIO AJR2021-07-301-14/+52
* applepic: Add device files missing from 918da8411db59ec376d800ae2a424344a6736a25 AJR2021-07-291-0/+406