summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mac.c
Commit message (Expand)AuthorAgeFilesLines
...
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-12/+12
* Memory handler normalization, part 1. Aaron Giles2012-09-171-14/+14
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+2
* 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-3/+3
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-1/+1
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-2/+2
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-5/+5
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-15/+15
* pwrmac doesn't need the ROM overlay (nw) R. Belmont2012-09-021-1/+1
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... smf-2012-08-291-20/+13
* use ncr5380 as a c++ device (nw) smf-2012-08-261-18/+18
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+3283