summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m107.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various Irem M92 / M107 fixes [Alex Jackson] Angelo Salese2011-05-071-117/+53
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-26/+26
* BIG update. Aaron Giles2011-03-291-34/+34
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Move non-buffered spriteram drivers away from using the generic Aaron Giles2011-03-101-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-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-30/+35
* 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-36/+36
* Marked kftgoal sample ROM as bad, no whatsnew Angelo Salese2010-12-301-1/+1
* Cleanups and version bump.mame0140u3 Aaron Giles2010-12-231-3/+3
* Implemented a preliminary V25/V35 CPU core [Alex Jackson] Angelo Salese2010-12-231-1/+1
* Corrected Rapid Fire DIP-SW as per Haze (no whatsnew) Angelo Salese2010-12-211-3/+5
* add firebarr rapid fire dipswitch (no whatsnew) Michaƫl Banaan Ananas2010-12-211-0/+3
* Improved World PK Soccer inputs, not worth Angelo Salese2010-12-171-7/+376
* Pixel perfect, we can safely remove the flag Angelo Salese2010-12-171-1/+1
* Fixed regressed gameplay speed in Dream Soccer '94 (M107 version) [Angelo Sal... Angelo Salese2010-12-151-1/+1
* game notes, not worth Angelo Salese2010-12-151-1/+8
* Added reset line trigger from main to sound CPU in Irem M107 driver, fixing F... Angelo Salese2010-12-141-1/+7
* 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
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+8
* 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
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-5/+5
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-8/+8
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* More numbers-to-tags changes. Also, removed two unneeded variables in megadri... Fabio Priuli2009-04-301-20/+20
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-4/+4
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-21/+21
* Ok, this is The Big One. Aaron Giles2009-02-111-6/+5
* CPU header cleanups.... Aaron Giles2008-12-181-2/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-5/+5
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-7/+7