summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/twin16.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-51/+51
* BIG update. Aaron Giles2011-03-291-41/+41
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* 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-4/+4
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-57/+65
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-81/+81
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-6/+10
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-4/+4
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-13/+10
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-18/+18
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-2/+2
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-5/+5
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-10/+10
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-7/+7
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* new clone: Vulcan Venture (Older) Brian Troha2009-10-031-3/+38
* New clone added: Vulcan Venture (Older) Brian Troha2009-09-161-67/+102
* Cleanups and version bump.mame0133u2 Aaron Giles2009-08-131-49/+49
* From: hoge hoge [c8cv@hotmail.com] Aaron Giles2009-08-131-162/+149
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-4/+4
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-12/+12
* tiny cputag vs. cpu cleanup Fabio Priuli2009-06-011-2/+2
* A few more number-to-tag conversions in CPU calls Fabio Priuli2009-05-271-22/+14
* many DIPSW fixes [kanikani] Yasuhiro Ogawa2009-05-271-10/+10
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-5/+5
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* Konami inputs improvements: Fabio Priuli2009-04-011-231/+56
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-6/+6
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-18/+18
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-35/+35
* Ok, this is The Big One. Aaron Giles2009-02-111-10/+19
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-3/+3
* Cleanups and version bump. Aaron Giles2008-12-151-4/+4
* use proper gfx2 roms redumped (same values of vulcan but byteswapped) Roberto Zandona2008-12-081-4/+9
* Significantly pared down the 68k core. Merged outer MAME shell Aaron Giles2008-11-171-2/+2
* Fix more warnings drivers[s-z]* Couriersud2008-11-151-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-13/+13
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-6/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-13/+1