summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tumbleb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* avoid some lazy tag lookups (nw) David Haywood2013-01-281-1/+1
* also from cl David Haywood2013-01-151-62/+104
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-77/+76
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-19/+7
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-5/+5
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-11/+10
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-12/+12
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* tumbleb.c: Filled in a dipswitches for Magicball Fighting. [Brian Troha] Brian Troha2012-09-161-29/+29
* Game promoted to working Michaël Banaan Ananas2012-09-161-270/+85
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-48/+45
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-6/+6
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* New games marked as GAME_NOT_WORKING Scott Stone2012-09-071-3/+70
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-45/+39
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-17/+17
* some memset() underflow fixes (no whatsnew) Oliver Stöneberg2012-08-031-1/+1
* esd16.c: Move Jumping Pop from tumbleb.c to esd16.c and clean up said driver.... Brian Troha2012-07-261-355/+0
* new Jumping Pop clone Brian Troha2012-07-261-7/+73
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-5/+5
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-18/+18
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-16/+16
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-1/+1
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-1/+1
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-181-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-28/+28
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-7/+7
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-8/+8
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-25/+25
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-3/+3
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-8/+9
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-61/+58
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-28/+28
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-70/+70
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-14/+14
* Converted Boogie Wings to generic sprite device plus added manual mixing. Con... Angelo Salese2012-02-011-12/+38
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-21/+13
* Added some common country and language names to the default strings, and remo... Alex W. Jackson2011-10-311-3/+3
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-2/+2
* AM_NOP for silly layer clearing Angelo Salese2011-04-281-0/+1
* lordgun.c: Corrected Dipswitch names and added dipswitch locations to Lord of... Brian Troha2011-04-021-31/+31
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-93/+93
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-3/+3
* BIG update. Aaron Giles2011-03-291-54/+54
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-6/+6
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-20/+20
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-13/+13
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-13/+18
* Eliminated global/static variables in a aristocr/atlus/bfm/bmc/ Aaron Giles2011-02-121-10/+10