summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ssem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-311-3/+4
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-311-4/+3
* removed some of machine().first_screen() users (nw) Miodrag Milanovic2014-03-141-3/+5
* 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-2/+2
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* small cleanup (nw) Miodrag Milanovic2013-04-151-5/+3
* more cleanup (nw) Miodrag Milanovic2013-04-141-9/+8
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-5/+5
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-9/+12
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-40/+40
* - h6280.c: Modernized the H6280 core. Ryan Holtz2012-12-231-3/+4
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-77/+77
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-6/+6
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-14/+14
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+3
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-3/+3
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+661