summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/sgi.c
Commit message (Collapse)AuthorAgeFilesLines
* Device-ified SGI memory controller (nw) Ivan Vangelista2014-03-241-192/+238
|
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
|
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-85/+85
| | | | | | | 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-1/+1
| | | note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
|
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
| | | | | | Convert all cpu_get_pc() to safe_pc() and cpu_getpreviouspc() to safe_basepc(). Removed the old macros.
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+512