| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) | 2023-06-17 | 1 | -18/+2 | |
| | | | | | | | | | | | | | 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. | ||||
| * | clean up crud (nw) | 2020-02-29 | 1 | -7/+4 | |
| | | |||||
| * | srcclean and manual adjustments (nw) | 2020-02-23 | 1 | -2/+2 | |
| | | |||||
| * | Alfaskop 4110 keyboard and related improvements (#6291) | 2020-02-10 | 1 | -0/+556 | |
| | | | | | | | | | | | | | | | * mc6844.cpp: WIP NEW DEVICE Motorola mc6844 DMA controller (devicified from swtpc09.cpp) * 6821pia.cpp: improved LOG messages a bit * mc6854: Added support for external clocks, DMA, improved LOG messages and fine tuning of IRQ handling * mc6846: Removed nonexistant CP1 output callback and added a CP1 input interface call * 6850acia.cpp: Updated use of logmacro.h * alfaskop4110: WIP added keyboard and fixed build errors | ||||
| * | Revert "Alfaskop improvements" | 2020-01-31 | 1 | -561/+0 | |
| | | |||||
| * | alfaskop41xx.cpp, jedparse.h, mc6844.cpp : addressed PR feedback | 2019-12-27 | 1 | -14/+19 | |
| | | |||||
| * | WIP NEW DEVICE Motorola mc6844 DMA controller (devicified from swtpc09.cpp) | 2019-12-18 | 1 | -0/+556 | |
