summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/dragon.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-153/+0
|
* simplification: in the coco/dragon virtual functions which get called from ↵ Richard Goedeken2015-08-041-6/+6
| | | | 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
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Fix various typos and spelling mistakes Zoë Blade2015-04-111-2/+2
| | | | | | | | | | | | | | I'm purposefully leaving /src/emu/bus/cbmiec/c1541.c's kernal.bin as it is, as this particular spelling mistake was originally made by Robert Russell, therefore is canon. See http://en.wikipedia.org/wiki/KERNAL for details. I'm also leaving /src/emu/machine/nscsi_bus.c's RECIEVE as I don't want to break anything, but it's worth someone looking into. I renamed some variables in /src/mame/drivers/sfbonus.c, /src/mame/video/tia.c and /src/mame/video/tia.h, so if anyone wants to verify I didn't break anything, that would be nice.
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-2/+2
|
* Fix for ROM paging on both the Dragon 64 and Dragon Alpha, which restores ↵ Miodrag Milanovic2013-04-121-3/+3
| | | | the Dragon Alpha to working condition [Phill Harvey-Smith]
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2
|
* moved constructor of state classes into .h file (no whatsnew) Miodrag Milanovic2012-09-131-24/+0
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+175