summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/leland.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-534/+0
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-091-1/+0
* nothing much Michaël Banaan Ananas2014-08-141-12/+4
* nw Michaël Banaan Ananas2014-08-121-1/+4
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Video attributes are now per screen (nw) Miodrag Milanovic2014-03-061-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+6
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* i186: move 80186 peripherals into the cpu [Carl] cracyc2013-08-191-6/+3
* Bulk removal of machine().primary_screen references from MAME drivers, in Aaron Giles2013-08-051-7/+7
* some cleanup (nw) Miodrag Milanovic2013-04-111-1/+1
* Removal of not needed machine().root_device() (nw) Miodrag Milanovic2013-02-131-3/+3
* Modernization of drivers part 11 (no whatsnew) Miodrag Milanovic2013-02-081-13/+10
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-33/+33
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-271-4/+3
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-14/+13
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-2/+2
* 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
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-18/+16
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-21/+21
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-11/+9
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-5/+5
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-28/+27
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-5/+4
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-2/+2
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-2/+2
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-2/+2
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-7/+7
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-42/+42
* BIG update. Aaron Giles2011-03-291-31/+31
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Converted asteroid/bzone/funworld/itech8/kongambl/legionna/leland/quakeat/ Aaron Giles2011-03-211-70/+58
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-5/+5
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-6/+6
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-5/+5
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-11/+11
* Update driver-specific sound devices to use tokens and store Aaron Giles2010-10-141-2/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-6/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+7
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Cleanups and version bump.mame0133u4 Aaron Giles2009-08-291-1/+1