summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/dgnalpha.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-377/+0
|
* dgnalpha: updated to use the new wd fdc Dirk Best2015-05-301-19/+20
|
* more sorting of MESS licenses (nw) Miodrag Milanovic2015-05-131-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* wd17xx: Cleanup. (nw) Curt Coder2014-05-121-11/+0
|
* wd17xx: devcb2. (nw) Curt Coder2014-05-121-1/+0
|
* wd17xx: devcb2. (nw) Curt Coder2014-05-121-2/+0
|
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-19/+0
| | | This is easily the commit I ever did that touches the most drivers. I payed extra attention while doing it, stared at the diff really hard to find any errors and did some testing. Obviously I can't test every single game / system, so please report any regression you might find.
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-181-13/+13
|
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-22/+0
|
* modernised the AY8910 [smf] smf-2013-05-121-3/+3
|
* Fix for ROM paging on both the Dragon 64 and Dragon Alpha, which restores ↵ Miodrag Milanovic2013-04-121-0/+3
| | | | the Dragon Alpha to working condition [Phill Harvey-Smith]
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-23/+23
|
* Memory handler normalization, part 1. Aaron Giles2012-09-171-11/+11
| | | | | | | | | | | | | READ/WRITE_DEVICE*_HANDLERs are now passed an address_space &, and the 8-bit variants get a mem_mask as well. This means they are now directly compatible with the member function delegates. Added a generic address space to the driver_device that can be used when no specific address space is available. Also added DECLARE_READ/WRITE_DEVICE*_HANDLER macros to declare device callbacks with default mem_mask parameters. [Aaron Giles]
* moved constructor of state classes into .h file (no whatsnew) Miodrag Milanovic2012-09-131-14/+0
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+440