summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/powerbal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-6/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-32/+32
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-2/+2
* Some more cleanup (nw) Miodrag Milanovic2012-09-181-2/+2
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-5/+4
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-17/+14
* TILE/TILEMAP modernization part 3 (no whatsnew) Miodrag Milanovic2012-09-061-7/+6
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-1/+1
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-8/+6
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-3/+3
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-29/+29
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-5/+5
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-2/+2
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-2/+2
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-4/+4
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-13/+13
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-4/+4
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-6/+4
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-1/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-2/+2
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-5/+6
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-25/+25
* BIG update. Aaron Giles2011-03-291-16/+16
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-38/+38
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-10/+4
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-10/+10
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+3
* Cleanups and version bump. Aaron Giles2010-04-211-2/+2
* Added driver data class and save states to playmark.c, powerbal.c, pushman.c ... Fabio Priuli2010-04-191-47/+85
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-5/+5
* Converted powerbal, 39in1, and cave.c to eeprom device. Aaron Giles2009-12-251-31/+11
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-5/+6
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* > -----Original Message----- Aaron Giles2009-10-211-2/+1
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-6/+6
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-1/+1