summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cave.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* minor rom label change for Hotdog Storm to conform to basic MAME standard IE:... Brian Troha2011-08-061-10/+10
* Correct rom lables for ESP Ra.De. Brian Troha2011-07-291-30/+30
* minor doc update for some cave.c PCBs - NW Brian Troha2011-07-291-8/+8
* cave.c: Added a PCB layout for Hotdog Storm as well as some addition notes/in... Brian Troha2011-07-241-14/+41
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-24/+31
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-3/+3
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-3/+3
* naomi: Abstract the maple and jvs interfaces into a set of devices [O. Galibe... Olivier Galibert2011-05-021-15/+1
* Converted astrocde/kaneko16/namcos23/suprnova to driver_device [Atari Ace] Angelo Salese2011-04-051-79/+81
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-242/+242
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-8/+8
* BIG update. Aaron Giles2011-03-291-154/+154
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-34/+34
* 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-15/+15
* corrected the label of roms for the newest ESP.Re.De (Japan) set as verified ... Brian Troha2011-02-091-4/+4
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-10/+10
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-5/+5
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* From: Alex Jackson <awj_in_japan@hotmail.com> Aaron Giles2011-02-031-113/+182
* Attotime bulk conversion step: Aaron Giles2011-02-031-8/+8
* Ok, last major rename for this round: Aaron Giles2011-01-011-28/+28
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-409/+409
* submitted by Kevin Eshbach, *** requested no_whatsnew *** Michaël Banaan Ananas2010-12-301-1/+4
* corrected some powerinstinct gamenames (no whatsnew) Michaël Banaan Ananas2010-12-171-4/+4
* New games added or promoted from NOT_WORKING status Luca Elia2010-11-171-7/+183
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-11/+11
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-75/+30
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-44/+44
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-23/+12
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-46/+46
* power instinct by atlus only Michaël Banaan Ananas2010-05-241-4/+4
* minor doc update for the cave.c driver Brian Troha2010-04-151-4/+4
* Cleanups and version bump.mame0137u1 Aaron Giles2010-03-251-22/+22
* New games added or promoted from NOT_WORKING status Luca Elia2010-03-211-475/+689
* NamcoS21 cleanups [David Haywood] Angelo Salese2010-03-161-219/+353
* documentation update for Hotdog Storm, IE: The PCB ID number and tile map chi... Brian Troha2010-02-061-1/+1
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-031-5/+5
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Cleanups and version bump. Aaron Giles2010-01-161-9/+9
* Fix for agallet fatalerror message: "memory_set_bank called for bank 'bank1'... Scott Stone2010-01-121-0/+4
* 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-6/+6
* Added driver data struct to cave.c Fabio Priuli2010-01-011-329/+449
* Converted the NMK112 to be a device and updated drivers using it accordingly Fabio Priuli2009-12-291-7/+19
* Exposed an address space for EEPROM devices. This has several Aaron Giles2009-12-281-1/+1