summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcofl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-102/+0
* init even more vars (includes) Robbbert2022-04-101-5/+5
* namcofl: use memory view instead of bankdev hap2021-12-151-18/+13
* namcofl: fix network status error, this also fixes the paralyzed flagman [Ang... hap2021-08-031-1/+1
* various drivers: removed MACHINE_*_MEMBER and VIDEO_START_MEMBER macros Ivan Vangelista2020-11-241-3/+4
* Fix namcofl Olivier Galibert2020-11-181-2/+3
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-1/+1
* drivers starting with m, n and o: removed read* and write* macros (nw) Ivan Vangelista2020-06-121-7/+7
* a last small bunch of macro removals before the week-end (nw) Ivan Vangelista2020-05-151-11/+11
* namcofl.cpp : Use address_map_bank_device for ROM/RAM swapping, Use raw param... cam9002019-12-031-16/+21
* m37710: Internalize timing for A-D converter AJR2019-08-301-1/+0
* namco_c355spr.cpp : Updates (#5031) cam9002019-05-101-2/+0
* m37710: Replace I/O space with callbacks AJR2019-04-071-2/+2
* Various Namco hardwares update/cleanups (#4147) cam9002018-10-161-11/+2
* srcclean (nw) Vas Crabb2018-09-231-4/+4
* split namco c169 roz chip, c123 tilemap chip and c355 sprite chip from namcos... David Haywood2018-09-131-3/+21
* use c68 for more games, fix what looks like more cam900 damage (luckywld) due... David Haywood2018-09-091-0/+2
* c140.cpp, c45.cpp, namco_c139.cpp : Remove MCFG_s (#3736) cam9002018-07-131-3/+0
* namcoic.cpp : Simpler bit-swapped values (#3609) cam9002018-07-091-2/+3
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-3/+6
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* Remove duplicates (nw) Olivier Galibert2018-02-151-4/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+2
* namcofl.cpp: killed anonymous timers, moved to configured banking, added save... Ivan Vangelista2017-04-121-3/+5
* Bulk rename video/c116.cpp into namco_c116.cpp angelosa2017-01-011-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* Devfind revision phase 2 (nw) AJR2016-08-051-0/+14
* reverting: Miodrag Milanovic2016-01-201-1/+1
* 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-1/+1
* Update for ElSemi (nw) Miodrag Milanovic2015-05-141-1/+1
* 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
* Further removal of leftover code (nw) Ivan Vangelista2014-09-251-0/+1
* Implemented the Namco Custom 116 palette and raster IRQ controller as a device, Alex W. Jackson2014-08-141-4/+5
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-12/+12
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+3
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+3
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-7/+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-1/+4
* 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/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-5/+5
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-1/+1