summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dynax.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+2
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-8/+3
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-262/+262
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-16/+16
* BIG update. Aaron Giles2011-03-291-211/+211
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-26/+26
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-15/+15
* mark NO_DUMP roms that have a placeholder as BAD_DUMP Michaël Banaan Ananas2011-03-261-7/+7
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-10/+11
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-29/+29
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-2/+2
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-18/+18
* running_device -> device_t Aaron Giles2010-12-311-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-270/+270
* New games added or promoted from NOT_WORKING status Luca Elia2010-11-061-32/+72
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-20/+21
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-74/+34
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-83/+83
* Time to kill off some deadwood. Aaron Giles2010-07-071-8/+8
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* (cleaned up sprtmtch dipswitch commit) Michaël Banaan Ananas2010-05-181-74/+2
* dynax.c bootleg descriptions cleanup, no whatsnew Michaël Banaan Ananas2010-05-171-5/+5
* sprtmtch: Added Intermissions dipswitch [David Bain] Michaël Banaan Ananas2010-05-141-7/+88
* not worth mention: dynax.c: fixed a few games which were trying to access rom... Fabio Priuli2010-03-221-1/+6
* tlcs90.c: added save states [Fabio Priuli] Fabio Priuli2010-03-171-62/+115
* dynax.c, ddenlovr.c: Added driver data class [Fabio Priuli] Fabio Priuli2010-03-171-906/+1082
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* New clones added: Brian Troha2010-02-231-2/+21
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-7/+7
* 03649: gekisha: Unknown DIP 4-2 toggles Auto Tsumo after Reach. If it is enab... Angelo Salese2010-01-111-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-33/+33
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* Cleaned-up several drivers; added missing prototypes and removed dead ones, Phil Bennett2009-12-081-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-19/+19
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-15/+15
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-17/+17
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-53/+53
* Cleanups and version bump.mame0134u4 Aaron Giles2009-10-251-11/+11
* Dynax.c update [Luca Elia] Luca Elia2009-10-181-113/+851
* Added default input mappings for Hanafuda games. Updated most of the Hanafuda... Fabio Priuli2009-08-041-116/+116
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-12/+12
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-25/+25
* More number-to-tag conversions in CPU calls. As a result, simplified dec8.c r... Fabio Priuli2009-04-281-8/+8
* Bulk change alert. Aaron Giles2009-04-261-5/+5
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-44/+44