summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/mac.c
Commit message (Expand)AuthorAgeFilesLines
* no longer using read_safe from code under src/mess (nw) Wilbert Pol2015-08-111-1/+1
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-25/+25
* Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-071-1/+1
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-111-1/+1
* changes for Juergen Buchmueller in core and credits for some files in mess(nw) Miodrag Milanovic2015-05-071-1/+1
* 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/+10
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+2
* Cleanups and version bump Miodrag Milanovic2014-07-221-2/+2
* (MESS) mac: add PMU ROMs for later use [R. Belmont] R. Belmont2014-06-241-1/+28
* Examined/adjusted mess.lst for orphaned sets and invalid entries. Adjusted s... Scott Stone2014-06-171-4/+7
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-7/+1
* macpds: removed unused config. nw. Fabio Priuli2014-05-011-6/+1
* Fixed mac validation (nw) Miodrag Milanovic2014-04-231-1/+2
* m68000 callbacks to delegates (nw) Miodrag Milanovic2014-04-221-2/+1
* nubus_device: converted to devcb2 (nw) Ivan Vangelista2014-04-171-21/+59
* SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separat... smf-2014-04-141-50/+70
* ncr539x.device: converted to devcb2 (nw) Ivan Vangelista2014-04-081-8/+4
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-5/+5
* ncr5380_device: converted to devcb2 (nw) Ivan Vangelista2014-04-041-14/+16
* (MESS) macpds: Moved to emu/bus/macpds. (nw) Curt Coder2014-03-211-1/+1
* 8530scc: devcb2. (nw) Curt Coder2014-03-171-9/+18
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-2/+8
* MCFG_DEVICE_REMOVE("palette") replaced with proper MCFG_PALETTE_MODIFY (nw) Miodrag Milanovic2014-03-071-6/+6
* Video attributes are now per screen (nw) Miodrag Milanovic2014-03-061-12/+12
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-20/+23
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-8/+8
* (MESS): Keep my style, incorporating smf's suggestions (nw) R. Belmont2014-01-021-3/+3
* Remove code obfuscation, please don't revert my changes without discussing it... smf-2014-01-021-3/+3
* (MESS) mac: cleanup (nw) R. Belmont2014-01-021-47/+82
* Removed cb2 callback from mac drivers, you now have to push the data. [smf] smf-2014-01-011-18/+6
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-17/+135
* (MESS) Move NuBus and friends into the new bus structure (nw) R. Belmont2013-10-221-17/+29
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+1
* (MESS): Checkpoint original Mac keyboard LLE, make it possible to select by #... R. Belmont2013-09-081-0/+1
* (MESS) fix some regressions (nw) Wilbert Pol2013-08-051-1/+1
* some SCREEN_UPDATE_* cleanups (nw) Oliver Stöneberg2013-08-051-1/+1
* (MESS) Mac: convert ASC to devcb2 IRQ output, some minor modernization. [R. B... R. Belmont2013-07-291-10/+10
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+1
* (MESS) Mac updates: [R. Belmont] R. Belmont2013-07-211-1/+42
* cast cast revolution (nw) R. Belmont2013-06-301-6/+5
* it's not possible to emulate powermacs due to modernized 68k, RIP that projec... R. Belmont2013-06-291-3/+5
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-22/+22
* more state cleanup and some modernization (nw) Miodrag Milanovic2013-04-191-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* 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
* misc fixes. Hint: read_safe can't work anymore (nw) Olivier Galibert2013-02-071-5/+5
* (MESS) mac: Use pre-cached tagmaps for keyboard/mouse (nw) R. Belmont2013-01-261-5/+5