summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/igs011.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-5/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-260/+269
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-9/+18
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-9/+18
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-8/+13
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-5/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-10/+20
* (nw) Clean up and improve comments for some Chinese names. No more silly tra... Vas Crabb2018-01-081-12/+13
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-1/+1
* Some more after better taking inheritance into account (nw) Olivier Galibert2018-01-021-1/+1
* Do the easy ones (nw) Olivier Galibert2018-01-011-22/+22
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-6/+6
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-6/+6
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-6/+6
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* srcclean (nw) Vas Crabb2017-08-271-12/+12
* igs011.cpp update [Luca Elia] Luca Elia2017-08-161-142/+294
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* fix region typo (nw) Vas Crabb2017-02-201-1/+1
* new not working clone added Ivan Vangelista2017-02-041-18/+38
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-112/+112
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-2/+2
* Dip switch fixes for Dragon World, nw Luca Elia2016-09-251-106/+98
* okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-3/+3
* ym2413: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-7/+7
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-2/+0
* revert part of 'clang cleanup 7' where 0 means the value 0 hap2016-01-241-5/+5
* Fixes to bring in line with master therealmogminer@gmail.com2016-01-231-2/+1
* Time for more this==NULL fixes therealmogminer@gmail.com2016-01-231-12/+22
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-7/+7
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0
* new NOT WORKING clones David Haywood2015-12-191-0/+29
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-8/+8
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-6/+6
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-11/+11
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+4815