summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/macpci.c (follow)
Commit message (Expand)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 other... Miodrag Milanovic2013-04-181-6/+4
* 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 Pippin... R. Belmont2013-01-021-0/+4
* 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
* Memory handler normalization, part 1. Aaron Giles2012-09-171-6/+6
* 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
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-8/+8
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-8/+8
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+256