From 7cc569ddca9fe86b9d0986fa4f1a3766a9f2a577 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Mon, 23 Jul 2018 13:13:35 +1000 Subject: add sound cores to virtual subtarget for recent vgmplay additions (nw) --- scripts/target/mame/virtual.lua | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/scripts/target/mame/virtual.lua b/scripts/target/mame/virtual.lua index 845da627bb2..12c95125385 100644 --- a/scripts/target/mame/virtual.lua +++ b/scripts/target/mame/virtual.lua @@ -24,30 +24,32 @@ CPUS["DSP16"] = true -- for qsound -- only for MAME and so aren't included -------------------------------------------------- -SOUNDS["NES_APU"] = true -SOUNDS["YM2612"] = true -SOUNDS["YM2151"] = true -SOUNDS["YM2413"] = true -SOUNDS["YM2608"] = true -SOUNDS["YM2203"] = true SOUNDS["AY8910"] = true -SOUNDS["YM3526"] = true -SOUNDS["YM3812"] = true -SOUNDS["YMF271"] = true -SOUNDS["YMZ280B"] = true +SOUNDS["C352"] = true SOUNDS["C6280"] = true -SOUNDS["SN76496"] = true +SOUNDS["GB_SOUND"] = true +SOUNDS["IREMGA20"] = true SOUNDS["K051649"] = true SOUNDS["K053260"] = true SOUNDS["K054539"] = true -SOUNDS["SEGAPCM"] = true SOUNDS["MULTIPCM"] = true -SOUNDS["GB_SOUND"] = true -SOUNDS["POKEY"] = true -SOUNDS["C352"] = true +SOUNDS["NES_APU"] = true SOUNDS["OKIM6295"] = true +SOUNDS["POKEY"] = true SOUNDS["QSOUND"] = true +SOUNDS["RF5C68"] = true +SOUNDS["SEGAPCM"] = true +SOUNDS["SN76496"] = true SOUNDS["WAVE"] = true +SOUNDS["YM2151"] = true +SOUNDS["YM2203"] = true +SOUNDS["YM2413"] = true +SOUNDS["YM2608"] = true +SOUNDS["YM2612"] = true +SOUNDS["YM3526"] = true +SOUNDS["YM3812"] = true +SOUNDS["YMF271"] = true +SOUNDS["YMZ280B"] = true -------------------------------------------------- -- specify available video cores -- cgit v1.2.3 From 5584078e74f05a3b6ac775b477f9d05125762d81 Mon Sep 17 00:00:00 2001 From: Wayder Date: Mon, 23 Jul 2018 19:56:44 +0900 Subject: x68k_flop: Sorry, Return to GJ --- hash/x68k_flop.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/hash/x68k_flop.xml b/hash/x68k_flop.xml index c2a2e1ae988..a1987101a12 100644 --- a/hash/x68k_flop.xml +++ b/hash/x68k_flop.xml @@ -21799,7 +21799,7 @@ sold through Takeru vending machines --> + Set drive 0 to boot "Fortress Attack", Set drive 1 to boot "GJ". --> The World of X68000 - Fortress Attack & GJ 1993 @@ -21896,6 +21896,19 @@ sold through Takeru vending machines --> + + + GJ (The World of X68000) + 1993 + 電波新聞社 (Dempa Shinbunsha) + + + + + + + + -- cgit v1.2.3