summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/acorn
Commit message (Collapse)AuthorAgeFilesLines
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-1/+1
|
* acorn_fdc/atom_discpack: Set READY on HEAD_LOAD. Nigel Barnes2018-09-172-11/+9
|
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-1/+1
|
* Previous commit examples of use (nw) Olivier Galibert2018-08-022-2/+2
|
* -8042kbdc, mb89352, mc6854: Removed legacy devcb accessors. [Ryan Holtz] mooglyguy2018-07-312-12/+21
|
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-1/+1
| | | | | | * Make more #include guards follow standard format - using MAME_ as the prefix makes it easy to see which ones come from our code in a preprocessor dump, and having both src/devices/machine/foo.h and src/mame/machine/foo.h causes issues anyway * Get #include "emu.h" out of headers - it should only be the first thing in a complilation unit or we get differences in behaviour with PCH on/off * Add out-of-line destructors to some devices - it forces the compiler to instantiate the vtable in a certain location and avoids some non-deterministic compiler behaviours
* cleanup (nw) Vas Crabb2018-07-1215-49/+43
|
* Acorn Bus slot devices for:- Nigel Barnes2018-07-1030-0/+2773
Acorn Atom: - AtomSID - Acorn Atom Disc Pack - Econet Board Acorn System: - 32K Dynamic RAM Board - 8K Static RAM Board - Cassette Interface Board - Econet Board - Floppy Disc Controller Board - 40 Column VDU Board - 80x25 VDU Board - Versatile Interface Board CMS: - CMS 40/80 Video Terminal Card - CMS Floppy Disc Controller - CMS High Resolution Colour Graphics Card