summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cbasebal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Splitted kabuki from cps1.h Robbbert2013-02-051-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-5/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-23/+23
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-31/+26
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-2/+2
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-2/+2
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-1/+1
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-7/+7
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-2/+2
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-24/+21
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-1/+1
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-9/+9
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+4
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-24/+24
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-12/+12
* 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-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-9/+9
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-23/+23
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+1
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-2/+0
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-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-4/+4
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-1/+1
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Added driver data struct to cvs.c Fabio Priuli2009-12-121-83/+147
* misc small updates: Fabio Priuli2009-12-111-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-3/+3
* 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-4/+4
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-3/+3
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2