summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segac2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-2/+2
* GCC 4.6 "Variable assigned but not used" fixes, part 3 (no whatsnew) R. Belmont2011-05-301-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-56/+56
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-57/+57
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-14/+14
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-15/+15
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-14/+14
* Correct some rom names for Thunder Force AC and allow for longer rom labels (... Brian Troha2011-03-111-95/+101
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* First (small) step towards driver class for megadrive-based drivers [Fabio Pr... Fabio Priuli2011-02-121-114/+92
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-25/+25
* Updated the PALs that need to be dumped for Puyo Puyo and Bloxeed [Kevin Eshb... Phil Bennett2010-12-211-15/+28
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-3/+4
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-6/+5
* Time to kill off some deadwood. Aaron Giles2010-07-071-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+3
* Sega misc wip: Fabio Priuli2010-01-311-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-7/+7
* Fixed recent regression reports. Aaron Giles2009-12-231-0/+2
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-5/+5
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-8/+8
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* Identify puyoj set as Rev B and correct various rom names [Smitdogg, Dumping ... Brian Troha2009-11-061-14/+14
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* A few number-to-tag changes in megadrive/sms based drivers. Fabio Priuli2009-05-051-1/+2
* Made a few more number-to-tag conversions. Also, removed chd.h includes from ... Fabio Priuli2009-05-051-1/+0
* More numbers-to-tags changes. Also, removed two unneeded variables in megadri... Fabio Priuli2009-04-301-16/+15
* Bulk change alert. Aaron Giles2009-04-261-5/+5
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-02-261-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-38/+38
* Ok, this is The Big One. Aaron Giles2009-02-111-44/+19
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-23/+11
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-3/+3
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Another big one. Aaron Giles2008-11-201-13/+13
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-16/+16
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* Here's another MAME tidy patch. This one adds missing const/statics, Aaron Giles2008-11-021-15/+0