summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pirates.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-1/+1
* new clones David Haywood2015-12-221-3/+28
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+450