summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/equites.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-1/+1
* drivers starting with e: removed read* and write* macros (nw) Ivan Vangelista2020-06-081-2/+2
* Machines promoted to working Ivan Vangelista2020-05-051-5/+5
* equites.cpp: dedicated inputs for bngotime. Seems mostly playable except for ... Ivan Vangelista2020-04-221-1/+30
* equites.cpp: deviceified sound board emulation. Also added skeleton device fo... Ivan Vangelista2020-04-211-327/+32
* cpu/alph8201 can be removed now (nw) hap2020-04-031-1/+1
* bngotime.cpp: re-demoted to not working, needs more work, possibly by someone... Ivan Vangelista2020-04-031-2/+2
* equites: use the new 8505 mcu for gekisou/hvoltage, seems to work (nw) hap2020-04-031-59/+14
* Machines promoted to working Ivan Vangelista2020-04-031-5/+5
* srcclean and manual adjustments (nw) Vas Crabb2020-02-231-8/+8
* QA stuff for gekisou (nw) Angelo Salese2020-02-081-4/+10
* Spring cleaning: Vas Crabb2019-11-011-3/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* PORT_CUSTOM simplification (nw) AJR2019-09-141-2/+2
* equites.cpp: identified the unknown CLS bingo game as Bingo Time via flyer wh... Ivan Vangelista2019-07-141-4/+4
* new not working machine Ivan Vangelista2019-07-071-1/+63
* all: ram auto-sharing is going away, so fix drivers relying on it [O. Galibert] Olivier Galibert2019-05-061-3/+8
* machine/74259.cpp : Simplify handlers cam9002019-05-011-8/+2
* Fixed rpunch, equites and gaelco3d. couriersud2019-04-131-2/+2
* gen_latch.cpp : Remove unnecessary arguments in handlers (#4623) cam9002019-03-291-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+0
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+1
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* Start cleaning up palette configuration: Vas Crabb2018-12-291-6/+2
* -bus/nes/jaleco, pt554, bus/nes_ctrl/ctrl, hori, joypad: Removed MCFG and MAC... mooglyguy2018-12-201-77/+78
* Fixed regressions in konamim2 and mexico86, nw mooglyguy2018-12-151-11/+9
* MT 07169 (nw) AJR2018-12-101-4/+6
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-1/+1
* ay8910: small batch of MCFG removal (nw) Ivan Vangelista2018-11-071-4/+4
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* i8155.cpp: deMCFGfied (nw) Ivan Vangelista2018-08-221-5/+5
* equites.cpp, zaxxon.cpp: Fixes for recent regressions (nw) AJR2018-08-121-3/+3
* -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-9/+9
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-17/+17
* 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-13/+13
* 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-32/+32
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-2/+2
* (nw) last bunch for tonight Robbbert2018-04-121-3/+4
* 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-54/+66
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-29/+43
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+6
* equites.cpp: fixed c/p error. (nw) Ivan Vangelista2018-02-131-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-9/+8
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-2/+2