summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitosj.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* machine_notify_delegate modernization (nw) Miodrag Milanovic2013-02-041-22/+20
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-41/+41
* Small changes [Kevin Eshbach] Robbbert2013-01-011-19/+19
* (title correction) Michaël Banaan Ananas2012-10-251-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-6/+6
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* mark possible bad dump in waterski (MT 1102) Michaël Banaan Ananas2012-09-171-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+0
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-20/+16
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-5/+5
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-24/+24
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-18/+16
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-3/+3
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-40/+40
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-2/+2
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-23/+21
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-27/+31
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-2/+2
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-6/+5
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-40/+40
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-75/+75
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-5/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* New clones added Scott Stone2011-09-221-0/+33
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-5/+5
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-5/+5
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-63/+63
* BIG update. Aaron Giles2011-03-291-20/+20
* 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-11/+11
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-6/+6
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+3
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-5/+5
* From: Atari Ace Aaron Giles2011-02-031-70/+73
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-41/+41
* Cleanups and version bump.mame0140u2 Aaron Giles2010-12-081-1/+1
* new clones Angelo Salese2010-11-221-0/+37
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-8/+6
* Replaced the old MCU dump with the decapped version for Kick Start Wheelie Ki... Brian Troha2010-07-111-20/+20
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-22/+22
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-3/+3
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-8/+8