summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pockstat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-311-2/+2
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-311-2/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+1
* MESS part of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-4/+2
* (MESS) pockstat : fixed regression, added a note (nw) Robbbert2013-11-041-1/+11
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-3/+3
* dac_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-2/+4
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-7/+9
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-120/+95
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-34/+34
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-36/+36
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-12/+13
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-5/+5
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-6/+6
* Pass 2 of struct modernization. Aaron Giles2012-09-151-12/+12
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-49/+47
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-4/+4
* 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/+1025