summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/phoenix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* New clones added Scott Stone2011-08-201-0/+30
* BIG update. Aaron Giles2011-03-291-2/+2
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* 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-1/+1
* Fix pleiades colours (high/low palette bits exchanged). [Couriersud] Couriersud2011-03-141-8/+8
* Updated nmk/olympia/pacific/pce/phoenix/rare/seibu/seta to driver_devices. Aaron Giles2011-03-031-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-48/+48
* Update driver-specific sound devices to use tokens and store Aaron Giles2010-10-141-6/+4
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-0/+1
* 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-10/+8
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-0/+1
* company name cleanups and added back lost bootleggers info Michaël Banaan Ananas2010-05-231-13/+13
* Rock-ola -> Rock-Ola Michaël Banaan Ananas2010-05-221-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Renamed functions: Aaron Giles2009-12-051-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* Intel 8085: Curt Coder2009-08-211-5/+5
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-40/+40
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-1/+1
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2009-03-271-7/+29
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-27/+27
* New Clones: Aaron Giles2009-02-161-0/+25
* Ok, this is The Big One. Aaron Giles2009-02-111-23/+10
* Rewrote 8080/8085 interrupt handling so that it makes sense. Aaron Giles2008-12-221-6/+10
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Pointer-ified the 8085 core. Aaron Giles2008-12-101-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Another big one. Aaron Giles2008-11-201-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-281-3/+3
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-1/+1
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-1/+1
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-4/+4
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-1/+1
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-3/+3
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-13/+13
* Region classes go bye-bye. Aaron Giles2008-07-281-77/+77