summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pirates.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+4
* 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
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-5/+5
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-18/+18
* 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-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Convert nichibut/nintendo/nix to driver_devices. [Atari Ace] Aaron Giles2011-02-281-6/+6
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-9/+9
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-17/+17
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-1/+1
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-11/+1
* 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-2/+2
* 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-4/+4
* 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
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-8/+8
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Whitespace cleanup. (No, a release is not yet imminent.) Aaron Giles2009-12-281-1/+1
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-4/+4
* Updated playmark, othunder, psikyo4, pntnpuzl, and pirates to eepromdev. Aaron Giles2009-12-271-16/+8
* From: Atari Ace <atari_ace@verizon.net> Aaron Giles2009-12-231-4/+6
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Memory maps merges for the following drivers: Angelo Salese2009-04-301-25/+16
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-5/+5
* Bulk change alert. Aaron Giles2009-04-261-4/+4
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-8/+8
* Ok, this is The Big One. Aaron Giles2009-02-111-3/+3
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Here's the big one.... Aaron Giles2008-12-111-5/+5
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* Another big one. Aaron Giles2008-11-201-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-6/+6
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-9/+8
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-1/+1
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-1/+1
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-3/+3
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-2/+2
* Region classes go bye-bye. Aaron Giles2008-07-281-17/+17
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-20/+20