From 00c8a3b165794519f64852b971096793509f5f73 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Sun, 14 Aug 2016 14:19:02 +0200 Subject: Preliminary VGM player [O. Galibert] 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. --- src/mame/virtual.lst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/mame/virtual.lst (limited to 'src/mame/virtual.lst') diff --git a/src/mame/virtual.lst b/src/mame/virtual.lst new file mode 100644 index 00000000000..27a3e40416c --- /dev/null +++ b/src/mame/virtual.lst @@ -0,0 +1,4 @@ +// license:BSD-3-Clause +// copyright-holders:Olivier Galibert +@source:vgmplay.cpp +vgmplay -- cgit v1.2.3