summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/popeye.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* popeye: Minor modernization. (nw) couriersud2019-11-241-0/+2
* popeye: Applied recommended code changes. (nw) couriersud2019-11-231-1/+5
* popeye: Add interlaced rendering. [Couriersud] couriersud2019-11-231-2/+13
* PORT_CUSTOM simplification (nw) AJR2019-09-141-2/+2
* Use real prom dumps for Popeye Bootleg protection [Joe Magiera, recreativas.o... smf-2019-08-241-0/+3
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+2
* misc cleanup (nw) Vas Crabb2018-12-271-3/+12
* -bus/gameboy/gb_slot, ieee488/hp9895, psx/gamebooster, snes/sgb: Removed MCFG... mooglyguy2018-12-171-3/+4
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Adjust Popeye and Sky Skipper layer positions to match tests on real hardware... smf-2018-05-261-1/+9
* Popeye: Implemented nmi acknowledge and TPP2 watchdog. [smf] smf-2018-04-121-3/+12
* New Clone Added smf-2018-04-071-1/+0
* Popeye: NMI disable is latched from A9 (which corresponds to bit 0 of the I r... smf-2018-02-241-1/+3
* moved popeye palette resistor network into driver class (nw) smf-2018-02-231-2/+10
* Popeye: Added sprite ram, background scroll and palette buffering. Unmap $800... smf-2018-02-211-9/+8
* less public (nw) smf-2018-02-131-19/+23
* Popeye: Fixed background alignment in TPP2 sets. Converted machine config, ad... smf-2018-02-121-21/+44
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+4
* Popeye, Moved protection save state into driver_start() leaving driver init f... smf-2018-01-271-9/+8
* Popeye: Implemented tile palette banking on TNX1 hardware, the side bars in S... smf-2018-01-221-1/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+4
* Popeye: Fixed background in popeyej, popeyejo & popeyebl. popeyej does not ru... smf-2018-01-121-7/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-17/+17
* new clones - Popeye (Japan, Sky Skipper hardware) [ShouTime] David Haywood2016-09-251-0/+6
* reverting: Miodrag Milanovic2016-01-201-1/+1
* Driver was by Nicola from start, and improved all the time, Marc was dumper f... Miodrag Milanovic2016-01-191-2/+3
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-2/+2
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
* synced credits where it make sense (nw) Miodrag Milanovic2015-05-261-2/+2
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* no more legacy CUSTOM_INPUT (nw) Miodrag Milanovic2014-03-241-0/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Changed popeye to use palette computed from schematics. Also implemented inte... Couriersud2014-03-011-0/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* popeye.c: added RC filter (MT 3726), cleanups [Alex Jackson] Alex W. Jackson2014-02-041-2/+2
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* Modernization of drivers part 15 (no whatsnew) Miodrag Milanovic2013-02-121-0/+4
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-10/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+8
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+2