summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vcombat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-3/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-5/+5
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-36/+36
* BIG update. Aaron Giles2011-03-291-31/+31
* 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-4/+4
* Continuation of static/global cleanup. [Atari Ace] Aaron Giles2011-03-171-40/+56
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-6/+5
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-45/+45
* 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-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+4
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-7/+11
* 03992: btoads: Reload of state cause major graphic corruption [Phil Bennett] Phil Bennett2010-08-161-8/+6
* Time to kill off some deadwood. Aaron Giles2010-07-071-11/+11
* minor companyname cleanups Michaƫl Banaan Ananas2010-05-231-1/+1
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-3/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-2/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+3
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-9/+9
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-16/+16
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* [MC6845] Refactored to use devcb and added cursor callback (for MESS). Curt Coder2009-06-111-10/+12
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-081-4/+4
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-7/+7
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-7/+7
* Bulk change alert. Aaron Giles2009-04-261-10/+10
* 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-19/+19
* Ok, this is The Big One. Aaron Giles2009-02-111-3/+3
* Cleanups and version bump.mame0129u2 Aaron Giles2009-01-221-2/+2
* Defined ROM_LOAD64_WORD/ROM_LOAD64_WORD_SWAP in emu/romload.h Phil Bennett2009-01-211-3/+0
* Virtual Combat and Shadow Fighters update. [Phil Bennett] Andrew Gardner2009-01-211-103/+194
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-69/+69
* Virtual Combat driver improvements. [Jason Eckhardt, Andrew Gardner] Andrew Gardner2009-01-151-111/+393
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-18/+18
* Adds extremely preliminary i860 disassembler and hooks it up to the vcombat d... Andrew Gardner2008-12-251-23/+62
* Fixed the palette in Virtual Combat. [Jason Eckhardt, Andrew Gardner] Andrew Gardner2008-12-231-8/+13
* Virtual Combat memory map updates. [Jason Eckhardt, Andrew Gardner] Andrew Gardner2008-12-221-27/+98
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* Decoded some graphics and setup some RAM in the Virtual Combat driver. [Andre... Andrew Gardner2008-12-191-13/+35
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-14/+14