summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/990_hd.c
Commit message (Collapse)AuthorAgeFilesLines
* ti990: Moved into ti99 subdirectory. (nw) Michael Zapf2013-11-101-1045/+0
|
* small DEVICE_STOP cleanup (nw) Oliver Stöneberg2013-08-031-7/+0
|
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-4/+4
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-75/+74
|
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
| | | | | | | | | | | | device_memory_interface::space() assert against NULL and return a reference, and pushed references throughout all address space usage in the system. Added a has_space() method to check for those rare case when it is ambiguous. [Aaron Giles] Also reinstated the generic space and added fatal error handlers if anyone tries to actually read/write from it.
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
| | | | | | | read/write handlers to take an address_space & instead of an address_space *. Also update pretty much all other functions to take a reference where appropriate. [Aaron Giles]
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-4/+4
| | | note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-8/+8
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1053