summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/berzerk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-66/+66
* BIG update. Aaron Giles2011-03-291-48/+48
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Updated sigma/stern/subsino/tatsumi/tch/tecfri/technos/tehkan to driver_devices. Aaron Giles2011-03-031-72/+96
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Decoupled some entagled drivers: [Atari ACe] Aaron Giles2011-02-181-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-4/+4
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-19/+19
* Fixed array bounds problems found by GCC 4.5.x [qmc2, R. Belmont] R. Belmont2010-12-041-1/+1
* Update driver-specific sound devices to use tokens and store Aaron Giles2010-10-141-3/+3
* 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-5/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+5
* add the duplicate dipswitches for bonus lives and mark as such. no whatsnew. Jonathan Gevaryahu2010-06-071-26/+26
* Add Bonus Life dipswitches to Moon War (prototype on frenzy hardware) [Lord N... Jonathan Gevaryahu2010-06-061-17/+35
* stern->stern electronics Michaƫl Banaan Ananas2010-05-241-5/+5
* Cleanups and version bump.mame0137u1 Aaron Giles2010-03-251-18/+18
* hook up 6840 read handler to berzerk.c Jonathan Gevaryahu2010-03-211-2/+1
* Simplified dial/spinner code for moonwar and moonwarp. Jonathan Gevaryahu2010-03-191-37/+19
* add some missing diplocations to frenzy. no whatsnew. Jonathan Gevaryahu2010-03-191-15/+10
* Updated berzerk.c to combine common inputs: all zpu-1000 and zpu-1001 pcbs Jonathan Gevaryahu2010-03-191-67/+36
* Add cocktail panel presence detection and dipswitch support to moonwarp. Add ... Jonathan Gevaryahu2010-03-191-35/+51
* update comment and fix a misspelled function name. no whatsnew Jonathan Gevaryahu2010-03-181-10/+9
* Implement many of the dipswitches for moonwarp, and re-add the color test mod... Jonathan Gevaryahu2010-03-181-94/+77
* put keydelta back to 5 so you can actually enter a high score. no whatsnew. Jonathan Gevaryahu2010-03-181-1/+1
* Add missing Hyperflip button to moonwarp Jonathan Gevaryahu2010-03-181-1/+3
* Fix very minor occasional glitches in moonwar/moonwara/moonwarp spinners caus... Jonathan Gevaryahu2010-03-181-1/+5
* minor comment fix, no whatsnew Jonathan Gevaryahu2010-03-171-4/+5
* Fixed spinner input in moonwarp, added notes about spinner board, marked game... Jonathan Gevaryahu2010-03-171-17/+21
* new clones Angelo Salese2010-03-151-15/+282
* 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
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-4/+4
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-7/+7
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-2/+2
* Eliminated SMH_* usage in all memory maps in drivers beginning with A and B. ... Ryan Holtz2009-05-251-3/+3
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* A few more number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-7/+7