summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gijoe.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-554/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* drivers starting with g, h and i: removed read* and write* macros (nw) Ivan Vangelista2020-06-101-3/+3
* New working clones Ivan Vangelista2020-04-011-0/+65
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* k053246_k053247_k055673.cpp : Updates (#4955) cam9002019-05-041-13/+13
* Merge pull request #4948 from cam900/k054156_k054157_k056832_pertile_pri R. Belmont2019-04-291-6/+6
|\
| * k054156_k054157_k056832.cpp : Updates cam9002019-04-291-6/+6
* | k053251.cpp : Updates cam9002019-04-271-2/+2
|/
* Start cleaning up palette configuration: Vas Crabb2018-12-291-3/+1
* -bus/nes_ctrl: Added support for dance mats, used by the nes_vt driver. [Davi... mooglyguy2018-12-201-24/+24
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-061-4/+4
* src/mame: more misc MCFG removal (nw) Ivan Vangelista2018-12-041-1/+1
* src\mame: misc MCFG removal (nw) Ivan Vangelista2018-12-031-4/+4
* swap left/right k054539 channels in some konami drivers, also removed setting... hap2018-11-041-2/+2
* k033906,k053252,k054321,k056230,kb3600,kr2376: De-MCFG, nw mooglyguy2018-09-051-1/+1
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-1/+1
* 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-2/+2
* n64, pc1251, model2, midyunit, konamigx, k054338: Remove machine().device loo... mooglyguy2018-05-281-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-5/+5
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-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-33/+35
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* 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-1/+1
* new working clone - G.I. Joe (Asia) briantro2017-12-171-8/+36
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* k054321: Implement as a device [O. Galibert, Phil Bennett] Olivier Galibert2017-04-251-22/+4
* Self-registering devices prep: Vas Crabb2017-02-271-2/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* more gen_latch-ification (nw) Ivan Vangelista2016-06-011-4/+7
* Add flag to mark input fields as optional AJR2016-05-231-4/+4
* Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-6/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+476