summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/phoenix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-144/+144
* (clarify some titles) Michaël Banaan Ananas2012-11-221-14/+14
* There seems to be some doubt as to the authenticity of a certain clone.. Robbbert2012-11-221-25/+0
* More working clones Robbbert2012-11-221-0/+75
* New clones added Scott Stone2012-10-131-0/+25
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-271-2/+2
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-9/+9
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-19/+19
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-21/+21
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-15/+15
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-1/+1
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-1/+1
* modernization of some CUSTOM_INPUT's part 2 (no whatsnew) Miodrag Milanovic2012-04-091-4/+4
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-10/+10
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-16/+16
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+2
* (small correction) Michaël Banaan Ananas2011-08-251-2/+2
* 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