summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/mac.h
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-562/+0
|
* 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
|
* 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
|
* Fix various typos and spelling mistakes Zoë Blade2015-04-111-1/+1
| | | | | | | | | | | | | | I'm purposefully leaving /src/emu/bus/cbmiec/c1541.c's kernal.bin as it is, as this particular spelling mistake was originally made by Robert Russell, therefore is canon. See http://en.wikipedia.org/wiki/KERNAL for details. I'm also leaving /src/emu/machine/nscsi_bus.c's RECIEVE as I don't want to break anything, but it's worth someone looking into. I renamed some variables in /src/mame/drivers/sfbonus.c, /src/mame/video/tia.c and /src/mame/video/tia.h, so if anyone wants to verify I didn't break anything, that would be nice.
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-3/+3
|
* (MESS) mac: greatly improve keyboard reliability on Macs with ↵ arbee2015-01-051-0/+4
| | | | first-generation ADB hardware (SE,II,IIx,IIcx,SE/30,IIci). [Rob Braun]
* Fixed mac validation (nw) Miodrag Milanovic2014-04-231-1/+1
|
* m68000 callbacks to delegates (nw) Miodrag Milanovic2014-04-221-1/+1
|
* SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are ↵ smf-2014-04-141-3/+3
| | | | separate so you can for example have -harddisk1 as ID 6 and -harddisk 2 as ID 5. The HLE'd CD & HD have configuration switches to set the ID, real emulated hardware will specify the ID using it's own method. [smf]
* (MESS) macpds: Moved to emu/bus/macpds. (nw) Curt Coder2014-03-211-1/+1
|
* 8530scc: devcb2. (nw) Curt Coder2014-03-171-1/+1
|
* Moved optional_device<screen_device> m_screen and ↵ Miodrag Milanovic2014-03-051-2/+5
| | | | optional_device<palette_device> m_palette out of driver.* (nw)
* Remove code obfuscation, please don't revert my changes without discussing ↵ smf-2014-01-021-1/+2
| | | | it first. [smf]
* (MESS) mac: cleanup (nw) R. Belmont2014-01-021-4/+14
|
* Removed cb2 callback from mac drivers, you now have to push the data. [smf] smf-2014-01-011-2/+1
|
* removed read_ca*/read_cb* as they just returned what you'd written to the ↵ smf-2014-01-011-2/+6
| | | | chip already. [smf]
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-8/+4
|
* (MESS) Move NuBus and friends into the new bus structure (nw) R. Belmont2013-10-221-1/+1
|
* (MESS): Checkpoint original Mac keyboard LLE, make it possible to select by ↵ R. Belmont2013-09-081-3/+10
| | | | | | | | #ifdef (nw) This appears to have regressed when the MCS48 CPU core was recently modernized, although I haven't been able to determine exactly why yet.
* (MESS) Mac: convert ASC to devcb2 IRQ output, some minor modernization. [R. ↵ R. Belmont2013-07-291-1/+1
| | | | Belmont]
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | house a screen tag and to find the screen at startup, providing an m_screen object that can be used. One nice feature is that if there is only one screen and no screen has been specified, it will auto configure to that screen. This removes the need to explicitly specify a screen in the configuration for a large chunk of drivers (though doing so never hurts). A new macro MCFG_VIDEO_SET_SCREEN is provided, though devices are encouraged to define their own that maps there so it is obvious which device is being targeted. The device_video_interface's validation function will error if an invalid screen is specified or if no screen is provided but there are multiple screens present. Updated all devices that currently had an m_screen in them to use the device_video_interface instead. This also has the nice benefit of flagging video-related devices for categorization purposes. It also means all these devices inherit the same screen-finding behaviors. For devices that had interfaces that specified a screen tag, those have been removed and all existing structs updated. Added an optional_device<screen_device> m_screen to the base driver_device. If you name your screen "screen" (as most drivers do), you will have free access to your screen this way. Future updates include: * Updating all devices referencing machine.primary_screen to use the device_video_interface instead * Updating all drivers referencing machine.primary_screen to use the m_screen instead * Removing machine.primary_screen entirely
* (MESS) Mac updates: [R. Belmont] R. Belmont2013-07-211-0/+1
| | | | | | | | - Corrected memory map errors with the SE and Classic - Preliminary support for the SE's 68000 processor-direct slot - Preliminary support for the Radius Full Page Display card which goes in the SE PDS slot
* cast cast revolution (nw) R. Belmont2013-06-301-1/+1
|
* legacy_cpu-- David Haywood2013-06-251-1/+2
| | | this is a first pass at converting to a modern device, I'd be surprised if there are no issue but it's already a weeks worth of updating + testing.
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-2/+2
|
* (MESS) modernized the Mac Sound device. [Fabio Priuli] Fabio Priuli2013-06-021-11/+19
|
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
|
* more state cleanup and some modernization (nw) Miodrag Milanovic2013-04-191-1/+2
|
* moving some static functions in driver state for MESS drivers plus some ↵ Miodrag Milanovic2013-04-181-0/+10
| | | | other modernization (nw)
* some mess device callback cleanup (nw) Miodrag Milanovic2013-04-051-0/+2
|
* modernized some pre/postload calls (no whatsnew) Miodrag Milanovic2013-01-311-0/+1
|
* (MESS) mac: Use pre-cached tagmaps for keyboard/mouse (nw) R. Belmont2013-01-261-0/+15
| | | | (No speed difference, sorry folks).
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-107/+105
|
* (MESS) Mac: get the 6805s away from knowing mac_state internals, fixes ↵ R. Belmont2013-01-021-2/+3
| | | | Pippin error [R. Belmont]
* (MESS) Mac: Convert 343-004x RTC/PRAM chip into modern RTC device [R. Belmont] R. Belmont2012-10-201-62/+6
|
* (MESS) Mac updates: [R. Belmont] R. Belmont2012-10-141-0/+9
| | | | | | | | | | | | | | | | | - Line-level ADB comms for machines using the Egret ADB MCU, including standard transactions and SRQ - Built-in video support for all modes on machines with the V8 and Sonora ASICs - Corrected some minor bugs in the ADB protocol spoken by the keyboard simulation New systems added or promoted from NOT_WORKING status ----------------------------------------------------- Macintosh LC [R. Belmont] Macintosh IIsi [R. Belmont] Macintosh LC II [R. Belmont] Macintosh Classic II [R. Belmont] Macintosh LC III [R. Belmont] Macintosh IIvx [R. Belmont] Macintosh IIvi [R. Belmont]
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-4/+15
|
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-0/+6
|
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-0/+1
|
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-9/+18
|
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
| | | note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
* Enum and union normalization. Aaron Giles2012-09-161-4/+4
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-14/+26
| | | | changed to be members of state classes (no whatsnew)
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-1/+23
|
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from ↵ smf-2012-08-291-2/+5
| | | | MESS. (nw)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+483