summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/virtual.flt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* virtual.flt: quotation marks for *.cpp filter hap2022-07-011-1/+1
|
* plugins/data: Fixed story.dat errors; virtual.flt: Use glob pattern. Vas Crabb2022-07-021-3/+1
|
* Eliminated cross dependencies between driver projects. Vas Crabb2022-06-271-0/+3
| | | | | | | | | | | | | | | | | | | | | Driver projects now use globs to search for files. There's less effort editing the Lua files when things are moved around. Remember it won't automatically pick up a change, so if you add/remove/change files, you should touch makefile to get it to find the change. Driver projects no longer get the top-level MAME directory as an include path. This means you need to think about how you structure things and not introduce nasty circular dependencies. Subtarget projects can now be generated entirely from .flt files without the need for separate Lua scripts and .lst files. This has been done for the arcade, mess and virtual targets. It effectively works like a SOURCES= build on a large scale. This means you need to organise things so the dependency genrators can find them. There's an issue with the mess subtarget right now. For some reason, decmate2.cpp isn't picking up the dependency on the PDP8 CPU core for the HD6120 device. I'll debug it later
* Made ldplayer regular driver, same as vgmplay (nw) Miodrag Milanovic2016-11-231-1/+0
|
* Preliminary VGM player [O. Galibert] Olivier Galibert2016-08-161-0/+1
Use: ./mame vgmplay -bitb file.vgm/vgz Lots of chips missing, no visualization, no control of anything, no volume control either, and no sound shutdown on end of file.