summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pb1000.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* remove not needed parameters (nw) Miodrag Milanovic2014-03-241-20/+20
* Converted hd44352_device to devcb2 (nw) Ivan Vangelista2014-03-201-6/+2
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-6/+7
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-2/+2
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* License tags. (nw) Sandro Ronco2013-10-261-0/+2
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-4/+5
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-4/+4
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-190/+190
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-1/+1
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-4/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+4
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* (MESS) Clean up some MACHINE_CONFIG_START. (nw) Sandro Ronco2012-09-081-24/+2
* (MESS) Fixed screen type in some drivers. (nw) Sandro Ronco2012-09-071-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+630