summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/hd63450.cpp
Commit message (Expand)AuthorAgeFilesLines
* hd63450: add primitive /own and /dtack support Patrick Mackinlay2025-04-021-6/+19
* Revert "wip" Patrick Mackinlay2025-01-101-5/+7
* wip Patrick Mackinlay2025-01-101-7/+5
* machine/hd63450.cpp: Simplified DRQ lines and added PCL lines. Nigel Barnes2024-02-151-44/+34
* hd63450: only halt cpu in max transfer rate mode cracyc2023-09-081-2/+3
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-9/+3
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-4/+4
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* hd63450: unhalt cpu if a dma bus error occurs cracyc2021-06-251-0/+2
* hd63450: start handling bus errors cracyc2021-06-021-0/+7
* hd63450: speed up max rate transfers cracyc2021-05-291-3/+4
* x68k: adjust special priority mode and screen timings cracyc2021-05-291-2/+11
* hd63450: add linked array chaining cracyc2021-05-281-1/+12
* hd63450: restart transfer if continue is set cracyc2021-05-141-0/+8
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-2/+2
* (nw) whole lot less of { *this } Vas Crabb2020-02-051-10/+8
* hd63450, scc68070, saa1099: Modernize struct member save registration (nw) AJR2019-12-101-19/+17
* hd63450: Clear all *but* the lowest bit of CSR on reset (nw) AJR2019-04-191-1/+1
* hd63450: Update IRQ output when enable bit changes (nw) AJR2019-04-191-0/+4
* hd63450: More accurate IRQ handling with a tidier interface AJR2019-04-191-14/+69
* hd63450: Hide logging calls behind logmacro (nw) AJR2018-06-251-25/+28
* hd63450: Even more cleanup (nw) AJR2018-06-251-189/+141
* hd63450: CSR/CER behavior (nw) AJR2018-06-251-2/+6
* hd63450: More stuff to reset (nw) AJR2018-06-251-0/+4
* hd63450: Minor cleanup; initialize registers on device_reset; save state regi... AJR2018-06-251-36/+62
* hd63450: Configure device clock (not used yet); back out custom constructor (nw) AJR2018-06-251-1/+1
* hd63450, genvdp, munchmo, esq5505, multigam: Remove machine().device lookups, nw mooglyguy2018-06-221-9/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-11/+11
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* hd63450: Fixed device to find the owner CPU if the top node doesn't have a CP... Joakim Larsson Edstrom2017-01-061-1/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-041-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+555