summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/itt3030.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tms9927: converted to use inline configs. nw. Fabio Priuli2014-05-011-7/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Removed palette_device parameter from gfx draw methods. All draw methods now ... Alex W. Jackson2014-03-191-1/+1
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-2/+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/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-3/+2
* removed space before m_gfxdecode in main trunk(nw) Miodrag Milanovic2014-02-261-2/+2
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-2/+2
* Moved drawgfx functions to gfx_element (nw) Miodrag Milanovic2014-02-131-1/+1
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-180/+179
* (MESS) itt3030: correct blanking status bits, fixes long wait at startup (nw) R. Belmont2013-12-121-1/+13
* (MESS) itt3030: preliminary keyboard matrix hookup, fixed text drawing [R. Be... R. Belmont2013-12-111-11/+137
* fix Clang? compile (nw) R. Belmont2013-12-091-1/+13
* (MESS) Checkpoint (nw) R. Belmont2013-12-081-1/+39
* (MESS) fix typo (nw) R. Belmont2013-12-061-2/+2
* compile fix (unused variable) (nw) Miodrag Milanovic2013-12-061-1/+1
* (MESS) itt3030: preliminary bankswitching setup using bankdev [R. Belmont] R. Belmont2013-12-061-6/+82
* (MESS) itt3030: start adding to the skeleton. [rfka01, R. Belmont] R. Belmont2013-12-061-14/+254
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-7/+7
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+154