summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fm7.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ay8910: another batch of MCFG removal (nw) Ivan Vangelista2018-11-081-7/+6
* wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: remove... Ivan Vangelista2018-09-041-15/+15
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-72/+16
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-8/+8
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-5/+5
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-156/+156
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-16/+16
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-9/+9
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-9/+9
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-9/+9
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-20/+10
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-5/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-73/+73
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-270/+283
* fm7: Eliminate first_screen; correct dynamic screen reconfiguration; use arra... AJR2018-03-081-6/+3
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-13/+13
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-16/+16
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-5/+5
* fm7.cpp: More CPU type and clock corrections (nw) AJR2017-12-191-18/+18
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-24/+9
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-9/+24
* Add XTAL values for various Japanese PCs and MCFG_SCREEN_RAW_PARAMS for fm7 (nw) AJR2017-12-111-24/+9
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-13/+13
* fm77av: fix mapping of F-BASIC ROM (fixes MT#06534) mahlemiut2017-04-041-1/+1
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-3/+11
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-1/+1
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-1/+1
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-37/+37
* Devfind revision phase 2 (nw) AJR2016-08-051-5/+3
* More null fixes, nw therealmogminer@gmail.com2016-01-231-29/+27
* BEEP device clock() added, instead of default frequency of 3250 hap2016-01-211-9/+5
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-3/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2540