summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* modernized some pre/postload calls (no whatsnew) Miodrag Milanovic2013-01-311-6/+6
* Better tagmap cleanup (thanks Haze!) (nw) R. Belmont2013-01-271-24/+2
* (MESS) fixed Visual Studio warning about potentially uninitialized variable i... Oliver Stöneberg2013-01-261-1/+1
* (MESS) mac: Use pre-cached tagmaps for keyboard/mouse (nw) R. Belmont2013-01-261-5/+27
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-193/+193
* Better devicification of the Apple II FDC/IWM/SWIM Nathan Woods2012-12-241-5/+5
* (MESS) Mac: Support headless operation [R. Belmont] R. Belmont2012-10-201-4/+11
* (MESS) Mac: Convert 343-004x RTC/PRAM chip into modern RTC device [R. Belmont] R. Belmont2012-10-201-21/+17
* (MESS) Mac updates: [R. Belmont] R. Belmont2012-10-141-1/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-176/+144
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-41/+37
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-25/+25
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-6/+6
* 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