summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m10.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-72/+72
* BIG update. Aaron Giles2011-03-291-35/+35
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-9/+9
* 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
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-40/+40
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-16/+8
* Fix compile (no whatsnew) Miodrag Milanovic2010-08-231-2/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-15/+15
* Time to kill off some deadwood. Aaron Giles2010-07-071-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-10/+10
* documentation: changed Irem company name to IPM for games that were made befo... Michaƫl Banaan Ananas2010-05-201-4/+4
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-6/+6
* Make use of AM_BASE_SIZE_MEMBER macros. Aaron Giles2009-11-291-3/+3
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-9/+13
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+3
* Added save state support and driver data struct to m10.c, m14.c, m52.c, m57.c... Fabio Priuli2009-11-181-79/+97
* [from AtariAce] Aaron Giles2009-08-301-3/+3
* Added GAME_IMPERFECT_SOUND flag to all sets that use external samples which w... Scott Stone2009-08-051-2/+2
* Fixed a last validation issue Fabio Priuli2009-07-301-11/+11
* some more clone name changes Yasuhiro Ogawa2009-07-281-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-4/+4
* Fixed a number of year listings known to be unknown or incorrect the current ... Scott Stone2009-06-071-3/+3
* 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-6/+6
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-6/+6
* Cleanups and version bump. Aaron Giles2009-03-051-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-8/+8
* Best play it safe and not use variadic macros... Phil Bennett2009-02-281-7/+7
* Fix regression (missing graphics) in ipminvad (m10) Couriersud2009-02-281-1/+1
* 02979: All sets in m10.c: Dialog box on all sets in m10.c Couriersud2009-02-281-7/+9
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-17/+17
* Ok, this is The Big One. Aaron Giles2009-02-111-21/+24
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-4/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-2/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-16/+16
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-10/+10
* Cleanups/version bump.mame0128u3 Aaron Giles2008-11-091-1/+1
* Irem M10: first results from schematics Couriersud2008-11-031-7/+62
* Cleanups and version bump.mame0127 Aaron Giles2008-08-191-12/+12