| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -382/+0 | |
| | | |||||
| * | Synced other dirs withs driver license for MESS (nw) | 2015-05-13 | 1 | -2/+2 | |
| | | |||||
| * | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | Cleanups and version bumpmame0155 | 2014-10-15 | 1 | -2/+2 | |
| | | |||||
| * | (MESS) Apple II series changes: [R. Belmont] | 2014-08-21 | 1 | -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 ↵ | 2014-08-16 | 1 | -1/+5 | |
| | | | | | ProDOS. [Peter Ferrie, R. Belmont] | ||||
| * | (MESS) Apple II updates: | 2014-08-10 | 1 | -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 ↵ | 2014-07-22 | 1 | -2/+2 | |
| | | | | | well, just doing now what we can | ||||
| * | a2bus_device and a2eauxslot_device: converted to devcb2 (nw) | 2014-04-17 | 1 | -3/+3 | |
| | | |||||
| * | (MESS) Apple II: Correct setup of built-in ACIAs for IIc/IIc Plus [R. Belmont] | 2014-04-13 | 1 | -1/+13 | |
| | | |||||
| * | (MESS) Apple II updates: [R. Belmont] | 2014-04-13 | 1 | -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 ↵ | 2014-02-12 | 1 | -15/+12 | |
| | | | | | | | | the generic AY-3600. [R. Belmont] nw: next up, devcb2 the generic 3600. | ||||
| * | (MESS) Apple drivers cleanup: [R. Belmont] | 2014-02-09 | 1 | -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 | 2013-11-05 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) Apple II bus moving day (nw) | 2013-10-22 | 1 | -3/+5 | |
| | | |||||
| * | moving some static functions in driver state for MESS drivers plus some ↵ | 2013-04-18 | 1 | -33/+16 | |
| | | | | | other modernization (nw) | ||||
| * | (MESS) cassette cleanup (nw) | 2013-04-17 | 1 | -1/+4 | |
| | | |||||
| * | Cleanups and version bumpmame0148u1 | 2013-02-11 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) Apple II: Support 8 meg AE RamWorks III card for IIe. [R. Belmont] | 2013-02-09 | 1 | -1/+3 | |
| | | |||||
| * | (MESS) Apple II: Another pass on tagmaps, plus preliminary emulation of the ↵ | 2013-02-08 | 1 | -3/+58 | |
| | | | | | standard and extended 80-column cards for the IIe [R. Belmont] | ||||
| * | (MESS) Apple II: General modernization, some tagmap cleanup, and prep work ↵ | 2013-02-06 | 1 | -4/+5 | |
| | | | | | to emulate IIe aux slot cards. [R. Belmont] | ||||
| * | machine_notify_delegate modernization (nw) | 2013-02-04 | 1 | -0/+1 | |
| | | |||||
| * | modernized some pre/postload calls (no whatsnew) | 2013-01-31 | 1 | -0/+1 | |
| | | |||||
| * | (MESS) De-tagged the Apple II series drivers [R. Belmont] | 2013-01-28 | 1 | -1/+25 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -122/+122 | |
| | | |||||
| * | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) | 2012-10-03 | 1 | -0/+3 | |
| | | |||||
| * | TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) | 2012-09-25 | 1 | -2/+1 | |
| | | |||||
| * | manual cleanup of mame and mess includes (no whatsnew) | 2012-09-18 | 1 | -5/+0 | |
| | | |||||
| * | Modernized screen update calls (no whatsnew) | 2012-09-17 | 1 | -1/+2 | |
| | | |||||
| * | Memory handler cleanup 3. Add mem_mask parameter | 2012-09-17 | 1 | -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 | 2012-09-17 | 1 | -2/+2 | |
| | | | | note: hoarded dump removed too from coco_cart.xml, this will not be tolerated | ||||
| * | Enum and union normalization. | 2012-09-16 | 1 | -4/+4 | |
| | | |||||
| * | First pass at modernizing struct definitions. | 2012-09-15 | 1 | -6/+3 | |
| | | |||||
| * | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ | 2012-09-13 | 1 | -9/+18 | |
| | | | | | changed to be members of state classes (no whatsnew) | ||||
| * | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+287 | |
