summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/supracan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* Removed palette_device parameter from gfx draw methods. All draw methods now ... Alex W. Jackson2014-03-191-2/+2
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-10/+10
* 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
* You now specify a gfxdecode device once when you create a tilemap, rather tha... Alex W. Jackson2014-03-101-22/+22
* 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-7/+10
* MESS part of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-6/+3
* 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-10/+10
* Moved drawgfx functions to gfx_element (nw) Miodrag Milanovic2014-02-131-2/+2
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+2
* acan (nw) David Haywood2013-08-211-2/+7
* minor changes (nw) David Haywood2013-08-211-10/+24
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-10/+12
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-3/+3
* run latest srcclean on rest of files (nw) Miodrag Milanovic2013-03-191-3/+0
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-131/+133
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+3
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-17/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-18/+18
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-32/+32
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-26/+26
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-12/+12
* 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-41/+41
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-4/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-44/+41
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-14/+14
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-3/+3
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-6/+6
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* added missing \n to more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-1/+1
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-27/+31
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-6/+6
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-19/+19
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1942