summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/a2bus.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-9/+0
* apple/apple2.cpp: added Apple ROM/Firmware card with 3 options: Applesoft, In... arbee2023-06-081-0/+12
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* bus/rs232: Added a configurable patch box device, and various cleanups. Vas Crabb2021-10-031-0/+4
* apple3: fix low-memory indirection through the X byte and get slot IRQs worki... arbee2020-09-281-2/+2
* Spring cleaning: Vas Crabb2019-11-011-15/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-18/+10
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-10/+18
* a2bus: Replace CPU finder with address space finder; make DMA line an explici... AJR2019-01-221-6/+8
* a2bus: Simplify and consolidate DMA handlers now that address_space is no lon... AJR2019-01-101-12/+2
* move couple more slots across (nw) Vas Crabb2018-05-111-0/+2
* (nw) fix cbuster, modernise a1bus a little, kill more low-value macros Vas Crabb2018-05-091-2/+5
* (nw) few more macros replaced with constructors Vas Crabb2018-05-071-5/+1
* (nw) More next-generation machine configuration WIP and bus modernisation - s... Vas Crabb2018-05-071-26/+47
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-21/+1
* Fix debug build (nw) AJR2018-01-271-1/+0
* a2bus, spectrum/exp: set a better example (nw) Vas Crabb2018-01-271-10/+18
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-18/+17
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-4/+0
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-0/+4
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-4/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-10/+10
* Revert software-installed slot/image options when changing software AJR2016-04-041-1/+0
* reverting: Miodrag Milanovic2016-01-201-13/+13
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-13/+13
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 2 Miodrag Milanovic2015-12-041-3/+3
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-8/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+334