summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ssystem3.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
* converted pa* & pb* inputs to WRITE_LINE_MEMBER [smf] smf-2014-01-011-5/+11
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-16/+5
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-2/+2
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-49/+45
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-23/+23
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-112/+112
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-44/+42
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-29/+29
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Memory handler normalization, part 1. Aaron Giles2012-09-171-3/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+0
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+350