summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cyberbal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Few minor cleanups. Aaron Giles2013-01-191-27/+24
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-43/+43
* More atarigen modernization. Aaron Giles2012-10-171-19/+19
* Initial round of atarigen cleanup. Aaron Giles2012-10-171-36/+29
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-16/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-30/+27
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-6/+6
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-6/+6
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-2/+2
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-9/+9
* Fixed some recent vblank port related regressions (no whatsnew) Miodrag Milanovic2012-05-051-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-4/+4
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-181-1/+1
* Several more driver regression fixes. Aaron Giles2012-04-151-12/+12
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-8/+8
* non device audio board modernization (no whatsnew) Miodrag Milanovic2012-04-111-9/+9
* forgot to remove comments (no whatsnew) Miodrag Milanovic2012-04-101-3/+0
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-18/+18
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-2/+2
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-1/+1
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-8/+8
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-52/+52
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-5/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-6/+3
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-3/+3
* Eliminates the extern variables from atarimo video core, in order to remove a... Angelo Salese2011-04-051-5/+6
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-21/+21
* BIG update. Aaron Giles2011-03-291-18/+18
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+3
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-6/+6
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-50/+50
* Replaced largely redundant NVRAM handlers with NVRAM devices Aaron Giles2010-09-101-25/+31
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-7/+5
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-34/+34
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-031-17/+17
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-3/+3
* 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-0/+16
* Converted atari drivers over to using driver_data for the most Aaron Giles2009-12-091-27/+40
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-24/+24
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-1/+1