summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/coco.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-273/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-6/+3
* init vars for coverity Robbbert2022-03-201-17/+17
* Removed extra semicolons after function bodies in remaining headers. (#9277) 0kmg2022-02-071-1/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* coco: fix disabling of joysticks (MT #7475) (#8099) tim lindner2021-05-261-1/+2
* coco3: fix diecom light gun. (#8075) tim lindner2021-05-221-2/+2
* coco: standardize include guard Patrick Mackinlay2021-01-041-2/+1
* coco12.cpp, coco3.cpp: Fixed hi-res joystick interface. (#7473) tim lindner2020-11-171-1/+1
* coco12.cpp, coco3.cpp, dragon.cpp: Removed IRQ trampolines from CoCo driver f... tim lindner2020-11-131-12/+4
* bus/coco: Simplify handler signatures and uint type names (nw) AJR2020-06-071-5/+5
* another bunch of macro removals (nw) Ivan Vangelista2020-05-191-7/+7
* CoCo: Changed driver coco3dw1 to have a default on becker port. tim lindner2020-05-021-0/+1
* 6883sam: Replace custom dynamic memory banking with conventional address spaces AJR2020-04-181-4/+1
* (nw) removal of wave.h part 2 Robbbert2019-07-061-2/+0
* Pia6821 improvements (#5254) Mike2019-06-191-1/+1
* coco2: Converted all coco/dragon extension devices to use cts handlers. Nigel Barnes2019-05-251-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-3/+1
* (nw) coco3: fixed validation errors Robbbert2018-03-111-1/+1
* removed first_screen() from coco, orion, primo, and vector06, nw mooglyguy2018-03-101-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+3
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-2/+2
* [CoCo] Minor refactoring; better usage of accessors for maincpu, maincpu addr... Nathan Woods2017-07-081-0/+1
* srcclean (nw) Vas Crabb2017-06-251-1/+1
* [CoCo] Miscellaneous cleanups/hygiene (nw) Nathan Woods2017-06-131-21/+29
* CoCo: Overhaul to the cartridge slot subsystem and Speech/Sound Cartridge sup... npwoods2017-06-011-2/+13
* dragon32: Corrected release year and company of Spanish clones Nigel Barnes2017-04-171-0/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* Remove some dependency between src/devices/ and src/mame (nw) Miodrag Milanovic2017-02-051-2/+0
* Correct Color Computer DAC type and separate single-bit sound AJR2017-01-141-0/+1
* Changed disassembler overrides to use 'std::ostream &' internally Nathan Woods2016-10-301-1/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-17/+17
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-2/+1
* [COCO] Changed to use required_ioport_array and optional_ioport Nathan Woods2016-10-151-3/+3
* Delegatize dasm overrides (nw) AJR2016-06-261-1/+1
* Move disasm overrides into interface, reducing driver-debugger dependencies (nw) AJR2016-06-241-3/+4
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* override part 1 (nw) Miodrag Milanovic2015-12-051-3/+3
* move mess into mame (nw) Miodrag Milanovic2015-09-301-0/+269