summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bzone.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-7/+7
* BIG update. Aaron Giles2011-03-291-12/+12
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-5/+5
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Converted asteroid/bzone/funworld/itech8/kongambl/legionna/leland/quakeat/ Aaron Giles2011-03-211-14/+14
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Not Worth Mentioning Derrick Renaud2011-01-251-6/+0
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-27/+27
* Update driver-specific sound devices to use tokens and store Aaron Giles2010-10-141-2/+8
* 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-10/+7
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Removed several exported non-const global variables from the core [Atari Ace] Phil Bennett2010-08-131-2/+2
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-6/+6
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Added new functions: Aaron Giles2009-12-071-7/+6
* Renamed functions: Aaron Giles2009-12-051-3/+3
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* DISCRETE_RC_CIRCUIT_1 - promoted skyraid custom charge to it's own module so ... Derrick Renaud2009-10-211-1/+1
* Cleanups and version bump.mame0133u5 Aaron Giles2009-09-071-1/+1
* 03416: bradley: Exits with DISCRETE_ADJUSTMENT_TAG - NODE_88 has invalid tag. Couriersud2009-09-031-30/+8
* Cleanups and version bump.mame0133u4 Aaron Giles2009-08-291-1/+1
* Battle Zone discrete sound & discrete sound additions Couriersud2009-08-211-13/+33
* fixed ROM filename for Battle Zone [Andrew Welburn] Yasuhiro Ogawa2009-05-191-49/+49
* removes "BAD_DUMP" from the Red Baron AVG bprom, it has been verified correct... Brian Troha2009-05-121-1/+16
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* A few more number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-6/+6
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-12/+12
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-11/+11
* Proper device nvram handling for atari_vg Couriersud2009-02-221-1/+0
* Device-ified atari_vg Couriersud2009-02-211-3/+3
* Device-ified mathbox Couriersud2009-02-211-10/+11
* bzone does not have earom Couriersud2009-02-201-1/+0
* Ok, this is The Big One. Aaron Giles2009-02-111-25/+10
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-7/+7
* From Luigi30: Aaron Giles2008-11-241-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-5/+5
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3