summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dec8.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-108/+108
* Implemented karnov style sprites in its own file, shared with karnov and dec8... Angelo Salese2011-03-301-70/+7
* BIG update. Aaron Giles2011-03-291-74/+74
* Converted Stadium Hero, Cobra-Command, Psycho-Nics Oscar to use the common de... Scott Stone2011-03-281-67/+4
* Converted Act Fancer, Trio the Punch and Mad Motor to use the common deco vid... Angelo Salese2011-03-271-40/+0
* some work on the 3 games in dec8.c which use the bac06 tilemaps[David Haywood] Angelo Salese2011-03-271-141/+61
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-8/+8
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-44/+44
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-041-12/+12
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-3/+3
* A few minor syntax changes to make the Clang compiler (clang.llvm.org) happy. R. Belmont2009-12-021-1/+1
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-0/+3
* Added save states to the following drivers: compgolf.c, champbas.c, copsnrob.... Fabio Priuli2009-11-231-275/+322
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-18/+12
* Cleanups and version bump.mame0131u1 Aaron Giles2009-05-071-10/+10
* More number-to-tag conversions in CPU calls. As a result, simplified dec8.c r... Fabio Priuli2009-04-281-39/+49
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-7/+7
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-17/+17
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-3/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-5/+5
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-0/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-3/+3
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-3/+2
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-1/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-11/+11
* Removes cpu_getcurrentframe() and replaces it with video_screen_get_frame_num... Zsolt Vasvari2008-03-021-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-4/+4
* * remove flip_screen macro Couriersud2008-02-251-5/+5
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-5/+5
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-17/+17
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+823