summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcos21.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-6/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+20
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+4
* Tackle the ambiguous ones (nw) Olivier Galibert2018-01-021-1/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* srcclean (nw) Vas Crabb2017-01-221-3/+3
* MACHINE_NODEVICE_LAN for anything that actively wants it angelosa2017-01-011-4/+0
* Added dummy C139 device for debug, fixed target compile. angelosa2016-12-311-1/+0
* Clean-ups, 279 lines removed from machine/namcos2.cpp (nw) angelosa2016-12-311-2/+3
* Winning Run: Mask is actually saved in videoram write, fixes tachometer. angelosa2016-12-301-0/+1
* Bind C148 to Namco System 2 as well angelosa2016-12-301-9/+1
* Completed device up to current knowledge, added to Namco System 21 as test bed. angelosa2016-12-301-1/+9
* Added posirq angelosa2016-12-291-1/+2
* V-Blank irq tied (nw) angelosa2016-12-291-0/+1
* First pass, hooked it up to Winning Run GPU because it's a good test case angelosa2016-12-291-1/+4
* Written a device core for the Namco 6-speed gearbox [Angelo Salese] angelosa2016-12-281-2/+6
* winrun_bitmap_draw (nw) angelosa2016-12-281-0/+1
* Untangle screen updates into different routines + other clean-ups (nw) angelosa2016-12-271-0/+2
* Added mechanical clutch for Driver's Eyes (nw) angelosa2016-12-261-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-33/+33
* tms32025.cpp: devcb instead of memory map for ports (nw) Ivan Vangelista2016-06-221-4/+0
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* some handmade changes (nw) Miodrag Milanovic2015-12-211-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-7/+7
* Merge branch 'master' of https://github.com/mamedev/mame Cowering2015-05-251-1/+1
|\
| * update for Phil Stroffolino (nw) Miodrag Milanovic2015-05-241-1/+1
* | Simple LTO warning fixes (Part1) (nw) Cowering2015-05-241-2/+2
|/
* resolved lot of license ownership (nw) Miodrag Milanovic2015-05-191-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* namcos21.c: use region_ptr_finder to reduce tagmap lookups (nw) Alex W. Jackson2015-01-271-0/+5
* more appropriate types to avoid warning with VS14 CTP4 (nw) smf-2014-10-171-1/+1
* namcos21: kill some trampolines; 'user' memregions get real names (nw) Alex W. Jackson2014-10-051-8/+0
* namcos2 and namcos21: moved most remaining functions into classes (nw). Ivan Vangelista2014-09-301-4/+28
* Clean up namcos21 palette handling; fix gal3.c generic_paletteram regression ... Alex W. Jackson2014-04-241-5/+1
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-4/+0
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+8
* Part 1 of Namco System 2/21 state machine conversion Angelo Salese2013-03-181-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-2/+0
* some h files cleanups (no whatsnew) Miodrag Milanovic2012-09-171-6/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-0/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-0/+2
* WIP Namco System 2/21/etc cleanup/modernization. Aaron Giles2012-09-051-2/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+6
* Fix most reported errors. Aaron Giles2012-04-161-2/+2
* More fixes and a gcc warning fix. Aaron Giles2012-04-151-3/+3