summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/btime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-3/+3
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-3/+3
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-90/+90
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-9/+9
* BIG update. Aaron Giles2011-03-291-50/+50
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-15/+15
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-13/+13
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-8/+14
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-10/+10
* Ok, last major rename for this round: Aaron Giles2011-01-011-9/+9
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-83/+83
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-32/+20
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-30/+30
* Reference link fix Scott Stone2010-07-181-1/+3
* Cleaned up dead web links from the drivers - replacing when possible with alt... Scott Stone2010-07-171-2/+0
* MAMEdev kant spel (Ubuntu/Canonical cares about this) [wallyweek] R. Belmont2010-07-081-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* MDRV_CPU_REPLACE no longer retains existing memory maps or interrupts. Aaron Giles2010-06-091-2/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* some minor company name cleanups again, and: Michaël Banaan Ananas2010-05-221-1/+1
* Zoar is 256*240 too, Michaël Banaan Ananas2010-05-091-0/+3
* mametesters bugfix: Michaël Banaan Ananas2010-05-091-3/+13
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-6/+6
* 00660: zoar: The cabinet UPRIGHT dipswitch is not working. [stephh] Phil Bennett2010-01-141-3/+5
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-6/+6
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Cleaned-up several drivers; added missing prototypes and removed dead ones, Phil Bennett2009-12-081-3/+3
* Renamed functions: Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4
* Make use of AM_BASE_SIZE_MEMBER macros. Aaron Giles2009-11-291-9/+9
* same as 7449 (less cputag calls during emulation and no generic sizes for str... Fabio Priuli2009-11-291-9/+9
* Added AM_BASE_SIZE_MEMBER() macro for specifying both base and size Aaron Giles2009-11-281-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-12/+12
* Added driver data struct and save states to btime.c and scregg.c Fabio Priuli2009-11-271-142/+232
* Discrete update Couriersud2009-10-051-2/+2
* Remove Enable input from dst_gain_step (DISCRETE_MULTADD, DISCRETE_MULTIPLY, ... Couriersud2009-09-101-1/+1
* Fixed #03426: wtennis: Missing ball sound Scott Stone2009-09-041-1/+1
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-25/+25
* Eliminated SMH_* usage in all memory maps in drivers beginning with A and B. ... Ryan Holtz2009-05-251-18/+18
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-11/+11
* A few more number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-12/+12
* Bulk change alert. Aaron Giles2009-04-261-4/+4
* Fixed trivial bug MT 2187 (Technos -> Technos Japan) Fabio Priuli2009-04-021-1/+1
* Cleanups and version bump. Aaron Giles2009-03-191-2/+2