summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dwarfd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Clean-ups and version bumpmame0143u3 Angelo Salese2011-08-141-37/+37
* Added dipswitches and locations for Dwarf's den set from manual. Jonathan Gevaryahu2011-08-121-17/+136
* Update Dwarf's Den/Electrocoin hardware pcb diagram and notes; Jonathan Gevaryahu2011-08-101-19/+42
* 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-102/+102
* BIG update. Aaron Giles2011-03-291-27/+27
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* 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-27/+24
* Ok, last major rename for this round: Aaron Giles2011-01-011-8/+8
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-5/+5
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-28/+28
* 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-8/+4
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-13/+14
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-1/+1
* Added GAME_NOT_WORKING flag to all Quarter Horse sets to match current emulat... Scott Stone2010-03-131-3/+3
* 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
* Cleanups and version bump. Aaron Giles2010-01-281-13/+13
* New games marked as NOT_WORKING mariuszw12010-01-221-1/+82
* Cleanups and version bump. Aaron Giles2010-01-161-23/+23
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Added newer set 3, dumped by Grull Osgo Angelo Salese2010-01-041-2/+135
* Fixed a bunch of minor quirks, and fixed gfxs Angelo Salese2010-01-041-10/+20
* new not working Angelo Salese2010-01-041-1/+121
* Added save states to the following drivers: dynadice.c, dwarfd.c, dunhuang.c,... Fabio Priuli2009-11-251-135/+207
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* Intel 8085: Curt Coder2009-08-211-7/+7
* Added default input mappings for gambling / poker / slot games. Converted man... Fabio Priuli2009-08-021-14/+11
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-3/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* Ok, this is The Big One. Aaron Giles2009-02-111-7/+6
* Rewrote 8080/8085 interrupt handling so that it makes sense. Aaron Giles2008-12-221-4/+11
* Pointer-ified the 8085 core. Aaron Giles2008-12-101-3/+3
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-6/+6
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* Here's another MAME tidy patch. This one adds missing const/statics, Aaron Giles2008-11-021-2/+2
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-3/+3
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-1/+1
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-7/+6
* Region classes go bye-bye. Aaron Giles2008-07-281-7/+7
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-12/+12