summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fm7.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-2305/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-10/+10
* fm7_cass.xml: split into FM-7 and FM-8 lists (#9541) r092022-04-211-2/+6
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-10/+10
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-1/+1
* Fixed some MSVC failure to resolve overloaded operator errors. Vas Crabb2020-11-041-2/+2
* fm16beta: Fix missing object error; reduce region size AJR2020-11-021-3/+3
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-2/+1
* fm7: Fix editing error in a41012e8c201ca2494380da453960bcd78376cd8 AJR2020-11-011-1/+3
* fm7.cpp: Second cleanup pass AJR2020-11-011-245/+81
* fm7.cpp: First cleanup pass AJR2020-11-011-404/+407
* astrocde, drw80pkr, fm7, hp9845, igs011, mc1000, nmk16, ti99_8, williams, xor... Ivan Vangelista2020-10-311-0/+1
* fm7: added '_' and '|' natural keys Robbbert2020-09-201-2/+2
* 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