summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/palm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* mc68328_device: converted to devcb2 (nw) Ivan Vangelista2014-04-051-36/+9
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+2
* Video attributes are now per screen (nw) Miodrag Milanovic2014-03-061-3/+4
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+4
* small PALETTE_INIT cleanup (nw) Oliver Stöneberg2013-08-041-8/+9
* moved some legacy macros from driver.h to drivlgcy.h (nw) Oliver Stöneberg2013-07-151-0/+1
* Made includes of C files in drivers section to use .inc instead, and also ren... Miodrag Milanovic2013-06-181-1/+1
* (MESS) Modernized MC68328 (DragonBall) device. [Fabio Priuli] Fabio Priuli2013-06-031-21/+27
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-1/+1
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-10/+9
* Reverted MC68328 changes. (nw) Curt Coder2013-03-071-1/+1
* Fixed build. (nw) Curt Coder2013-03-071-1/+1
* (MESS) palm.c: Reduced tagmap lookups (nw) Wilbert Pol2013-02-141-15/+24
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-14/+14
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-1/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-22/+23
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-5/+5
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-17/+17
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-3/+3
* Memory handler normalization, part 1. Aaron Giles2012-09-171-26/+26
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-18/+16
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+511