summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pk8000.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-4/+4
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-3/+3
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-2/+2
* modernized photon and small cleanup (nw) Miodrag Milanovic2013-04-031-29/+12
* (MESS) pk8000.c: Forgot these ones.. (nw) Wilbert Pol2013-02-091-2/+6
* (MESS) pk8000.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-091-39/+73
* IRQ_CALLBACK modernization part 1 (no whatsnew) Miodrag Milanovic2013-01-311-2/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+3
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-21/+25
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-7/+7
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-3/+4
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+6
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+405