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"); }