summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cyberbal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* even more encapsulation/cleanup (nw) Vas Crabb2018-02-201-62/+102
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-18/+26
* 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/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+3
* YM2151 reset line handler added, though not implemented properly yet (nw) AJR2017-07-251-0/+3
* Move "optional" basemem and extmem arrays out of tilemap_t (nw) AJR2017-04-111-0/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-4/+4
* various atari drivers: soundcpu rom loading cleanups (nw) Ivan Vangelista2016-03-081-1/+1
* One small step toward slapstic modernization (nw) AJR2016-01-301-2/+0
* Modernize sound volume setting code in various Atari drivers AJR2016-01-291-0/+2
* 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-2/+2
* cyberbal.c: Use separate palette for each screen [Alex Jackson] Alex W. Jackson2014-04-241-11/+2
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* Added eeprompar.*, implementing a simple interface for parallel Aaron Giles2013-08-081-0/+4
* Convert atarimo to a device. Still a bunch more cleanup/improvements to Aaron Giles2013-07-231-0/+8
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-0/+8
* Move Atari drivers to using ioport callbacks for sound communication Aaron Giles2013-07-151-2/+0
* Convert Atari JSA sound boards to their own devices, and replumb Aaron Giles2013-07-141-0/+3
* legacy_cpu-- David Haywood2013-06-251-3/+3
* Modernization of drivers part 2 (no whatsnew) Miodrag Milanovic2013-02-051-0/+1
* Few minor cleanups. Aaron Giles2013-01-191-23/+34
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-13/+13
* Initial round of atarigen cleanup. Aaron Giles2012-10-171-0/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-12/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+6
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+7
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+3
* Fix most reported errors. Aaron Giles2012-04-161-3/+5
* non device audio board modernization (no whatsnew) Miodrag Milanovic2012-04-111-9/+9
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-0/+4
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+3
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-14/+14
* BIG update. Aaron Giles2011-03-291-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-4/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-5/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1