From 520a0c42fda90feea8a62ff9028b127ca3a2d92d Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Sun, 16 Nov 2025 23:44:46 -0800 Subject: [PATCH 1/4] =?UTF-8?q?st=5Fflop:=20Music=20demos=20from=20?= =?UTF-8?q?=E2=80=9CAMJ=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New working software list items (st_flop.xml) --------------------------------------------- George Michael - Faith Full Metal Jacket Madonna - Holiday INXS - Need You Tonight Theme From Miami Vice Michael Jackson - The Way You Make Me Feel Rick Astley - Never Gonna Give You Up Yazz - The Only Way Is Up --- hash/st_flop.xml | 99 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) diff --git a/hash/st_flop.xml b/hash/st_flop.xml index c24322203fe55..c2b5aff2b067e 100644 --- a/hash/st_flop.xml +++ b/hash/st_flop.xml @@ -234,6 +234,105 @@ White screen, [68k] stalls on bootstrap + + + 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 + + + + + + + Anarchy (Europe) From fa4f11357ce3de68bff0c464328cdf64f1e6c901 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Mon, 17 Nov 2025 00:08:21 -0800 Subject: [PATCH 2/4] st_flop: fix XML validation from previous commit --- hash/st_flop.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hash/st_flop.xml b/hash/st_flop.xml index c2b5aff2b067e..1c05be205faff 100644 --- a/hash/st_flop.xml +++ b/hash/st_flop.xml @@ -238,8 +238,8 @@ White screen, [68k] stalls on bootstrap George Michael - Faith 1987 - AMJ + @@ -263,8 +263,8 @@ White screen, [68k] stalls on bootstrap Madonna - Holiday 1987 - AMJ + @@ -300,8 +300,8 @@ White screen, [68k] stalls on bootstrap Michael Jackson - The Way You Make Me Feel 1987 - AMJ + From 3a4bbe104e2a623fd3be6ff3d66f42368c1f4de7 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Fri, 21 Nov 2025 17:51:55 -0800 Subject: [PATCH 3/4] Make new st_flop_demos software list and move the AMJ demos to it. --- hash/st_flop.xml | 99 ---------------------------------- hash/st_flop_demos.xml | 107 +++++++++++++++++++++++++++++++++++++ src/mame/atari/atarist.cpp | 1 + 3 files changed, 108 insertions(+), 99 deletions(-) create mode 100644 hash/st_flop_demos.xml diff --git a/hash/st_flop.xml b/hash/st_flop.xml index 1c05be205faff..c24322203fe55 100644 --- a/hash/st_flop.xml +++ b/hash/st_flop.xml @@ -234,105 +234,6 @@ White screen, [68k] stalls on bootstrap - - - 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 - - - - - - - Anarchy (Europe) diff --git a/hash/st_flop_demos.xml b/hash/st_flop_demos.xml new file mode 100644 index 0000000000000..3e5b761b53fd3 --- /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"); } From 989635a436c3404d622c3ca334a8588a9fd76fb3 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Fri, 21 Nov 2025 21:03:44 -0800 Subject: [PATCH 4/4] Oops, fix internal name of the st_flop_demos list :-) --- hash/st_flop_demos.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash/st_flop_demos.xml b/hash/st_flop_demos.xml index 3e5b761b53fd3..67a4b1af058a5 100644 --- a/hash/st_flop_demos.xml +++ b/hash/st_flop_demos.xml @@ -3,7 +3,7 @@ - +