summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segae.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made some fixes/additions to the input system [kanikani] Angelo Salese2011-10-231-256/+245
* revert mc-8123 comment 'fix'. (no whatsnew) Jonathan Gevaryahu2011-05-291-3/+2
* more clarification; no whatsnew. Jonathan Gevaryahu2011-05-291-5/+8
* Fixed Sega System E to use xtal.h, fixed mc8123 comment, Jonathan Gevaryahu2011-05-291-9/+11
* Switch SEGA System E to use the SEGAPSG sn764xx variant, Jonathan Gevaryahu2011-05-291-2/+2
* BIG update. Aaron Giles2011-03-291-18/+18
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-19/+19
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-7/+7
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-20/+20
* 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-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* divided segacrpt.c in two files, one for the old encryption and one for the n... Nicola Salmoria2010-07-051-2/+2
* Added some missing static qualifiers to MAME. Also, renamed some generically... Scott Stone2010-05-281-1/+1
* Sega misc wip: Fabio Priuli2010-01-311-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Fixes so we can compile as C++ again. Aaron Giles2009-12-281-1/+1
* Added new functions: Aaron Giles2009-12-071-3/+1
* Renamed functions: Aaron Giles2009-12-051-6/+6
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-7/+7
* > -----Original Message----- Aaron Giles2009-10-211-1/+1
* Cleanups and version bump. Aaron Giles2009-10-041-2/+2
* Renamed hazemd_s files to segamsys, as per Aaron advice... Fabio Priuli2009-10-031-1/+1
* From: David Haywood [mailto:neohaze@nildram.co.uk] Fabio Priuli2009-10-011-1408/+65
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Cleanups and version bump.mame0131u1 Aaron Giles2009-05-071-1/+1
* A few number-to-tag changes in megadrive/sms based drivers. Fabio Priuli2009-05-051-31/+31
* Memory maps merges for the following drivers: Angelo Salese2009-04-281-21/+9
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-5/+5
* Bulk change alert. Aaron Giles2009-04-261-23/+17
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-1/+1
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-1/+1
* Remaining regressions. Aaron Giles2009-02-171-23/+17
* Ok, this is The Big One. Aaron Giles2009-02-111-2/+2
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-32/+31
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-3/+3
* Another big one. Aaron Giles2008-11-201-22/+22
* Fix more warnings drivers[s-z]* Couriersud2008-11-151-3/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-10/+10
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-7/+7