ndex, nofollow'/>
summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pirates.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-472/+0
* drivers starting with p and q: removed read* and write* macros (nw) Ivan Vangelista2020-06-131-3/+3
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-4/+4
* PORT_CUSTOM simplification (nw) AJR2019-09-141-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-29/+25
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-25/+29
* pirates.cpp: Correct ROM labels for Genix Family [f205v] braintro2019-03-111-17/+13
* (nw) sorry, take 2 Ivan Vangelista2019-02-251-14/+14
* Start cleaning up palette configuration: Vas Crabb2018-12-291-6/+3
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-1/+1
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-3/+3
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-11/+11
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-15/+16
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-16/+16
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-16/+16
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-16/+16
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-10/+10
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-3/+3