summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/techspecs
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2018-09-25 17:52:39 +0200
committer hap <happppp@users.noreply.github.com>2018-09-25 17:52:39 +0200
commita73e443d69c907b8dd06535f40ed5221f5e60c48 (patch)
tree47e3a66eccd70d30c878c924d5d6dd111bf1f560 /docs/source/techspecs
parent3a15fb49adbd2b88426c8c30860d35473a4839e1 (diff)
video21: added win buttons and preliminary sound (nw)
Diffstat (limited to 'docs/source/techspecs')
0 files changed, 0 insertions, 0 deletions
='/mame/commit/src/mame/drivers/vendetta.cpp?h=mame0226&id=e39802db90860d6628c35265f7c78ce3534f5a53'>68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-2/+2 * Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+1 * -mb88xx, m6809, konami: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-151-35/+31 * src/mame: more misc MCFG removal (nw) Ivan Vangelista2018-12-041-2/+2 * src\mame: misc MCFG removal (nw) Ivan Vangelista2018-12-031-6/+5 * src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-6/+6 * ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-3/+1 * MASKROM/MASK ROM -> mask ROM, nw mooglyguy2018-11-031-47/+47 * new working clone Ivan Vangelista2018-09-221-0/+25 * watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1 * k033906,k053252,k054321,k056230,kb3600,kr2376: De-MCFG, nw mooglyguy2018-09-051-2/+1 * ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-1/+1 * -bankdev: Remove MCFG, nw mooglyguy2018-08-151-13/+2 * Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-1/+1 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-8/+8 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-12/+12 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2 * (nw) misc follow-up Vas Crabb2018-05-061-1/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-8/+8 * remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1 * 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-68/+73 * (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+5 * API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-6/+10 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4 * memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2 * Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-4/+4 * new working clone - Crime Fighters 2 (Japan, 4 Players, ver. N) briantro2017-08-091-4/+29 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-12/+12 * Self-registering devices prep: Vas Crabb2017-02-271-3/+5 * 2 new clones added briantro2016-11-121-9/+32 * cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1 * Change back k053260 changes partially, nw therealmogminer@gmail.com2016-08-181-5/+0 * Added YM2203, YM3526, AY-3-8910, NES APU, DMG APU, K053260, and MultiPCM to v... therealmogminer@gmail.com2016-08-181-1/+4 * vendetta.cpp: converted to bankdev, fixes MT06285. This is my first time usin... Ivan Vangelista2016-07-091-54/+42 * vendetta.cpp: maincpu rom loading cleanup. Ivan Vangelista2016-07-091-47/+35 * ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1 * Make watchdog timer a separate device AJR2016-04-301-1/+4 * Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-5/+2 * modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-2/+2