summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/beathead.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-8/+8
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-2/+2
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-6/+6
* BIG update. Aaron Giles2011-03-291-11/+11
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-12/+12
* Corrected or clarified a number of duplicated inputs for drivers up through G... Scott Stone2010-09-071-0/+4
* 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/+3
* Added an alternate set of address map macros. Now, if you Aaron Giles2010-08-211-22/+23
* Declared virtual functions in driver_data_t for: Aaron Giles2010-08-211-19/+12
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-91/+78
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-12/+12
* Fully converted atarigx2, beathead and offtwall to use driver_data [Atari Ace] Phil Bennett2010-07-261-43/+34
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+7
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Some more atari driver shuffling. Added atarigen_init() function Aaron Giles2009-12-151-6/+15
* Converted atari drivers over to using driver_data for the most Aaron Giles2009-12-091-7/+10
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+3
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-3/+3
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-5/+5
* Eliminated SMH_* usage in all memory maps in drivers beginning with A and B. ... Ryan Holtz2009-05-251-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* A few more number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-5/+5
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-2/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* Another big one. Aaron Giles2008-11-201-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-11/+11
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-5/+5
* Major cpuintrf changes: Aaron Giles2008-11-101-4/+4
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-2/+2
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-4/+4
* Region classes go bye-bye. Aaron Giles2008-07-281-4/+4
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-5/+4
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-1/+1
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-171-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-121-36/+18
* Fixed remaining input port bit conflicts. Aaron Giles2008-06-051-2/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-2/+1