summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pp01.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-276/+0
|
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
| | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines.
* Placed my files under BSD3, and also some that I shared with Robbert with ↵ Miodrag Milanovic2015-05-071-1/+1
| | | | his approval (nw)
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-1/+7
| | | | | p.s. I tested several games/systems and I triple checked the diff to be sure I did not make any copy and paste mistake in the 195 files touched by this, but let me know if any system suddenly stops working!
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-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-1/+2
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-1/+8
|
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-1/+3
|
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
|
* (MESS) PP01 : added uart Robbbert2013-09-301-4/+6
|
* (MESS) PP01 : added sound Robbbert2013-09-291-10/+11
|
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-1/+1
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2
|
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-4/+0
| | | | changed to be members of state classes (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+257