summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/popeye.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-10/+10
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* default eeprom clock to zero (nw) smf-2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-9/+9
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+3
* Make devopt menu localisable. Vas Crabb2018-04-281-1/+1
* Swapped popeyebl & popeyeb2, also repaired some of the proms as they appear t... smf-2018-04-211-35/+33
* Popeye: Implemented nmi acknowledge and TPP2 watchdog. [smf] smf-2018-04-121-4/+55
* uppercase is probably a better idea (nw) smf-2018-04-071-6/+6
* New Clone Added smf-2018-04-071-30/+115
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-24/+24
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-19/+21
* Popeye: NMI disable is latched from A9 (which corresponds to bit 0 of the I r... smf-2018-02-241-10/+19
* Popeye: Added sprite ram, background scroll and palette buffering. Unmap $800... smf-2018-02-211-14/+16
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* less public (nw) smf-2018-02-131-1/+1
* Popeye: Fixed background alignment in TPP2 sets. Converted machine config, ad... smf-2018-02-121-79/+52
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* Sky Skipper: Added difficulty DIP switches [smf] smf-2018-02-021-9/+9
* Popeye: moved Copyright from dip switches to machine configuration, the schem... smf-2018-02-011-8/+6
* revert "Popeye (bootleg set 1)" to 0.33b6 names and contents. The tile ROM wa... smf-2018-01-311-5/+5
* Popeye, Moved protection save state into driver_start() leaving driver init f... smf-2018-01-271-75/+70
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+4
* Popeye: Fixed background in popeyej, popeyejo & popeyebl. popeyej does not ru... smf-2018-01-121-28/+26
* fix arcade build (nw) hap2018-01-101-1/+1
* fixed rom file name (nw) smf-2018-01-091-1/+1
* popeyeb2/2: correct company (nw) hap2018-01-091-2/+2
* Popeye hardware documentation update [Porchy] smf-2018-01-081-14/+81
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-2/+2
* popeye.cpp: Use port_service_diploc instead (nw) briantro2017-11-251-1/+1
* (nw) Fixed the build. Robbbert2017-11-261-1/+1
* [skyskipr] Add dipswitch locations as per https://www.skyskipperproject.com/w... Logan B2017-11-251-17/+10
* srcclean (nw) Vas Crabb2017-08-271-12/+12
* New working clones Scott Stone2017-08-081-1/+36
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* Self-registering devices prep: Vas Crabb2017-02-271-2/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-2/+2
* srcclean (nw) Vas Crabb2016-09-261-1/+1
* (nw) David Haywood2016-09-251-1/+1
* (nw) David Haywood2016-09-251-5/+0
* new clones - Popeye (Japan, Sky Skipper hardware) [ShouTime] David Haywood2016-09-251-22/+83
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-3/+3
* Driver was by Nicola from start, and improved all the time, Marc was dumper f... Miodrag Milanovic2016-01-191-4/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+710