| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) | 2023-06-17 | 1 | -13/+0 | |
| | | | | | | | | | | | | | Read callbacks now need a default return value supplied at construction. Replaced isnull() with isunset() which tells you if the callback wasn't configured rather than whether it isn't safe to call. Enabled validation of device callbacks (it seems it was disabled at some point, probably accidentally). Device callbacks and object finders now implement the same interface for resolution. | ||||
| * | Added helpers for 64-bit count leading zeroes/ones. | 2021-06-13 | 1 | -3/+3 | |
| | | |||||
| * | kl5c80a12, kl5c80a16: Added emulation of KP63(A) Timer/Counter unit. This ↵ | 2020-09-14 | 1 | -5/+5 | |
| | | | | | | | | | improves timings in animalc, haekaka, pyenaget and tdoboon. * animalc: Pile kludge upon kludge for poorly understood video timing register * gocowboy, itazuram: Increase frequency of one timer interrupt (and hopper timing in gocowboy) * kc82, kp69: Modernize state_add syntax | ||||
| * | kp69: Clean up code a bit; don't latch masked-out requests; prepare for ↵ | 2020-08-05 | 1 | -53/+77 | |
| | | | | | device variant | ||||
| * | kl5c80a12: Emulate interrupt controller | 2020-07-27 | 1 | -0/+453 | |
