summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6525tpi.h
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-154/+0
|
* some more (nw) Miodrag Milanovic2015-05-131-2/+2
|
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
|
* 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
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-27/+27
|
* Big Amiga cleanup and reorganizaton. CDTV temporarily broken. Lots of Dirk Best2014-05-131-0/+12
| | | | work still to do. All basic Amiga models are now supported to varying degrees.
* tpi6525_device: converted to devcb2 (nw) Ivan Vangelista2014-04-141-37/+49
|
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-3/+3
|
* Modernized 6525tpi device. (nw) Ivan Vangelista2013-10-071-41/+43
|
* (MESS) cbm2: Fixed 6509<>8088 comms. (nw) Curt Coder2013-02-231-0/+4
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-9/+9
|
* (MESS) p500: Rewrote the driver using the PLAs for address decoding. [Curt ↵ Curt Coder2012-09-191-0/+10
| | | | Coder]
* Memory handler normalization, part 1. Aaron Giles2012-09-171-8/+8
| | | | | | | | | | | | | 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]
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
|
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-1/+20
|
* More porting ... Angelo Salese2011-05-061-0/+94