summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/coco.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* machine/coco.cpp: Fix for MT 07305 AJR2021-06-211-2/+1
* coco: fix disabling of joysticks (MT #7475) (#8099) tim lindner2021-05-261-5/+60
* coco3: fix diecom light gun. (#8075) tim lindner2021-05-221-41/+34
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* coco12.cpp, coco3.cpp: Fixed hi-res joystick interface. (#7473) tim lindner2020-11-171-4/+4
* coco12.cpp, coco3.cpp, dragon.cpp: Removed IRQ trampolines from CoCo driver f... tim lindner2020-11-131-96/+2
* bus/coco: Simplify handler signatures and uint type names (nw) AJR2020-06-071-9/+9
* another bunch of macro removals (nw) Ivan Vangelista2020-05-191-6/+6
* 6883sam: Replace custom dynamic memory banking with conventional address spaces AJR2020-04-181-33/+0
* (nw) removal of wave.h part 2 Robbbert2019-07-061-1/+0
* Pia6821 improvements (#5254) Mike2019-06-191-10/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-6/+6
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-6/+6
* 6821pia, 6840ptm, 6850acia, bus/ss50, cmi01a: Simplify read/write handlers (nw) AJR2019-02-181-4/+4
* bankdev: Remove address_space argument from read/write handlers (nw) AJR2019-01-211-2/+2
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-1/+1
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-7/+7
* removed first_screen() from coco, orion, primo, and vector06, nw mooglyguy2018-03-101-2/+3
* The great CoCo/Dragon clock correction (nw) AJR2017-12-301-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-5/+5
* [CoCo] Minor refactoring; better usage of accessors for maincpu, maincpu addr... Nathan Woods2017-07-081-24/+21
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-3/+3
* srcclean (nw) Vas Crabb2017-06-251-2/+2
* [CoCo] Miscellaneous cleanups/hygiene (nw) Nathan Woods2017-06-131-2/+2
* CoCo: Overhaul to the cartridge slot subsystem and Speech/Sound Cartridge sup... npwoods2017-06-011-11/+53
* [CoCo] Further cleanups in CoCo cartridge slot signal handling Nathan Woods2017-03-191-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Correct Color Computer DAC type and separate single-bit sound AJR2017-01-141-14/+13
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* Changed disassembler overrides to use 'std::ostream &' internally Nathan Woods2016-10-301-104/+115
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-23/+23
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-2/+2
* Fixed some Doxy comments, and addressed a few nits Nathan Woods2016-10-151-3/+3
* [COCO] Changed to use required_ioport_array and optional_ioport Nathan Woods2016-10-151-16/+7
* Rough C++ modernization of CoCo cartridge infrastructure (usage of 'enum clas... Nathan Woods2016-08-181-1/+3
* Devfind revision phase 2 (nw) AJR2016-08-051-2/+2
* Move disasm overrides into interface, reducing driver-debugger dependencies (nw) AJR2016-06-241-7/+0
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-53/+53
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1387