diff --git a/hash/pc6001_cass.xml b/hash/pc6001_cass.xml
new file mode 100644
index 0000000000000..1d751331f5f00
--- /dev/null
+++ b/hash/pc6001_cass.xml
@@ -0,0 +1,226 @@
+
+
+
+
+
+
+ The Amazon
+ 19??
+ T. Katayama
+
+
+
+
+
+
+
+
+
+ Amita
+ 19??
+ <unknown>
+
+
+
+
+
+
+
+
+
+ Block
+ 19??
+ <unknown>
+
+
+
+
+
+
+
+
+
+ Break Through
+ 19??
+ Compac
+
+
+
+
+
+
+
+
+
+
+ Door Door
+ 1984
+ Enix
+
+
+
+
+
+
+
+
+
+
+ Earthbound
+ 1984
+ Xtal Soft
+
+
+
+
+
+
+
+
+
+
+ Eggy
+ 1984
+ Bothtech
+
+
+
+
+
+
+
+
+
+
+ Head On
+ 1982
+ ASCII
+
+
+
+
+
+
+
+
+
+
+ Jintori Game
+ 19??
+ Hudson Soft
+
+
+
+
+
+
+
+
+
+ Power Knight
+ 19??
+ <unknown>
+
+
+
+
+
+
+
+
+
+ Pro Racer
+ 19??
+ Hudson Soft
+
+
+
+
+
+
+
+
+
+ Pyramid
+ 1983
+ Magic Soft
+
+
+
+
+
+
+
+
+
+
+ Space Enemy
+ 1982
+ ASCII
+
+
+
+
+
+
+
+
+
+
+
+ Super Ball
+ 19??
+ <unknown>
+
+
+
+
+
+
+
+
+
+ Trick Boy
+ 1982
+ T&E Soft
+
+
+
+
+
+
+
+
+
+
+ Tiny Xevious
+ 1984
+ Dempa Micomsoft
+
+
+
+
+
+
+
+
+
+
+
diff --git a/hash/pc6001mk2_cass.xml b/hash/pc6001mk2_cass.xml
new file mode 100644
index 0000000000000..71ef806e112a3
--- /dev/null
+++ b/hash/pc6001mk2_cass.xml
@@ -0,0 +1,262 @@
+
+
+
+
+
+
+ Bokosuka Wars
+ 1985
+ ASCII
+
+
+
+
+
+
+
+
+
+
+ Cannon Ball
+ 1983
+ Hudson Soft
+
+
+
+
+
+
+
+
+
+
+ Castle Excellent
+ 19??
+ ASCII
+
+
+
+
+
+
+
+
+
+
+ Chack 'n Pop
+ 1984
+ Nidecom Carry
+
+
+
+
+
+
+
+
+
+
+ Chrith Ai no Tabidachi
+ 19??
+ Comix
+
+
+
+
+
+
+
+
+
+
+
+ Daidasso
+ 19??
+ Carry Lab
+
+
+
+
+
+
+
+
+
+
+ Dig Dug
+ 19??
+ Namco
+
+
+
+
+
+
+
+
+
+
+ Dr. Slump Bubble Daisakusen
+ 1984
+ Enix
+
+
+
+
+
+
+
+
+
+
+ Door Door Mk. II
+ 1984
+ Enix
+
+
+
+
+
+
+
+
+
+
+ Flappy
+ 1984
+ dB-SOFT
+
+
+
+
+
+
+
+
+
+
+ Hisya
+ 19??
+ Carry Lab
+
+
+
+
+
+
+
+
+
+ Ice Block
+ 19??
+ dB-SOFT
+
+
+
+
+
+
+
+
+
+
+ Nuts & Milk
+ 1984
+ Hudson Soft
+
+
+
+
+
+
+
+
+
+
+ Pascom Tower
+ 1984
+ MIA
+
+
+
+
+
+
+
+
+
+
+ Plazma Line
+ 19??
+ Techno Soft
+
+
+
+
+
+
+
+
+
+
+ Punchball Mario
+ 1983
+ Nintendo / Hudson Soft
+
+
+
+
+
+
+
+
+
+
+ Thunder Force
+ 1985
+ Techno Soft
+
+
+
+
+
+
+
+
+
+
+ Vegetable Crash
+ 19??
+ Hudson Soft
+
+
+
+
+
+
+
+
+
+
diff --git a/src/mame/nec/pc6001.cpp b/src/mame/nec/pc6001.cpp
index a62687193525d..ec9611483e56e 100644
--- a/src/mame/nec/pc6001.cpp
+++ b/src/mame/nec/pc6001.cpp
@@ -1739,6 +1739,7 @@ void pc6001_state::pc6001(machine_config &config)
GENERIC_CARTSLOT(config, m_cart, generic_plain_slot, "pc6001_cart");
SOFTWARE_LIST(config, "cart_list_pc6001").set_original("pc6001_cart");
+ SOFTWARE_LIST(config, "cass_list_pc6001").set_original("pc6001_cass");
// CASSETTE(config, m_cassette);
// m_cassette->set_formats(pc6001_cassette_formats);
@@ -1776,6 +1777,9 @@ void pc6001mk2_state::pc6001mk2(machine_config &config)
subdevice("gfxdecode")->set_info(gfx_pc6001m2);
UPD7752(config, "upd7752", PC6001_MAIN_CLOCK / 4).add_route(ALL_OUTPUTS, "mono", 1.00);
+
+ SOFTWARE_LIST(config, "cass_list_pc6001mk2").set_original("pc6001mk2_cass");
+
}
void pc6601_state::floppy_formats(format_registration &fr)