summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mv_sonora.cpp
Commit message (Collapse)AuthorAgeFilesLines
* machine/mv_sonora.cpp: Support 2, 4, and 16bpp modes. [R. Belmont] arbee2025-01-231-0/+41
| | | | apple/macpdm.cpp: Fix HMC reads and writes, map RAM properly, and hook up NuBus. [R. Belmont]
* machine/mv_sonora.cpp: Sonora/Ardbeg use an external pixel clock (PDM does ↵ arbee2024-06-191-8/+29
| | | | | | not). Also fixed monochrome mode. [R. Belmont] apple/omega.cpp: Add "Omega" programmable PLL chip to generate the pixel clock for LC III/LC 520/LC 550. [R. Belmont]
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-1/+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.
* mv_sonora: Support machines with a 32-bit wide bus. [R. Belmont] arbee2022-07-081-25/+102
|
* srcclean in preparation for release Vas Crabb2021-03-281-2/+2
|
* swim3: Fix rddata, a little more contents Olivier Galibert2021-03-241-0/+13
| | | | | sonora: Allow reading the control register macpdm: Add floppy softlists
* macpdm: Add vblank irq Olivier Galibert2021-03-241-1/+4
|
* macpdm: Add timer, interrupts, fix via speed, fix sonora bit order... Olivier Galibert2021-03-151-2/+2
|
* f2pbball.lay, ftri1.lay: Attributes are more readable than inline Vas Crabb2021-03-141-1/+1
| | | | styles, and defaults can be omitted.
* pmac6100: Move it to a new driver Olivier Galibert2021-03-121-0/+251