summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/champbas.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-5/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-74/+74
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-4/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-9/+8
* 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-13/+12
* champbas.c: Fix minor typo in rom name for the new US set. - NW Brian Troha2012-09-151-1/+1
* New Exciting Soccer clone Brian Troha2012-09-131-21/+52
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-32/+29
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-6/+6
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-8/+8
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-10/+10
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-15/+15
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-4/+16
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-5/+5
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-12/+12
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-7/+7
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-6/+5
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-12/+12
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-9/+9
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-26/+23
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-12/+12
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-51/+51
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-8/+8
* Changed descriptions : mostly "(alt)" -> "(set n)"; also added "(set 1)" for ... stephh2012-03-151-1/+1
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-9/+13
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-4/+4
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-8/+4
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-2/+2
* Removed ugly function cpu_interrupt_enable() from the core, and updated all t... Angelo Salese2011-11-301-7/+15
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-29/+29
* BIG update. Aaron Giles2011-03-291-19/+19
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-8/+8
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-9/+9
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-5/+5
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-105/+105
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-23/+11
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-9/+9
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-1/+1
* got rid of bracket style company naming: Michaël Banaan Ananas2010-05-221-2/+2
* Correct CRC32/SHA1 values for 0.11g rom in Champion Baseball 2 (Japan) Brian Troha2010-05-061-1/+1
* New clones added Yasuhiro Ogawa2010-05-061-0/+29
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-031-4/+4