summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/apple2.h
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-382/+0
|
* 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
|
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-2/+2
|
* (MESS) Apple II series changes: [R. Belmont] R. Belmont2014-08-211-1/+12
| | | | | | | - Support 1 MB expansion for Laser 128ex2 - Give the IIc Plus the correct drive type, but it's still unhappy - Promote apple2c4 to working since it runs fine now
* (MESS) Improve Laser 128 series support; 128EX/2 now boots DOS 3.3 and ↵ R. Belmont2014-08-161-1/+5
| | | | ProDOS. [Peter Ferrie, R. Belmont]
* (MESS) Apple II updates: R. Belmont2014-08-101-0/+4
| | | | | | | - Added additional ROMs for TK3000 - Added preliminary mono/color config switch for pre-IIgs machines (doesn't yet work in lo-res) - Moved Laser 3000 to its own driver since it's not very Apple-like and got it to boot into BASIC.
* More cleanups, there is issue with srcclean that needs to be taken care as ↵ Miodrag Milanovic2014-07-221-2/+2
| | | | well, just doing now what we can
* a2bus_device and a2eauxslot_device: converted to devcb2 (nw) Ivan Vangelista2014-04-171-3/+3
|
* (MESS) Apple II: Correct setup of built-in ACIAs for IIc/IIc Plus [R. Belmont] R. Belmont2014-04-131-1/+13
|
* (MESS) Apple II updates: [R. Belmont] R. Belmont2014-04-131-7/+11
| | | | | | - Some minor cleanup to how post-IIe machines are handled - Fixed N/M keys on Platinum IIe and IIgs
* (MESS) apple2: rewrote keyboard handling according to schematics and using ↵ R. Belmont2014-02-121-15/+12
| | | | | | | the generic AY-3600. [R. Belmont] nw: next up, devcb2 the generic 3600.
* (MESS) Apple drivers cleanup: [R. Belmont] R. Belmont2014-02-091-24/+9
| | | | | | | - apple3_state is no longer an unnecessary subclass of apple2_state - ay3600 keyboard decoder is now independent from apple2_state - cleaned up some includes
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-1/+1
|
* (MESS) Apple II bus moving day (nw) R. Belmont2013-10-221-3/+5
|
* moving some static functions in driver state for MESS drivers plus some ↵ Miodrag Milanovic2013-04-181-33/+16
| | | | other modernization (nw)
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-1/+4
|
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
|
* (MESS) Apple II: Support 8 meg AE RamWorks III card for IIe. [R. Belmont] R. Belmont2013-02-091-1/+3
|
* (MESS) Apple II: Another pass on tagmaps, plus preliminary emulation of the ↵ R. Belmont2013-02-081-3/+58
| | | | standard and extended 80-column cards for the IIe [R. Belmont]
* (MESS) Apple II: General modernization, some tagmap cleanup, and prep work ↵ R. Belmont2013-02-061-4/+5
| | | | to emulate IIe aux slot cards. [R. Belmont]
* machine_notify_delegate modernization (nw) Miodrag Milanovic2013-02-041-0/+1
|
* modernized some pre/postload calls (no whatsnew) Miodrag Milanovic2013-01-311-0/+1
|
* (MESS) De-tagged the Apple II series drivers [R. Belmont] R. Belmont2013-01-281-1/+25
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-122/+122
|
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-0/+3
|
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-2/+1
|
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-5/+0
|
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
|
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-4/+4
| | | | | | | | to 8-bit handlers to match the others. To ease pain, added DECLARE_READ/WRITE_HANDLER macros that set up a default parameter. Also updated devcb so that the handlers can be called with or without the mem_mask. [Aaron Giles]
* 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
|
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-6/+3
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-9/+18
| | | | changed to be members of state classes (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+287