summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/segaic16.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reverted as per-OG complaining ... Angelo Salese2011-04-201-30/+23
* Removed global variables from segaic16.c [Atari Ace] Angelo Salese2011-04-201-23/+30
* BIG update. Aaron Giles2011-03-291-37/+37
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Replaced anonymous timers used in video/segaic16.c, drivers/segaorun.c and dr... Scott Stone2011-02-031-2/+6
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MAMEdev kant spel (Ubuntu/Canonical cares about this) [wallyweek] R. Belmont2010-07-081-1/+1
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-14/+14
* Added some missing static qualifiers to MAME. Also, renamed some generically... Scott Stone2010-05-281-18/+23
* sega system16 and later: first pass in the conversion of video ICs to be devi... Fabio Priuli2010-04-261-1727/+5
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-9/+9
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-8/+9
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-1/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-9/+9
* Cleanups and version bump.mame0132u1 Aaron Giles2009-06-181-20/+20
* From: David Haywood [neohaze@nildram.co.uk] Aaron Giles2009-06-181-4/+223
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-13/+13
* Bulk change alert. Aaron Giles2009-04-261-5/+5
* 02776: mwalk, mwalkj, mwalku: Crash when starting game Aaron Giles2008-12-301-1/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-091-30/+35
* Hi mamedev, Aaron Giles2008-12-081-8/+10
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-8/+8
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-8/+8
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Region classes go bye-bye. Aaron Giles2008-07-281-20/+20
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-20/+20
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-33/+33
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-4/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-3/+3
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-1/+1
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-1/+1
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-20/+23
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-11/+11
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-2/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-19/+19
* - Backs out BITMAP8 removal from most places. Zsolt Vasvari2008-02-241-7/+7
* Removes 8-bit bitmap support and converts all previously 8-bit bitmaps to 16-bit Zsolt Vasvari2008-02-241-7/+7
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-2/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+3588