summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_x.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1414/+0
* New clones marked as NOT_WORKING Ivan Vangelista2021-11-251-47/+116
* - seta.cpp: removed some unneeded VIDEO_START macros Ivan Vangelista2021-11-191-194/+253
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-2/+2
* fix gigandes sprite offsets (regressed around december) DavidHaywood2021-04-251-0/+2
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-12/+12
* seta.cpp: Eliminate strcmp for per-game hacks AJR2020-12-041-2/+11
* Seta video encapsulation AJR2020-11-301-16/+8
* Spring cleaning: Vas Crabb2019-11-011-4/+4
* taito_x.cpp : Updates cam9002019-05-081-80/+57
* -devices/sound/2608intf, 2610intf: Removed MCFG macros, nw mooglyguy2018-12-291-87/+87
* Start cleaning up palette configuration: Vas Crabb2018-12-291-16/+12
* mame/video: more macro removal (nw) Ivan Vangelista2018-11-231-8/+8
* mame/audio: various devcb3ification and demacroification (nw) Ivan Vangelista2018-11-221-12/+12
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-4/+4
* witness the power of devcb3 to tear through boilerplate (in Taito C-Chip), al... Vas Crabb2018-07-141-5/+5
* seta001.cpp : Convert arrays into std::unique_ptr, Minor cleanups (#3695) cam9002018-06-261-46/+53
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-9/+9
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-9/+9
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-9/+9
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-11/+11
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-4/+8
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-24/+24
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-5/+5
* C-chip clocks (nw) braintro2018-03-161-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-88/+98
* use real dumped c-chip for bonzeadv, remove simulation [Team Caps0ff] (#3318) David Haywood2018-03-111-13/+5
* taito_x.cpp: Base Super C-Chip on actual OSC on PCB (nw) briantro2018-03-091-1/+1
* c-chip: use dumped c-chip for Volfied and Superman, remove simulation [Team C... David Haywood2018-03-051-139/+47
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-7/+7
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+4
* Some more after better taking inheritance into account (nw) Olivier Galibert2018-01-021-1/+1
* space.machine -> machine (nw) Olivier Galibert2017-12-141-7/+7
* Draw a nominal distinction between PC060HA and TC0140SYT AJR2017-10-111-7/+7
* taito_x.cpp: Remove outdated comments (nw) AJR2017-07-071-8/+0
* (nw) clean up names, kill off empty header file, put Type X stuff in Type X d... Vas Crabb2017-07-071-3/+135
* use DERIVED_CLOCK David Haywood2017-07-051-1/+1
* create c-chip device with correct CPU type in it and a bunch of notes (pinout... David Haywood2017-07-051-6/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-14/+14
* Self-registering devices prep: Vas Crabb2017-02-271-3/+7
* spellin werds (nw) Scott Stone2016-11-171-1/+1
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* sound trampolines removal from various drivers (nw) Ivan Vangelista2016-06-131-8/+3
* fake header till cchip is converted to device (nw) Miodrag Milanovic2016-05-011-0/+1
* Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-4/+0
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-8/+8