summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/einstein (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-243-3/+3
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-082-3/+3
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-5/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-092-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-063-5/+5
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-044-11/+13
* maps: Finish devices/bus (nw) Olivier Galibert2018-04-212-9/+11
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-14/+8
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-141-5/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-124-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-173-3/+3
* srcclean (nw) Vas Crabb2017-11-262-2/+2
* einstein: Improve interrupts, add WIP Speculator support Dirk Best2017-11-204-0/+293
* einstein: Add support for the Silicon Disc RAM drive Dirk Best2017-11-093-0/+175
* einstein: Add support for mouse connected to the user port Dirk Best2017-11-013-0/+155
* einstein: Add bus interface for the user port and emulate speech cart Dirk Best2017-10-315-3/+354
* einstein: Move pipe bus to its own directory Dirk Best2017-10-314-0/+0
* einstein: Create "Tatung Pipe" bus and convert 80 column device Dirk Best2017-10-284-0/+546