summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos22.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* namcos22: remove the fixme (nw) hap2019-10-051-5/+2
* 'subwoofer' does not describe a position (nw) Vas Crabb2019-10-051-3/+3
* PORT_CUSTOM simplification (nw) AJR2019-09-141-4/+5
* m37710: Internalize timing for A-D converter AJR2019-08-301-2/+0
* MT 07297 (nw) AJR2019-04-241-2/+2
* m37710: Replace I/O space with callbacks AJR2019-04-071-143/+133
* (nw) Clean up the mess on master Vas Crabb2019-03-261-81/+83
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-83/+81
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-67/+68
* remove some unnneeded void* cast (nw) hap2019-02-261-2/+2
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-2/+2
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-1/+1
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-8/+9
* namcos22: fix bug with priority over textlayer (nw) hap2018-11-091-1/+0
* mb87078: refactor and correct data_w/r (nw) hap2018-11-061-6/+1
* namcos22.cpp: Fix clang build [-Werror,-Wabsolute-value] (nw) AJR2018-11-031-1/+1
* namcos22: added ss22 volume control, improve propcycl/adillor controls (nw) hap2018-11-031-87/+77
* m37710: added basic support for up-down count on timers in event counter mode... hap2018-11-031-2/+2
* MASKROM/MASK ROM -> mask ROM, nw mooglyguy2018-11-031-13/+13
* namcos22: small update (nw) hap2018-10-301-125/+158
* namcos22: get rid of ioport tag lookups, tweak ss22 analog limits (nw) hap2018-10-281-255/+240
* namcos22: increase ss22 quantum a bit more, controls were still unresponsive ... hap2018-10-281-1/+1
* namcos22: add/document ss22 outputs (nw) hap2018-10-271-65/+118
* Machines promoted to working hap2018-10-251-7/+8
* namcos22: show alpinr2b titlescreen animation, preliminary (nw) hap2018-10-221-16/+26
* namcos22: improve window clipping (nw) hap2018-10-211-3/+4
* namcos22: remove accidental debug leftover (nw) hap2018-10-201-12/+0
* namcos22: added savestates, added render from pointram(ridgerac waving flag),... hap2018-10-171-266/+311
* new WORKING clone MetalliC2018-10-161-0/+54
* namcos22: shorthand variable types (nw) hap2018-10-101-34/+34
* namcos22: move video todo over to main driver file (nw) hap2018-10-101-18/+53
* namcos22: had to readd ss22 QUANTUM_TIME (nw) hap2018-10-101-4/+1
* namcos22: fix system22 coin handling (nw) hap2018-10-061-67/+34
* namcos22: changed my mind on prev commit, added todo notes (nw) hap2018-10-051-7/+10
* namcos22: assume the I/O board XTAL is for the MCU UART and C74 runs at same ... hap2018-10-051-1/+1
* speaker: added rear_center (nw) hap2018-10-051-1/+1
* namcos22: redo video params (nw) hap2018-10-051-9/+9
* namcos22: assume the 40mhz xtal is for the dsps (nw) hap2018-10-041-13/+12
* namcos22: small misc update (nw) hap2018-10-041-126/+123
* namcos22: another small optimization (nw) hap2018-10-021-17/+10
* namcos22: fix possible array out of bounds reads at simulate_slavedsp (nw) hap2018-10-011-20/+18
* namcos22: get rid of ss22 QUANTUM_TIME(only timecris needed it at boot) and m... hap2018-09-301-33/+35
* namcos22: get rid of scanline timer for dsp irqs (nw) hap2018-09-301-66/+41
* namcos22: Added viewmatrix reflection. This fixes alpinr2b character selectio... hap2018-09-281-6/+7
* namcos22: fix ss22 text layer alpha blending (eg. alpinerd highscore table, a... hap2018-09-211-29/+29
* tms32025: removed MCFG macros (nw) Ivan Vangelista2018-09-081-36/+40
* Correct Dirt Dash revision (#3894) sjy965252018-08-291-1/+1