summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/merit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-3/+3
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-22/+22
* 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
* 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-67/+67
* BIG update. Aaron Giles2011-03-291-47/+47
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-13/+13
* (game descriptions consistency: "Set" -> "set") Michaƫl Banaan Ananas2011-03-131-7/+7
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-73/+85
* Ok, last major rename for this round: Aaron Giles2011-01-011-8/+8
* 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-48/+48
* New games added or promoted from NOT_WORKING mariuszw12010-12-181-1/+106
* New clones added mariuszw12010-12-161-1/+25
* Regression fixes. Aaron Giles2010-09-101-4/+1
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-21/+24
* 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-26/+18
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* new clones added: Phraze Craze sets Brian Troha2010-04-151-15/+61
* Serving a cup of STFU to clrmamepro. (no whatsnew) Curt Coder2010-03-071-2/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* verified more rom names for the merit.c driver Brian Troha2010-01-131-6/+6
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* fixes rom names for a Phraze Craze set in merit.c Brian Troha2010-01-061-6/+6
* added minor information comments to Merit question rom sets. No whatsnew, tha... Brian Troha2010-01-021-15/+15
* Results of running the latest srcclean. Aaron Giles2009-12-281-13/+13
* merit.c - Fixed what might be a copy/paste error in two sets (trvwz3h, trvwz3... Scott Stone2009-12-281-2/+2
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* found matching CRC32 checksums for files that had different names. Converted... Brian Troha2009-12-211-2/+2
* fix a typo in a rom name correction for the merit.c driver Brian Troha2009-12-211-1/+1
* more rom name corrections for the merit.c driver [Brian Troha] Brian Troha2009-12-211-81/+84
* fix spelling and wording from the last merit.c update. Brian Troha2009-12-201-4/+4
* Corrected several rom names in various sets. Cleaned up some white space. Ad... Brian Troha2009-12-201-105/+121
* minor name update to last name update for Merit trivia roms Brian Troha2009-12-071-10/+10
* fixes rom names is several merit trivia question sets Brian Troha2009-12-071-35/+35
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-12/+12
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+4
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-18/+18
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-7/+7
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-4/+4
* [MC6845] Refactored to use devcb and added cursor callback (for MESS). Curt Coder2009-06-111-11/+13
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-16/+16
* More numbers-to-tags changes. Also, removed two unneeded variables in megadri... Fabio Priuli2009-04-301-1/+1
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-45/+45