summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/mstation.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rp5c01.c: converted to devcb2 (nw) Ivan Vangelista2014-03-191-5/+2
* 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/+6
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-2/+2
* License tags. (nw) Sandro Ronco2013-10-261-0/+2
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-2/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-106/+106
* (MESS) mstation: added emulation of SST 28SF040 flash. (nw) Sandro Ronco2013-01-061-12/+23
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-10/+10
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-7/+7
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+4
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-1/+1
* (MESS) Fixed screen type in some drivers. (nw) Sandro Ronco2012-09-071-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+546