summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pokemini.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* 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-7/+8
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-4/+4
* replaced more machine().firstcpu with m_maincpu [smf] smf-2014-01-231-4/+4
* finished modernising i2cmem [smf] smf-2013-12-011-10/+5
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-2/+2
* (MESS) pokemini.c: Merged everything into the driver file and switched to dev... Wilbert Pol2013-05-271-1/+1714
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-1/+1
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-7/+7
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+5
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+111