summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coco3.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* Fixed the coco3dw1 system as it was missing the CART_CB WRITELINE, NMI and HALT. David Ladd2018-04-261-0/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-17/+18
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-5/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+4
* The great CoCo/Dragon clock correction (nw) AJR2017-12-301-5/+9
* Merge pull request #2672 from npwoods/multiple_natural_keyboard_bindings R. Belmont2017-10-101-4/+4
|\
| * Added support for multiple PORT_CHAR() bindings, and adopted in the CoCo driv... Nathan Woods2017-09-241-4/+4
* | coco_cart, coco_flop: Add compatibility filtering (nw) AJR2017-09-241-0/+2
|/
* Fix Tandy CoCo keyboard mapping (github issue #2386) Vas Crabb2017-06-211-36/+36
* [CoCo 3] Cleanups to the GIME implementation Nathan Woods2017-06-141-1/+1
* CoCo: Overhaul to the cartridge slot subsystem and Speech/Sound Cartridge sup... npwoods2017-06-011-0/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* DERIVED_CLOCK now updates in response to clock changes, and changed CoCo to u... npwoods2017-05-101-2/+5
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Remove some dependency between src/devices/ and src/mame (nw) Miodrag Milanovic2017-02-051-1/+0
* Move disasm overrides into interface, reducing driver-debugger dependencies (nw) AJR2016-06-241-0/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-66/+66
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+376