summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/apple2gs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-14/+2
* a2bus_device and a2eauxslot_device: converted to devcb2 (nw) Ivan Vangelista2014-04-171-15/+11
* (MESS) Apple II updates: [R. Belmont] R. Belmont2014-04-131-3/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* es5503 used devcb2 instead of custom callbacks (nw) Miodrag Milanovic2014-03-231-2/+6
* 8530scc: devcb2. (nw) Curt Coder2014-03-171-1/+1
* (MESS) apple2gs: render to rgb32, allowing palette raster tricks (e.g. "3200 ... R. Belmont2014-03-161-3/+4
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-5/+5
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* kb3600: converted to devcb2 (nw) R. Belmont2014-02-131-18/+13
* (MESS) apple2: rewrote keyboard handling according to schematics and using th... R. Belmont2014-02-121-2/+42
* (MESS) Apple drivers cleanup: [R. Belmont] R. Belmont2014-02-091-0/+3
* (MESS) apple2gs: Add support for Vulcan Gold IDE card [R. Belmont, Spk] R. Belmont2014-02-031-0/+1
* Canonicalize more devcb2 (nw) R. Belmont2014-01-041-8/+16
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-2/+1
* (MESS) New System Drivers Supported R. Belmont2013-12-071-0/+19
* (MESS) Apple II bus moving day (nw) R. Belmont2013-10-221-18/+20
* or is this the better way.. Michaël Banaan Ananas2013-07-111-1/+1
* fix compile Michaël Banaan Ananas2013-07-111-1/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-7/+7
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-2/+2
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-11/+11
* (MESS) apple2gs: Checkpoint on ADB MCU emulation (nw) R. Belmont2013-03-311-31/+40
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-2/+2
* (MESS) Apple II: Preliminary support for the Apple II Rev. C SCSI Card. [R. B... R. Belmont2013-03-011-1/+4
* Moved some mess devices to proper place (nw) Miodrag Milanovic2013-02-221-2/+2
* (MESS) Apple II: Added support for Street Electronics Echo Plus and Zip Techn... R. Belmont2013-02-181-2/+11
* don't dupe devices (nw) R. Belmont2013-02-131-1/+0
* (MESS) apple2gs can use SSC too (nw) R. Belmont2013-02-131-0/+3
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-98/+97
* apple2gs: Enable AE Vulcan IDE card (nw, will self-serve) R. Belmont2013-02-101-0/+2
* (MESS) Apple II: General modernization, some tagmap cleanup, and prep work to... R. Belmont2013-02-061-1/+1
* (MESS) apple2gs: Enable 6850 MIDI card. Tested in MasterTracks Pro and synth... R. Belmont2013-01-301-0/+2
* (MESS) De-tagged the Apple II series drivers [R. Belmont] R. Belmont2013-01-281-94/+173
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-91/+90
* es5503: Make the number of output channels configurable [O. Galibert] Olivier Galibert2012-11-231-1/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-15/+11
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-1/+1
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-5/+5
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* (MESS) apple2gs: Save states now officially supported. [R. Belmont] R. Belmont2012-09-161-3/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-8/+8
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+416