summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/toaplan2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-25/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-944/+944
* Bulk replace of Jumper settings from Dip-Switches menu to Game Configuration ... Angelo Salese2012-11-301-297/+297
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-22/+22
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-4/+4
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-24/+24
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-34/+34
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-64/+61
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-12/+12
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-3/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-41/+36
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-65/+65
* toaplan2.c: Minor doc update about the Pipi & Bipis bootleg Brian Troha2012-07-291-4/+4
* new clone added: Pipi & Bibis / Whoopee!! (Prototype) Brian Troha2012-07-291-3/+40
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-3/+12
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-76/+76
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-5/+5
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-5/+5
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-5/+5
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-36/+36
* Remove AM_SIZE entirely. AM_BASE_SIZE still exists, though. Aaron Giles2012-04-111-2/+2
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-12/+12
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-18/+18
* 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-32/+32
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-13/+13
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-18/+18
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-208/+187
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-41/+41
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-199/+199
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-34/+34
* toaplan2.c: Correct the video (character layer) offset for 1945 Part-2 (Chine... Brian Troha2012-03-261-1/+5
* toaplan2.c: Mark the 1945 Part 2 hack as GAME_IMPERFECT_GRAPHICS until someon... Brian Troha2012-03-251-1/+1
* new clone added - hack of Battle Garegga Brian Troha2012-03-191-0/+21
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-16/+16
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-16/+16
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-36/+18
* Clean-ups and version bumpmame0144 Angelo Salese2011-11-131-11/+11
* More Toaplan input fixes: [Alex Jackson, kanikani] Alex W. Jackson2011-11-021-176/+115
* More Toaplan inputs (no whatsnew) Alex W. Jackson2011-11-011-135/+156
* Added some common country and language names to the default strings, and remo... Alex W. Jackson2011-10-311-55/+55
* toaplan2.c: Use BITSWAP macro to descramble pipibibsbl (no whatsnew) Alex W. Jackson2011-10-291-71/+6
* Start of input ports cleanup in the Toaplan drivers: [Alex Jackson, kanikani] Alex W. Jackson2011-10-291-159/+181
* Reverted toaplan2.c, nw Angelo Salese2011-10-231-1919/+1261
* Made some fixes/additions to the input system [kanikani] Angelo Salese2011-10-231-1261/+1919
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-8/+8
* 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-96/+96