summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfcobra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fruit machine WIP by Haze (no whatsnew) Miodrag Milanovic2011-08-171-13/+40
* Few sets added and cosmetic fd changes by Haze (no whatsnew) Miodrag Milanovic2011-08-151-0/+8
* Cleanup acia6850 modernization, removing trampolines. Aaron Giles2011-05-041-8/+8
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Changes to rom names per original filenames/readme texts for qosb (no whatsnew) Scott Stone2011-04-221-4/+4
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-129/+129
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-6/+6
* BIG update. Aaron Giles2011-03-291-68/+68
* 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-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+3
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-91/+106
* Eliminated global/static variables in a aristocr/atlus/bfm/bmc/ Aaron Giles2011-02-121-122/+145
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Reimplemented fruit-machine mechanical meters to use timers [AGEMAME] Phil Bennett2011-02-051-2/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-6/+6
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-26/+26
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* 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
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* 03569 escounts: Access Violation after OK [Phil Bennett] Phil Bennett2009-12-151-30/+24
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-14/+15
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* Eliminated SMH_* usage in all memory maps in drivers beginning with A and B. ... Ryan Holtz2009-05-251-5/+5
* 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-2/+2
* Bulk change alert. Aaron Giles2009-04-261-12/+9
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-11/+11
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-13/+13
* Ok, this is The Big One. Aaron Giles2009-02-111-9/+9
* Refactored the ACIA6850 to use devcb. Curt Coder2009-02-091-29/+61
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-6/+3
* Here's the big one.... Aaron Giles2008-12-111-13/+13
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-2/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-13/+13
* Made the 6850 ACIA a device Nathan Woods2008-12-031-21/+23
* Removed globals from cpuexec. Aaron Giles2008-11-251-2/+2
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-16/+16
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-6/+6
* Major cpuintrf changes: Aaron Giles2008-11-101-5/+5
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-21/+21