summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wecleman.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-160/+160
* (add bubble bobble version number in title) Michaël Banaan Ananas2012-10-211-1/+1
* New clone added Michaël Banaan Ananas2012-10-211-4/+52
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-2/+2
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-8/+8
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-6/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-10/+9
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-9/+9
* 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-17/+15
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-2/+2
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-7/+34
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-6/+6
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-13/+13
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-10/+10
* AM_BASE + AM_SIZE -> AM_BASE_SIZE for easier future cleanup (no whatsnew) Miodrag Milanovic2012-04-111-2/+2
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-4/+4
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-6/+6
* MAME going modern part 6 (no whatsnew) Miodrag Milanovic2012-04-051-8/+4
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-3/+4
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-3/+4
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-69/+62
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-10/+10
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-36/+36
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-6/+6
* allow generic_pulse_irq_line to be longer than 1 cycle. Michaël Banaan Ananas2012-02-111-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+2
* Clean-ups and version bumpmame0144u1 Angelo Salese2011-11-271-1/+1
* Made default paletteram to be white on Hot Chase start-up, fixes ugly MAME de... Angelo Salese2011-11-201-30/+33
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-2/+2
* GCC 4.6 "Variable assigned but not used" fixes part 2 (no whatsnew) R. Belmont2011-05-301-2/+2
* Included tentative experiment for Hot Chase ... still not perfect though (esp... Angelo Salese2011-05-021-16/+29
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-33/+33
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-37/+37
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-6/+6
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-43/+43
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-13/+13
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-57/+57
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-20/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+4
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-6/+6