summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* (MESS) macplus: add all 3 official boot ROMs plus a homebrew enhanced version... arbee2015-01-031-2/+2
* (MESS) Fix dropped keystrokes on pre-ADB Macs. [Rob Braun] arbee2015-01-031-8/+3
* (MESS) Improve mouse tracking for pre-ADB Macs. [Rob Braun] arbee2015-01-031-6/+85
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-4/+0
* Fixed mac validation (nw) Miodrag Milanovic2014-04-231-2/+4
* m68000 callbacks to delegates (nw) Miodrag Milanovic2014-04-221-4/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-4/+4
* 8530scc: devcb2. (nw) Curt Coder2014-03-171-2/+2
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-8/+8
* (MESS) mac: cleanup (nw) R. Belmont2014-01-021-222/+257
* Removed cb2 callback from mac drivers, you now have to push the data. [smf] smf-2014-01-011-37/+6
* removed read_ca*/read_cb* as they just returned what you'd written to the chi... smf-2014-01-011-1/+4
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-49/+11
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-8/+8
* (MESS): Checkpoint original Mac keyboard LLE, make it possible to select by #... R. Belmont2013-09-081-12/+42
* (MESS) fix some regressions (nw) Wilbert Pol2013-08-051-2/+2
* (MESS) Mac: convert ASC to devcb2 IRQ output, some minor modernization. [R. B... R. Belmont2013-07-291-14/+11
* (MESS) Mac: cleaned up and fixed NuBus IRQ handling for machines with fake VI... R. Belmont2013-07-281-3/+4
* cast cast revolution (nw) R. Belmont2013-06-301-2/+4
* legacy_cpu-- David Haywood2013-06-251-6/+6
* (MESS) modernized the Mac Sound device. [Fabio Priuli] Fabio Priuli2013-06-021-8/+8
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-3/+0
* more state cleanup and some modernization (nw) Miodrag Milanovic2013-04-191-1/+1
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-1/+1
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-109/+97
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+1
* cleanup (nw) Miodrag Milanovic2013-04-141-5/+5
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-13/+13
* some mess device callback cleanup (nw) Miodrag Milanovic2013-04-051-12/+7
* Some more moving to proper place and compile fix (nw) Miodrag Milanovic2013-02-221-1/+1
* 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