summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mface2.c
Commit message (Collapse)AuthorAgeFilesLines
* (MESS) Moved the remaining slot interfaces to emu/bus. (nw) Curt Coder2014-03-171-348/+0
|
* redo amstrad expansion slot devcb usage (nw) Miodrag Milanovic2014-03-161-4/+4
|
* Moved default card config, device inputs and clock off the slot interface so ↵ smf-2013-05-291-1/+1
| | | | they can be specified for all cards [smf]
* Expanded device_t constructor with parameters for short name and source file ↵ Miodrag Milanovic2013-03-261-1/+1
| | | | location [Miodrag Milanovic]
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-18/+18
|
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
| | | | | | | | | | | | 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.
* 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/+348