summaryrefslogtreecommitdiffstatshomepage
path: root/hash
diff options
context:
space:
mode:
author angelosa <lordkale4@gmail.com>2026-05-03 13:55:26 +0200
committer angelosa <lordkale4@gmail.com>2026-05-03 13:55:26 +0200
commitbd7ec7c4ed0efdfa78f21c8e8f469ed1cd7ec928 (patch)
tree1b747466851af869b16c78b503dbf91b88005ae6 /hash
parent9f5a27a57058d6b4b9d49c8c99bde2eda5a81251 (diff)
philips/p2000t.cpp: hookup cart slot, kickoff SW list, pre-emptively demote to MNW
Diffstat (limited to 'hash')
-rw-r--r--hash/p2000_cart.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/hash/p2000_cart.xml b/hash/p2000_cart.xml
new file mode 100644
index 00000000000..1cdadc3be46
--- /dev/null
+++ b/hash/p2000_cart.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
+<!--
+license:CC0-1.0
+
+TODO:
+- Check RAM requirements for each SW;
+- Check if p2000m can really run everything here or it warrants a sharedfeat;
+
+-->
+<softwarelist name="p2000_cart" description="Philips P2000T/P2000M cartridges">
+
+ <software name="basicnl">
+ <description>Cassette Basic (v1.1, Netherlands)</description>
+ <year>198?</year>
+ <publisher>Philips</publisher>
+ <part name="cart" interface="p2000_cart">
+ <dataarea name="rom" size="0x4000">
+ <rom name="basic.rom" size="0x4000" crc="9d9d38f9" sha1="fb5100436c99634a2592a10dff867f85bcff7aec"/>
+ </dataarea>
+ </part>
+ </software>
+
+</softwarelist>