summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/beathead.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* beathead.cpp, foodf.cpp, relief.cpp: Disentangle drivers from atarigen_state ... AJR2018-11-291-6/+12
* beathead, concept, pkscram, saturn, tandy2k, trackfld, x1, swtpc09: machine()... mooglyguy2018-06-131-0/+2
* beathead: Replace NVRAM with parallel EEPROM AJR2018-04-051-5/+0
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-26/+34
* Remove duplicates (nw) Olivier Galibert2018-02-151-2/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* beathead: removed speedup hack (nw) hap2017-04-111-12/+9
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-3/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* emupal.c: Support palette RAM less than the full width of the data bus it's on, Alex W. Jackson2014-05-061-3/+0
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Convert Atari JSA sound boards to their own devices, and replumb Aaron Giles2013-07-141-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-21/+21
* Initial round of atarigen cleanup. Aaron Giles2012-10-171-2/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+1
* Sega 16-bit cleanup, part 1 (still more coming): Aaron Giles2012-08-041-2/+33
* Fix most reported errors. Aaron Giles2012-04-161-7/+13
* Clean-ups and version bumpmame0144u6 Angelo Salese2012-01-151-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-1/+1
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-1/+4
* New model for populating devices in a driver_device class. Removed the Aaron Giles2010-09-031-7/+3
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+7
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-3/+3
* Declared virtual functions in driver_data_t for: Aaron Giles2010-08-211-6/+6
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-31/+57
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-5/+4
* Fully converted atarigx2, beathead and offtwall to use driver_data [Atari Ace] Phil Bennett2010-07-261-0/+11
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Some more atari driver shuffling. Added atarigen_init() function Aaron Giles2009-12-151-0/+7
* Converted atari drivers over to using driver_data for the most Aaron Giles2009-12-091-3/+12
* - Some more machine->pen lookup removal Zsolt Vasvari2008-02-211-2/+0
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+24