summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/coco.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-269/+0
|
* simplification: in the coco/dragon virtual functions which get called from ↵ Richard Goedeken2015-08-041-2/+2
| | | | coco.c when the PIA port A/B output status changes, send the new 8-bit output signals directly as a function parameter rather than forcing the handlers to call back into the PIA objects to get the new values
* 1. increase accuracy of TRS-80 Coco audio output by holding the analog ↵ Richard Goedeken2015-08-021-0/+4
| | | | output value while the sound_enable line is low. this fixes buzzing noise in Sock Master's Donkey Kong. 2. add comments regarding the interaction between the PIA i/o lines and the analog subsystem
* remove undefined and unused function Richard Goedeken2015-07-291-1/+0
|
* more pedantic fixes (NW) Cowering2015-07-081-1/+1
|
* finish setting copyright holders for MESS section (nw) Miodrag Milanovic2015-05-131-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Workaround for dragon.h drivers crash. (nw) Ivan Vangelista2014-10-191-2/+2
|
* (MESS) TRS-80 CoCo: implement virtual "Becker Port" for DriveWire support. ↵ R. Belmont2014-10-191-0/+6
| | | | [Richard Goedeken]
* More cleanups, there is issue with srcclean that needs to be taken care as ↵ Miodrag Milanovic2014-07-221-1/+1
| | | | well, just doing now what we can
* cococart to devcb2 (nw) Miodrag Milanovic2014-05-131-3/+1
|
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-1/+0
|
* Added serial printer, renamed centronics printer to match. Standardised the ↵ smf-2014-04-161-8/+3
| | | | configuration of rs232 devices. All serial devices are now connected using an rs232 port. [smf]
* bitbanger_device: converted to devcb2 (nw) Ivan Vangelista2014-04-151-2/+3
| | | | Loading coco doesn't crash, but someone familiar with the system should test it. Thanks!
* hardcode the rs232 port again. (nw) smf-2014-04-061-3/+7
|
* MESS: coco uses rs232 port instead of bitbanger [smf] smf-2014-04-061-7/+3
|
* (MESS) Moved the remaining slot interfaces to emu/bus. (nw) Curt Coder2014-03-171-1/+1
|
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-20/+18
|
* [COCO] Fixed a degenerate scenario that could cause MESS to crash with a stack Nathan Woods2013-03-101-0/+3
| | | | | overflow when reading the floating bus.
* Minor cleanups (nw) Nathan Woods2013-03-101-39/+25
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-47/+47
|
* [COCO] Enabling RTC outside of coco3 (mametesters #4894) Nathan Woods2012-12-281-0/+1
|
* Replaced all device_t's with actual device classes. Regression test ↵ Curt Coder2012-11-261-1/+1
| | | | recommended. (nw)
* (MESS) Fixed coco Hi-Res joystick (MT #05030) Sandro Ronco2012-10-241-0/+1
|
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-2/+2
|
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-8/+8
|
* moved constructor of state classes into .h file (no whatsnew) Miodrag Milanovic2012-09-131-1/+15
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+262