summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/madalien.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-47/+47
* BIG update. Aaron Giles2011-03-291-29/+29
* Updated nmk/olympia/pacific/pce/phoenix/rare/seibu/seta to driver_devices. Aaron Giles2011-03-031-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Eliminated global/static variables in a aristocr/atlus/bfm/bmc/ Aaron Giles2011-02-121-70/+62
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-4/+4
* madalien.c: Fixed highlighting in tunnel. [Qwi Jibo] Michaƫl Banaan Ananas2011-01-191-8/+11
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-9/+9
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-3/+3
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-2/+2
* [MC6845] Refactored to use devcb and added cursor callback (for MESS). Curt Coder2009-06-111-8/+10
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-2/+2
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-6/+15
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-3/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-3/+3
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-2/+2
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* Renamed input port functions: Aaron Giles2008-04-061-1/+1
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-1/+1
* Changes MC6845 to take a screen tag instead of a screen number Zsolt Vasvari2008-03-091-1/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* This changes the MC6845 to take and pass device_config's only Zsolt Vasvari2008-03-071-6/+0
* Added new macros AM_DEVREAD, AM_DEVWRITE, and AM_DEVREADWRITE, Aaron Giles2008-03-051-16/+0
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-4/+4
* - MC6845 - Added HSYNC and VSYNC callbacks -- I actually tested this :) Zsolt Vasvari2008-02-281-1/+3
* * Fix issues related to flip_screen being a define Couriersud2008-02-251-14/+14
* machine->pens lookup removal Zsolt Vasvari2008-02-221-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-2/+4
* - Changed all drivers using the MC6845 chip to use the device interface Zsolt Vasvari2008-02-201-12/+16
* - Added running_machine* as first parameter to mc6845_config and all callback... Zsolt Vasvari2008-02-201-1/+1
* - Color table removal Zsolt Vasvari2008-02-151-0/+420