summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/spyhuntertec.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-930/+0
* init vars for coverity (drivers/s) Robbbert2022-03-251-9/+9
* atlantis, astrocde, cps1, pcxt, spyhuntertec, tx1, undrfire, vamphalf: initia... Ivan Vangelista2021-02-121-13/+10
* atm.cpp, pasopia7.cpp, spc1500.cpp, spyhuntertec.cpp, tasman.cpp: removed a t... Ivan Vangelista2020-11-221-4/+11
* drivers starting with p, q, r and s: some macro removal (nw) Ivan Vangelista2020-06-031-18/+18
* a last small bunch of macro removals before the week-end (nw) Ivan Vangelista2020-05-151-8/+8
* tilemap: that macro has contributed nothing but obfuscation since we moved to... Vas Crabb2020-03-111-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+4
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+2
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-28/+24
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-24/+28
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros in drivers in the s... Ivan Vangelista2019-02-211-24/+20
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-1/+1
* ay8910: some more work on MCFG macros removal (nw) Ivan Vangelista2018-11-121-12/+11
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-5/+6
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-9/+9
* New working clones RobertoFresca2018-05-191-2/+2
* Merge branch 'master' of https://github.com/mamedev/mame RobertoFresca2018-05-191-1/+108
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-15/+15
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-41/+45
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+8
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Checkpoint... (nw) Olivier Galibert2018-01-031-2/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* spyhuntpr: Soundlatch modernization (nw) AJR2017-08-291-10/+3
* AY-3-8912 types (nw) AJR2017-06-181-6/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-19/+19
* Prepare to make object finders behave like a pointer, not a half-pointer half... Vas Crabb2016-08-261-2/+2
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-1/+1
* some more gen_latch.cpp (nw) Ivan Vangelista2016-05-271-3/+8
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* spyhuntertec: cleanup analog inputs hap2016-04-011-48/+20
* improve inputs in spyhuntertec.cpp David Haywood2016-03-311-17/+9
* spyhuntertec: mucking about, trying to get steering wheel to work(it does) hap2016-03-301-26/+31
* Cleanups and version bump Miodrag Milanovic2016-03-301-66/+66
* this makes inputs for spyhuntrp register in test mode, although they still do... David Haywood2016-03-281-14/+60
* analyze weird bootleg input reading code a bit (nw) David Haywood2016-03-281-0/+54
* notes about inputs (nw) David Haywood2016-03-281-3/+18