summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coco3.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-66/+66
* (nw) coco: don't need cassette sound; machine has AUDIO ON command for that. Robbbert2019-07-101-1/+0
* (nw) removal of wave.h part 2 Robbbert2019-07-061-3/+4
* (nw) cassette: last lot of wave changes Robbbert2019-07-011-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-37/+38
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-38/+37
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-211-8/+8
* Remove MCFG_DEVICE_DISASSEMBLE_OVERRIDE usage cam9002019-02-171-20/+21
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-4/+2
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-5/+5
* mc6847: Eliminate MCFG_ macros; modernize screen auto-configuration (nw) AJR2019-01-191-0/+2
* src\mame: misc MCFG removal (nw) Ivan Vangelista2018-12-031-2/+2
* src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-12/+12
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-3/+3
* Added ~ to coco3's second level shift. Missed from first commit. (nw) tim lindner2018-09-161-1/+1
* Extended CoCo 3's keyboard to include a second shift level. This enabled natu... tim lindner2018-09-151-10/+10
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-17/+17
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* devcb3 Vas Crabb2018-07-071-11/+11
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-7/+7
* gime: Eliminated machine().device, nw mooglyguy2018-06-021-8/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-33/+33
* 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