diff --git a/hash/st_flop_demos.xml b/hash/st_flop_demos.xml new file mode 100644 index 0000000000000..67a4b1af058a5 --- /dev/null +++ b/hash/st_flop_demos.xml @@ -0,0 +1,107 @@ + + + + + + + + George Michael - Faith + 1987 + AMJ + + + + + + + + + + + Full Metal Jacket + 198? + AMJ + + + + + + + + + + Madonna - Holiday + 1987 + AMJ + + + + + + + + + + + INXS - Need You Tonight + 198? + AMJ + + + + + + + + + + Theme From Miami Vice + 198? + AMJ + + + + + + + + + + Michael Jackson - The Way You Make Me Feel + 1987 + AMJ + + + + + + + + + + + Rick Astley - Never Gonna Give You Up + 1987 + AMJ + + + + + + + + + + Yazz - The Only Way Is Up + 1987 + AMJ + + + + + + + + diff --git a/src/mame/atari/atarist.cpp b/src/mame/atari/atarist.cpp index 4e0bed4ec2ea7..fc381b3b2333d 100644 --- a/src/mame/atari/atarist.cpp +++ b/src/mame/atari/atarist.cpp @@ -1415,6 +1415,7 @@ void st_state::common(machine_config &config) // software lists SOFTWARE_LIST(config, "flop_list").set_original("st_flop"); + SOFTWARE_LIST(config, "demos_list").set_original("st_flop_demos"); SOFTWARE_LIST(config, "cart_list").set_original("st_cart"); }