From 52494983f48320146867638f8a0fa2aaa2b6beed Mon Sep 17 00:00:00 2001 From: Rebecca Wallander Date: Sat, 11 Jan 2020 16:08:53 +0100 Subject: Add Atari 400/800 cassette list --- hash/a800_cass.xml | 22 ++++++++++++++++++++++ src/mame/drivers/atari400.cpp | 1 + 2 files changed, 23 insertions(+) create mode 100644 hash/a800_cass.xml diff --git a/hash/a800_cass.xml b/hash/a800_cass.xml new file mode 100644 index 00000000000..aae6cb5b701 --- /dev/null +++ b/hash/a800_cass.xml @@ -0,0 +1,22 @@ + + + + + + + Serpentine + 1982 + Broderbund + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/mame/drivers/atari400.cpp b/src/mame/drivers/atari400.cpp index f6bffb8619b..8330ea22bfc 100644 --- a/src/mame/drivers/atari400.cpp +++ b/src/mame/drivers/atari400.cpp @@ -2184,6 +2184,7 @@ void a400_state::atari_common(machine_config &config) /* software lists */ SOFTWARE_LIST(config, "flop_list").set_original("a800_flop"); SOFTWARE_LIST(config, "cart_list").set_original("a800"); + SOFTWARE_LIST(config, "cass_list").set_original("a800_cass"); SOFTWARE_LIST(config, "xegs_list").set_original("xegs"); } -- cgit v1.2.3