summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/istrebiteli.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with i, j, k, l and m: more macro removal (nw) Ivan Vangelista2020-05-281-16/+16
* further macro removal work (nw) Ivan Vangelista2020-05-181-8/+8
* tilemap: that macro has contributed nothing but obfuscation since we moved to... Vas Crabb2020-03-111-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* PORT_CUSTOM simplification (nw) AJR2019-09-141-13/+13
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-18/+20
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-20/+18
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-051-18/+20
* Start cleaning up palette configuration: Vas Crabb2018-12-291-44/+45
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-4/+4
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-15/+15
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-2/+2
* fix build (nw) MetalliC2018-06-231-2/+2
* motogonki checkpoint, replaced bad prom dump with fixed one (nw) MetalliC2018-06-221-28/+74
* 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-6/+6
* checkpoint (nw) MetalliC2018-05-281-28/+112
* motogonki: few more, correct CPU clock, document hidden test mode (nw) MetalliC2018-05-271-27/+23
* motogonki checkpoint, seems running and showing something (nw) MetalliC2018-05-261-2/+71
* new NOT WORKING machine MetalliC2018-05-261-1/+22
* 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-1/+1
* 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-7/+7
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-13/+15
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* rand() corrections in src/mame/* (nw) hap2017-04-261-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* istrebiteli: split program ROMs as per schematics, notes MetalliC2016-10-181-14/+18
* istrebiteli: cleanup, notes, hw-like collision trigger (nw) MetalliC2016-10-051-31/+39
* bit better collision (nw) MetalliC2016-10-031-4/+7
* istrebiteli: a bit of guesswork (nw) MetalliC2016-10-031-15/+15
* istrebiteli: preliminary "sound" MetalliC2016-10-031-6/+116
* notes (nw) MetalliC2016-10-021-0/+7
* istrebiteli: implement sprite collision, bunch of fixes, promote to WORKING [... MetalliC2016-10-021-33/+63
* istrebiteli: almost playable, TODO sprite collision (nw) MetalliC2016-09-301-39/+65
* checkpoint (nw) MetalliC2016-09-301-45/+99
* checkpoint (nw) MetalliC2016-09-291-12/+62
* new NOT_WORKING MetalliC2016-09-281-0/+175