summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/studio2.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-759/+0
|
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-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 Miodrag Milanovic2014-10-151-18/+18
|
* (MESS) converted ibmpcjr and studio2 to use generic cart slot for Fabio Priuli2014-10-021-122/+200
| | | their carts. nw.
* Assorted setname/description updates for MESS from MASH (nw) Scott Stone2014-05-271-1/+1
|
* cdp1861: Cleaned up devcb2. (nw) Curt Coder2014-03-211-2/+8
|
* cdp1802: devcb2. (nw) Curt Coder2014-02-261-51/+18
|
* cdp1802: devcb for the state codes. (nw) Curt Coder2014-02-251-3/+3
|
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-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) Curt Coder2013-10-161-0/+2
|
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-10/+10
|
* (MESS) visicom: Fixed colors and video. [Curt Coder] Curt Coder2013-08-071-20/+62
| | | (MESS) visicom.xml: Fixed cartridge data bit order. [Charles MacDonald, Marcel van Tongeren]
* (MESS) mpt02: Fixed CDP1864 colors. [Curt Coder, Guru] Curt Coder2013-08-061-8/+8
|
* (MESS) studio2: Fixed loose .bin/.rom cartridge file loading, and supported ↵ Curt Coder2013-08-051-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) Curt Coder2013-08-021-44/+1
|
* (MESS) devcb2. (nw) Curt Coder2013-06-091-30/+5
|
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-4/+11
|
* (MESS) Added skeleton driver for RCA COSMAC Microkit. [Bill Degnan, Curt Coder] Curt Coder2013-05-111-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) Miodrag Milanovic2013-04-231-7/+6
|
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-2/+2
|
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-4/+4
|
* small cleanup (nw) Miodrag Milanovic2013-03-041-3/+3
|
* Some more moving to proper place and compile fix (nw) Miodrag Milanovic2013-02-221-0/+76
|
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+2
|
* (MESS) Reduced tagmap abuse. (nw) Curt Coder2013-01-241-3/+3
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-19/+19
|
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-1/+1
|
* (MESS) studio2: Documentation update. [Stiletto, Guru] Curt Coder2012-12-081-3/+8
|
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-3/+3
|
* (MESS) Death to palettes. (nw) Curt Coder2012-09-121-16/+6
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+581