summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/unior.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-2/+5
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-3/+3
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-35/+25
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-3/+3
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-1/+1
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* (MESS) unior : added PIT and UART devices, and sound. Robbbert2013-10-111-36/+107
* (MESS) unior : added PPI devices (nw) Robbbert2013-10-111-25/+81
* (MESS) unior : added DMA and CTRC devices (nw) Robbbert2013-10-091-80/+91
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+4
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-5/+5
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-7/+7
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-8/+7
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+351