summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m92.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (gunforc2 title correction) Michaël Banaan Ananas2011-10-201-2/+2
* (add xtals) Michaël Banaan Ananas2011-10-201-6/+6
* Fixed MT#04345: nbbatman, ssoldier and clones: Sounds freezes or halts after ... Alex W. Jackson2011-10-101-0/+1
* Decoded graphics in gigaman2 [iq_132] Angelo Salese2011-09-061-13/+39
* 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
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-3/+3
* Fix for ppan (m92.c) from AWJ - no whatsnew Scott Stone2011-05-081-1/+18
* Fix compile Angelo Salese2011-05-071-7/+0
* Various Irem M92 / M107 fixes [Alex Jackson] Angelo Salese2011-05-071-344/+226
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-6/+1
* 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-40/+40
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-3/+3
* BIG update. Aaron Giles2011-03-291-49/+49
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-2/+2
* 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-4/+4
* new clone Angelo Salese2011-03-181-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-3/+3
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-5/+5
* From: Atari Ace Aaron Giles2011-02-031-47/+60
* quizf1: added opcodes [Roberto Zandona'] Roberto Zandona2011-01-261-1/+1
* [mysticrib] added one opcode and fixed music and sound [Roberto Zandona'] Roberto Zandona2011-01-241-1/+1
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-1/+1
* Added sound reset line for Irem M92 HW, and safely removed GAME_IMPEFECT_SOUN... Angelo Salese2011-01-181-6/+13
* Forgot this ... Angelo Salese2011-01-181-1/+1
* Fixed a trivial boot vector program init bug in Lethal Thunder / Thunder Blas... Angelo Salese2011-01-181-1/+1
* Added a mostly complete NEC V25/V35 CPU core, added working sound to Batsugun... Angelo Salese2011-01-161-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-7/+7
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-74/+74
* Implemented a preliminary V25/V35 CPU core [Alex Jackson] Angelo Salese2010-12-231-17/+17
* Misc spell fixes Scott Stone2010-11-201-1/+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-43/+30
* Load (but don't yet use) the decapped MCUs for several sets [Dr. Decapitator] Angelo Salese2010-07-091-0/+32
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-8/+7
* dsccr94j -> dsoccr94j Michaël Banaan Ananas2010-05-191-6/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-2/+2
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4