summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/macseconds.cpp
Commit message (Collapse)AuthorAgeFilesLines
* macseconds: correct include order hap2025-08-011-4/+3
|
* machine/macseconds.cpp: mix-in to consolidate all of the copy-pastes of the ↵ arbee2025-07-121-0/+56
Mac-style time generation. [R. Belmont] * Also restored the clocks syncing to the local time zone rather than GMT. m6502/m5074x.cpp: Make external IRQs edge-triggered as documented for the M5074x and M5075x. [R. Belmont] apple/macprtb.cpp: Properly ack the VBL interrupt to the microcontroller. Fixes the one-second IRQ. [R. Belmont] * This fixes the Alarm Clock desk accessory so it updates every second on the Portable and PowerBook 100.