summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/mac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-309/+309
* (MESS) Mac: get the 6805s away from knowing mac_state internals, fixes Pippin... R. Belmont2013-01-021-7/+14
* Better devicification of the Apple II FDC/IWM/SWIM Nathan Woods2012-12-241-0/+1
* (MESS) Mac: added "image" card which allows direct read/write access to any v... R. Belmont2012-12-091-0/+8
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-2/+2
* (MESS) Mac: Preliminary support for Micron XCEED 30HR and MacroColor 30 PDS c... R. Belmont2012-10-281-0/+4
* (MESS) Mac: Add support for PDS Sigma Designs L-View card [R. Belmont, Sharkp... R. Belmont2012-10-221-0/+2
* (MESS) Mac: Add support for Lapis ProColor Server 8*16 PDS video card [R. Bel... R. Belmont2012-10-211-1/+3
* (MESS) Mac updates: [R. Belmont] R. Belmont2012-10-211-0/+9
* (MESS) Mac: Convert 343-004x RTC/PRAM chip into modern RTC device [R. Belmont] R. Belmont2012-10-201-27/+6
* (MESS) Mac: Support original Macintosh II Video Card [R. Belmont, Sharkpuncher] R. Belmont2012-10-171-0/+2
* (MESS) Mac updates: [R. Belmont] R. Belmont2012-10-141-14/+22
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-13/+12
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-15/+15
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-29/+29
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-12/+12
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-13/+13
* fixed some warnings about unreachable statements reported by cppcheck (no wha... Oliver Stöneberg2012-09-081-2/+2
* Split out callbacks from scsibus_device into scscb_device, eventually this wi... smf-2012-09-061-13/+9
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... smf-2012-08-291-45/+37
* glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th... smf-2012-08-231-21/+21
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+2174