summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fm7.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with f: removed read* and write* macros (nw) Ivan Vangelista2020-06-091-33/+33
* various drivers: READ/WRITE macros removal (nw) Ivan Vangelista2020-05-151-12/+2
* Spring cleaning: Vas Crabb2019-11-011-10/+5
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-15/+15
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-5/+5
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* (nw) get rid of wave.h usage part 1 Robbbert2019-07-061-6/+5
* (nw) nascom1/2: cassette fixed ; added more cassette wav sounds Robbbert2019-06-291-5/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-261-140/+148
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-148/+140
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-071-59/+64
* ay8910.cpp : Updates cam9002019-02-151-5/+3
* Remove unnecessary address_space arguments on FM sound chips read/write handlers cam9002019-01-311-4/+4
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-15/+15
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-32/+37
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-25/+25
* bankdev: Remove address_space argument from read/write handlers (nw) AJR2019-01-211-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-18/+18
* Don't #include legacy header "flopdrv.h" except where it's still used (nw) AJR2018-11-251-1/+0
* 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