| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -759/+0 | |
| | | |||||
| * | change flags from GAME_ to MACHINE_ | 2015-07-29 | 1 | -8/+8 | |
| | | | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines. | ||||
| * | Cleanups and version bumpmame0155 | 2014-10-15 | 1 | -18/+18 | |
| | | |||||
| * | (MESS) converted ibmpcjr and studio2 to use generic cart slot for | 2014-10-02 | 1 | -122/+200 | |
| | | | | their carts. nw. | ||||
| * | Assorted setname/description updates for MESS from MASH (nw) | 2014-05-27 | 1 | -1/+1 | |
| | | |||||
| * | cdp1861: Cleaned up devcb2. (nw) | 2014-03-21 | 1 | -2/+8 | |
| | | |||||
| * | cdp1802: devcb2. (nw) | 2014-02-26 | 1 | -51/+18 | |
| | | |||||
| * | cdp1802: devcb for the state codes. (nw) | 2014-02-25 | 1 | -3/+3 | |
| | | |||||
| * | Switched rgb_t to a class, replacing macros with methods. Mappings are | 2014-02-19 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | as follows: MAKE_RGB(r,g,b) == rgb_t(r,g,b) MAKE_ARGB(a,r,g,b) == rgb_t(a,r,g,b) RGB_ALPHA(data) == data.a() RGB_RED(data) == data.r() RGB_GREEN(data) == data.g() RGB_BLUE(data) == data.b() RGB_BLACK == rgb_t::black RGB_WHITE == rgb_t::white Implicit conversions to/from UINT32 are built in as well as simple addition, subtraction, and scaling (with clamping). As a result of being a class, some stricter typing was needed in a few places but overall not too much. | ||||
| * | License tags. (nw) | 2013-10-16 | 1 | -0/+2 | |
| | | |||||
| * | Cleanups and version bumpmame0150 | 2013-09-17 | 1 | -10/+10 | |
| | | |||||
| * | (MESS) visicom: Fixed colors and video. [Curt Coder] | 2013-08-07 | 1 | -20/+62 | |
| | | | | (MESS) visicom.xml: Fixed cartridge data bit order. [Charles MacDonald, Marcel van Tongeren] | ||||
| * | (MESS) mpt02: Fixed CDP1864 colors. [Curt Coder, Guru] | 2013-08-06 | 1 | -8/+8 | |
| | | |||||
| * | (MESS) studio2: Fixed loose .bin/.rom cartridge file loading, and supported ↵ | 2013-08-05 | 1 | -28/+102 | |
| | | | | | | loading ROMs to multiple base addresses in the software list. [Curt Coder] (MESS) visicom: Added cartridge software list. [ranger_lennier, Charles MacDonald] | ||||
| * | (MESS) studio2: Updated notes. (nw) | 2013-08-02 | 1 | -44/+1 | |
| | | |||||
| * | (MESS) devcb2. (nw) | 2013-06-09 | 1 | -30/+5 | |
| | | |||||
| * | MESS anonymous timers this time. (nw) | 2013-05-23 | 1 | -4/+11 | |
| | | |||||
| * | (MESS) Added skeleton driver for RCA COSMAC Microkit. [Bill Degnan, Curt Coder] | 2013-05-11 | 1 | -3/+3 | |
| | | | | cosmac: Added the original CDP1801 CPU variant and rewrote the disassembler. [Curt Coder] | ||||
| * | made BEEP and RAM devices initialize in constructor of driver classes (nw) | 2013-04-23 | 1 | -7/+6 | |
| | | |||||
| * | Removal of machine().root_device() where appropriate (nw) | 2013-04-14 | 1 | -2/+2 | |
| | | |||||
| * | Modernized the beep and taitosnd devices. [Andrew Gardner] | 2013-03-06 | 1 | -4/+4 | |
| | | |||||
| * | small cleanup (nw) | 2013-03-04 | 1 | -3/+3 | |
| | | |||||
| * | Some more moving to proper place and compile fix (nw) | 2013-02-22 | 1 | -0/+76 | |
| | | |||||
| * | Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) | 2013-02-05 | 1 | -2/+2 | |
| | | |||||
| * | (MESS) Reduced tagmap abuse. (nw) | 2013-01-24 | 1 | -3/+3 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -19/+19 | |
| | | |||||
| * | Cleanups and version bumpmame0147u4 | 2012-12-17 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) studio2: Documentation update. [Stiletto, Guru] | 2012-12-08 | 1 | -3/+8 | |
| | | |||||
| * | modernization or timer callbacks part 2 (no whatsnew) | 2012-09-24 | 1 | -3/+3 | |
| | | |||||
| * | (MESS) Death to palettes. (nw) | 2012-09-12 | 1 | -16/+6 | |
| | | |||||
| * | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+581 | |
