summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/a2bus.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+2
* apple/apple2.cpp: added Apple ROM/Firmware card with 3 options: Applesoft, In... arbee2023-06-081-0/+2
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* apple3: Support for the Titan "/// Plus II" Apple II emulation card. [R. Belm... arbee2021-06-151-0/+1
* Spring cleaning: Vas Crabb2019-11-011-5/+3
* (nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c... Vas Crabb2019-10-161-4/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-261-38/+11
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-11/+38
* a2bus: Replace CPU finder with address space finder; make DMA line an explici... AJR2019-01-221-26/+7
* a2bus: Simplify and consolidate DMA handlers now that address_space is no lon... AJR2019-01-101-12/+4
* apple2/apple2e/apple2gs: more MCFG elimination (nw) arbee2018-09-061-0/+5
* devcb3 Vas Crabb2018-07-071-3/+3
* (nw) More next-generation machine configuration WIP and bus modernisation - s... Vas Crabb2018-05-071-37/+44
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-12/+12
* a2bus, spectrum/exp: set a better example (nw) Vas Crabb2018-01-271-5/+10
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* memory: Remove some space parameters from the apple2 domain [O. Galibert] Olivier Galibert2017-12-191-8/+8
* a2bus: Define 7M clock through constant (nw) AJR2017-11-251-0/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-13/+17
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-28/+28
* reverting: Miodrag Milanovic2016-01-201-12/+10
* 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-10/+12
* override part 1 (nw) Miodrag Milanovic2015-12-051-3/+3
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-011-4/+4
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+197