diff options
| author | 2026-05-08 17:40:35 +0200 | |
|---|---|---|
| committer | 2026-05-08 18:25:56 +0200 | |
| commit | a65269129c37e0570c4d18bbba1e46791fa928ea (patch) | |
| tree | fecde7ba553289a3984fdbc5b2fc87e2032cf769 /hash | |
| parent | f60417251c9c9d492d309a62f95e98b377b26187 (diff) | |
excellent/es9606.cpp: hookup Imagetek VDP, hookup basic inputs
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/p2000_cart.xml | 5 | ||||
| -rw-r--r-- | hash/p2000_cass.xml | 12 |
2 files changed, 12 insertions, 5 deletions
diff --git a/hash/p2000_cart.xml b/hash/p2000_cart.xml index 8b4b18327fc..7b78cefb0e7 100644 --- a/hash/p2000_cart.xml +++ b/hash/p2000_cart.xml @@ -190,7 +190,7 @@ Pressing '?' on [keyboard] doesn't bring information screen </software> <software name="familie3" cloneof="familie4" supported="no"> - <description>familiegeheugen (v3.L)</description> + <description>Familiegeheugen (v3.L)</description> <year>1986</year> <publisher>Philips</publisher> <notes><![CDATA[ @@ -496,6 +496,7 @@ Various unsupported features <software name="brkwall" supported="partial"> <description>Brick-Wall</description> + <!-- original is '82, this conversion may be later --> <year>19??</year> <publisher><unknown></publisher> <notes><![CDATA[ @@ -526,7 +527,7 @@ Optional [joystick] support <notes><![CDATA[ Optional [joystick] support ]]></notes> - <info name="usage" value="Requires 32KB RAM minimum"/> + <info name="required_ram" value="32KB" /> <part name="cart" interface="p2000_cart"> <dataarea name="rom" size="0x3fbe"> <rom name="Fraxxon (joystick).bin" size="0x3fbe" crc="80e38fa5" sha1="732cb508208ff8af157fe1bdfe75f18918f90103" /> diff --git a/hash/p2000_cass.xml b/hash/p2000_cass.xml index ee91c669c0e..aa629719cfa 100644 --- a/hash/p2000_cass.xml +++ b/hash/p2000_cass.xml @@ -3,8 +3,11 @@ <!-- license:CC0-1.0 +TODO: +- fill metadata blanks (break thru NMI then issue a LIST command); + Notes: -- Metadata is usually picked up at the end of BASIC listings (if available); +- Metadata is usually picked up at the start or end of BASIC listings (if available); --> <softwarelist name="p2000_cass" description="Philips P2000T/P2000M Mini cassettes"> @@ -336,8 +339,11 @@ Stuck on title screen, [CTC]? </software> <software name="brkwall" supported="partial"> - <description>Brick-Wall</description> - <year>198?</year> + <!-- "Nat.Lab. P2000 Computer Club" --> + <!-- "programma Nr. 62" --> + <description>Brick-Wall (version Nr. 3.0)</description> + <year>1982</year> + <!-- "copyright: <blank>" --> <publisher><unknown></publisher> <notes><![CDATA[ Optional [joystick] support |
