summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/goupil.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with f, g and h: some macro removal (nw) Ivan Vangelista2020-05-271-4/+4
* another bunch of macro removals (nw) Ivan Vangelista2020-05-191-16/+16
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* via6522: Change most mappings into m() [O. Galibert] Olivier Galibert2019-07-071-6/+6
* Start cleaning up palette configuration: Vas Crabb2018-12-291-4/+2
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* notes (nw) Vas Crabb2018-09-121-1/+1
* Fix most palette-related asserts, nw mooglyguy2018-09-071-1/+1
* srcclean and manual fixup (nw) Vas Crabb2018-08-261-4/+4
* -cop400, nvram, tlc34076, watchdog: Modern configuration accessors, nw mooglyguy2018-08-071-195/+162
* (nw) goupil : tidied up rom loading, added cursor Robbbert2018-07-271-27/+18
* Made a pass over the source to eliminate uppercase hex in hashes (nw) Scott Stone2018-07-131-6/+6
* 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-1/+1
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-11/+11
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-28/+28
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-19/+19
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-41/+43
* Remove stray address maps on spaces that don't exist (nw) Olivier Galibert2018-03-071-12/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+8
* Misc stuff (nw) Olivier Galibert2018-01-271-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* 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
* via6522: Eliminate truly ancient hack to default clock to that of first CPU (nw) AJR2017-12-071-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-06-251-3/+3
* Fix build (nw) AJR2017-06-181-5/+0
* Goupil G2 computer support added. (#2383) Jean-François DEL NERO2017-06-181-39/+230
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* Self-registering devices prep: Vas Crabb2017-02-271-2/+5
* i8279: Unify read/write handlers for standard A0-to-A0 hookup (nw) AJR2016-11-081-5/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* Further IRQ passthrough cleanup AJR2016-07-081-2/+2
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* Uppercase hash fixes (nw) Scott Stone2016-03-071-13/+13
* Cleanups and version bump Miodrag Milanovic2016-02-241-360/+360
* fix visual studio compile. nw dankan18902016-02-061-1/+1
* Software list removed. Jean-François DEL NERO2016-02-051-1/+0
* New machine driver : SMT Goupil G1 Jean-François DEL NERO2016-02-041-0/+512