summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hvyunit.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-71/+71
* BIG update. Aaron Giles2011-03-291-43/+43
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-7/+7
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-6/+6
* new clone Angelo Salese2011-03-171-3/+32
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Correct Coin Mode & Coinage for Heavy Unit (World) [Brian Troha, Guru] Brian Troha2011-01-031-14/+41
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-5/+5
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-32/+32
* Fixed hvyunit crash during final stage 5 boss battle. Also fixed hvyunitj ROM... Phil Bennett2010-12-291-13/+10
* Diplocs added for hvyunit.c and added NO_COCKTAIL flag until it's fixed. Scott Stone2010-12-291-19/+22
* Demo Sounds dip was inverted for Heavy Unit Brian Troha2010-12-281-3/+3
* New games added or promoted from NOT_WORKING status Michaƫl Banaan Ananas2010-12-281-3/+3
* hvyunit.c: Hooked up Mermaid protection MCU and removed obsolete simulation c... Phil Bennett2010-12-281-408/+399
* 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
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* 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-2/+2
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Eliminated the use of generic.colorram and generic.videoram in several driver... Phil Bennett2009-12-211-6/+8
* Converted Kaneko Pandora sprite chip to be a MAME device and updated drivers ... Fabio Priuli2009-12-101-5/+14
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-6/+6
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-8/+8
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-5/+7
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-2/+2
* Cleanups and version bump.mame0131u4 Aaron Giles2009-06-041-5/+5
* Updated the dipswitches and listed the dipswitches in the driver Brian Troha2009-06-021-36/+99
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-05-151-2/+2
* Fixed a pointless memory map name Angelo Salese2009-05-111-7/+7
* 03169: All sets in hvyunit.c: Access Violation Angelo Salese2009-05-111-27/+27
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-6/+6
* Some driver updates that involves MCU that needs to be decapped for Guru (mos... Angelo Salese2009-05-071-6/+6
* Some more number-to-tag conversions in CPU calls Fabio Priuli2009-05-011-5/+3
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* Fixed Heavy Unit main CPU bankswitch. This fixes the enemy appearing in attra... Angelo Salese2009-03-121-1/+2
* Cleanups and version bump. Aaron Giles2009-03-051-57/+57
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* various improvements to Heavy Unit [Angelo Salese, Tomasz Slanina, David Hayw... davidhay2009-02-281-50/+386
* added PCB location to Heavy Unit rom names. Corrected the sets per World, Ja... Brian Troha2009-02-261-42/+41
* Cleanups and version bump.mame0129u5 Aaron Giles2009-02-261-30/+30
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-13/+13
* Heavy unit - very preliminary driver Tomasz Slanina2009-02-231-0/+361