summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos22.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-60/+60
* wpc_shift, wpc_lamp, wpc_out, wpc_pic, wpc_dmd, ygv608, timekpr, at28c16, c35... Ryan Holtz2018-05-281-2/+2
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-2/+4
* 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
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-46/+46
* namcos22: put rear speakers behind (nw) Vas Crabb2018-05-091-4/+4
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-9/+12
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-66/+66
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-145/+163
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-10/+20
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-18/+18
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-4/+4