summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/macpci.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-15/+3
|
* moving some static functions in driver state for MESS drivers plus some ↵ Miodrag Milanovic2013-04-181-6/+4
| | | | other modernization (nw)
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
|
* some mess device callback cleanup (nw) Miodrag Milanovic2013-04-051-4/+2
|
* Some more moving to proper place and compile fix (nw) Miodrag Milanovic2013-02-221-1/+1
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-28/+28
|
* (MESS) Mac: get the 6805s away from knowing mac_state internals, fixes ↵ R. Belmont2013-01-021-0/+4
| | | | Pippin error [R. Belmont]
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-37/+19
|
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-4/+3
|
* change from device->machine() to space.machine() in device handlers in order ↵ Miodrag Milanovic2012-09-211-6/+6
| | | | to make next changes easier (no whatsnew)
* Memory handler normalization, part 1. Aaron Giles2012-09-171-6/+6
| | | | | | | | | | | | | 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]
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
|
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
| | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles]
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-8/+8
| | | | | | resolved device_state_interface. Added redundant methods to device_state_interface to generate errors when this is done.
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-8/+8
| | | | | | 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/+256