summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m14.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-2/+2
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-23/+23
* BIG update. Aaron Giles2011-03-291-14/+14
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Note update, don't bother Angelo Salese2011-02-171-1/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-22/+22
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-14/+15
* Cleaned up dead web links from the drivers - replacing when possible with alt... Scott Stone2010-07-171-1/+0
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-1/+1
* documentation: changed Irem company name to IPM for games that were made befo... Michaƫl Banaan Ananas2010-05-201-1/+1
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+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
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-2/+9
* Cleanups and version bump.mame0135u1 Aaron Giles2009-11-201-3/+3
* Added save state support and driver data struct to m10.c, m14.c, m52.c, m57.c... Fabio Priuli2009-11-181-19/+69
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-05-151-2/+2
* Cleanups and version bump.mame0131u2 Aaron Giles2009-05-141-3/+3
* Made a main clock correction for M14 HW Angelo Salese2009-05-111-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Removed a debug logging Angelo Salese2009-05-081-4/+6
* New games added or promoted from NOT_WORKING status Angelo Salese2009-05-081-22/+50
* Fixed inputs, it's now playable but not yet working (investigating...) Angelo Salese2009-05-081-53/+28
* Converted Irem M14 HW to tilemaps and cleaned-up the driver Angelo Salese2009-05-081-37/+74
* Cleanups and version bump.mame0131u1 Aaron Giles2009-05-071-8/+8
* Added preliminary coin latches for PT Reach Mahjong. Angelo Salese2009-05-041-18/+26
* Changed the game name. Yasuhiro Ogawa2009-05-041-2/+2
* test svn commit Angelo Salese2009-05-031-1/+1
* Found some inputs in PT Mahjong Angelo Salese2009-05-031-13/+106
* Added a preliminary driver for Irem M14 HW, will finish it soon if possible. Angelo Salese2009-05-031-0/+188