summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/igs011.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* igs011.cpp : Remove unnecessary palette handler, Convert memory_region into r... cam9002018-11-181-58/+31
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-1/+1
* 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-187/+187
* sorry, this wasn't supposed to be committed (nw) Ivan Vangelista2018-05-311-28/+1
* deco_mlc.cpp: device_finder (nw) Ivan Vangelista2018-05-311-1/+28
* igs011.cpp: device_finder (nw) Ivan Vangelista2018-05-211-49/+58
* 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-57/+57
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Revert "ics2115.cpp Updates (#3497)" Vas Crabb2018-05-081-3/+35
* ics2115.cpp Updates (#3497) cam9002018-05-081-35/+3
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-31/+31
* 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