summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_x.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-6/+5
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-62/+62
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-8/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-4/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-13/+13
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* new US Superman clone Brian Troha2012-09-031-40/+84
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-11/+11
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-9/+9
* ok, one million times TC0 -> TC0 Michaƫl Banaan Ananas2012-07-131-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-7/+7
* 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-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
* more modernization (no whatsnew) Miodrag Milanovic2012-04-101-33/+38
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-4/+4
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-4/+4
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-42/+42
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-6/+6
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-8/+4
* MAME can compile now.. Scott Stone2011-08-051-2/+2
* restore DSW memory access location comments - nw Brian Troha2011-08-051-2/+18
* minor correction for Balloon Brothers in taito_x.c - NW Brian Troha2011-08-041-0/+5
* taito_x.c: Standardized dipswitch notation and style through greater use of P... Brian Troha2011-08-041-222/+95
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-8/+8
* Seta update from Haze, nw Angelo Salese2011-05-031-4/+4
* Started unifying sprite implementations for setax001/x002 chips [David Haywood] Angelo Salese2011-05-031-5/+17
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-6/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-13/+13
* BIG update. Aaron Giles2011-03-291-24/+24
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-7/+7
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-19/+27
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-99/+99
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-16/+8
* 03996: All games in taito_x.c: Crash before OK [Atari Ace] Phil Bennett2010-08-131-14/+26
* Documentation update [Stefan Lindberg, Dumping Union] Brian Troha2010-06-141-24/+34