summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gimix.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-12/+12
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-4/+4
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-97/+17
* (nw) terminal tidy-up Robbbert2018-08-111-1/+0
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-14/+14
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-6/+7
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-4/+4
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-1/+1
* devcb3 Vas Crabb2018-07-071-5/+5
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-3/+6
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-14/+14
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-34/+34
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-35/+37
* Remove stray address maps on spaces that don't exist (nw) Olivier Galibert2018-03-071-5/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-14/+14
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* m6809: Start resolving the great device type/clock divider mix-up AJR2017-12-081-1/+1
* acia6850: Create standard read/write handlers (nw) AJR2017-12-011-6/+4
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-1/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* (nw) more trampoline removal. Robbbert2017-09-301-29/+4
* removed some redundant flags: MACHINE_IS_SKELETON = MACHINE_NOT_WORKING | MAC... Ivan Vangelista2017-07-041-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-16/+16
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+687