Commit Graph

25 Commits

Author SHA1 Message Date
Nigel Barnes
545a5a79d6 bbc_rom.xml: Various additions, renames, and additonal info. 2021-05-22 15:24:42 +01:00
Nigel Barnes
260d3e0395 New working software list additions
-----------------------------------
bbc_rom: Opus DDOS 3.15 Rev.10, Opus DDOS 3.15 Rev.20, Opus DDOS 3.15 Rev.30, Opus DDOS 3.35 Rev.30, Opus DDOS 3.35 Rev.35, Opus DDOS 3.45 Rev.12, Opus DDOS 3.45 Rev.20, Opus DDOS 3.45 Rev.30 [Nigel Barnes]
2020-12-25 02:01:37 +00:00
Nigel Barnes
8ec91f61df New working software list additions
-----------------------------------
bbc_rom: Amcom E-Net Client 6.14B, Amcom WFS 5.21, Amcom WFS 6.23B, Amcom WFS 6.34B, Timefix 1.00 [Nigel Barnes]

New NOT_WORKING software list additions
---------------------------------------
bbc_rom: I2C (4 U) 3.0B, I2C (4 U) 3.1B [Martin Barr]
2020-12-06 15:01:15 +00:00
Nigel Barnes
d13d9d7669 New working software list additions
-----------------------------------
bbc_rom: DataGem 2.039

New NOT_WORKING software list additions
---------------------------------------
bbc_rom: Epromer II 2.5, Epromer III 3.1, Epromer III 3.3
2020-10-19 21:14:53 +01:00
Nigel Barnes
debbde65b3 New working software list additions
-----------------------------------
bbc_rom: 128 File DFS, Acorn ADFS-32B 1.40 (32016 Tube), Acorn ADFS-32M 1.40 (32016 Tube), Acorn ADFS 1.51 (patched), Acorn ADFS 1.52 (patched), Acorn ADFS 1.56 (patched), Archive, CPN 0.71, Acorn DNFS 1.21 (patched for 3.5"), Acorn DNFS 1.22 (patched for 3.5"), Digivision Cats, Digivision Demo1, Edword 2.02C, MCP v0.41 (CBL), MCP v1.20 (CBL), MCP v1.21 (ABL), MCP v1.21 (ABW), MCP v1.22 (ABW), MCP v1.22 (ABM), MCP v2.02 (CBM), Sprite Rom
2020-10-08 19:56:51 +01:00
Nigel Barnes
1b5cf678a4 New working software list additions
-----------------------------------
bbc_rom:
  Kenda Professional DMFS with PADS 1.02, Master ROM 1.04, Supervisor 2 - DFS, Supervisor 3 - Floppy, Supervisor 3 - Winchester [Nigel Barnes]
  UDM DDFS 0.98 [Paul Klintworth]
  UDM DDFS 3.10 [Steve Williams]

New NOT_WORKING software list additions
---------------------------------------
bbc_rom: Terminal for Rank-Cintel/BBC Slide File, VideoROM: Videodisc Player Control Software [Nigel Barnes]
2020-08-17 19:02:08 +01:00
Nigel Barnes
e3f803c605 New working software list additions
-----------------------------------
bbc_rom: 65C02 Assembler 1.60, Advanced Disc Toolkit 1.71, Amcom E-Net 5.18, AMPLE Nucleus (patched), AMPLE Nucleus ID 80327, AMPLE Nucleus ID 73863, AMPLE Nucleus ID 57315, AMPLE Nucleus ID 108801, AMTOR MkII 3.05, The Artist 1.00, BeeBASE-1 1.02, Bitstik Service ROM 0.51, Opus Challenger 1.00, Opus Challenger 1.01, Opus Challenger 1.03, Chameleon ROM 1.0, Colour Dump Rom, Commstar 9003, SJ Control ROM 0.23, SJ Control ROM 0.30, CPFS+ 1.20, CTS Palette 1.10, Acorn DFS 2.45 Rev 1191, 512 FastBoot 1.00, AJS Fortran, Hierarchical DFS 1.05, HKR Utilities 1.00, HKR Utilities 1.10, HKR Utilities 1.20, HKR Utilities 1.30, Instat B00741, Master ROM 1.05, Maxim 1.0, Meta Assembler 3.30A, MasterPieCe 800 Manager 2.40, MasterPieCe 900GX Manager 1.20, OrthoCAM 0.02, Pen-Friend 1.21, Plotter 1.0, MasterPieCe 1.10, Prisma-3 1.30, Prisma-3 2.30, Pull Down RAM Driver 1.00, Quest 2.1B, RAMDisc 1.01, Sciways 2.01, System Delta 2.017, Text To Speech 1.03, U2 2nd Processor Utility 1.5, View A1.4, View A3.0 pms (Hack?), VideoNuLA 1.03, Workstation 1.4 #0135, Workstation 1.4 #0148, Workstation 1.5

New NOT_WORKING software list additions
---------------------------------------
bbc_rom: ADDER 1.03, Artist Plus (Palette Pad), Artist Plus (Userport Pad), Futures 2.0a, Replay System WD1770 1.11, Richardson Hard Disk (306) 2.0, SEHK Terminal 2.00, SEHK Terminal 4.01

Software list items promoted to working
---------------------------------------
bbc_rom: Solidisk ADFS 2.1 11/10/85, Solidisk ADFS 2.1S, Solidisk DDFS 1.5, Solidisk DDFS 1.9, Solidisk DFS 2.0 (Jan 85), Solidisk DFS 2.0 (Feb 85), Solidisk DFS 2.00 (8271/1770), Solidisk DFS 2.0A (8271/1770), Solidisk DFS 2.0J (8271/1770), Solidisk DFS 2.0L (8271/1770), Solidisk DFS 2.0m (8271/1770), Solidisk DFS 2.1 (Mar 85), Solidisk DFS 2.1A (1770), Solidisk DFS 2.1J (1770)
2020-06-16 13:23:50 +01:00
Vas Crabb
1a5c013c33 (nw) softlist_dev.cpp: validate ROM labels
The free-for-all on labels in software lists is not working.  There's no
consistency, labels are getting excessively long, people are starting to
use non-ASCII characters in labels making it harder for others to type
them when manipulating files on the command line, and there's too much
markup being put in labels.

The length limit is 127 characters, same as for labels in MAME itself.
This should be long enough to be descriptive.  Remember that the Win32
path limit is 260 characters, and many applications and frameworks have
issues with longer paths, including Windows Explorer and the .NET
framework.  Labels are used as filenames, so concessions need to be
made for this.

I have not abbreviated excessively long labels myself - they're
currently causing 135 validity errors.  Someone else can fix them.

Printable ASCII characters are allowed, with a few exceptions.  The
exceptions are limited to characters most likely to cause issues for
interactive shells and scripts:
* ! - csh event substitution (very difficult to escape properly)
* $ - sh varibale expansion
* % - csh job control, cmd variable expansion
* / - UNIX directory separator
* : - sh path separator, Windows drive qualifier
* \ - sh escape, Windows directory separator

Most of the labels that had to be edited were using ! for markup, or
using ! and % for titles in labels.  Strangely, titles in labels are
often forced to lower case, despite this never being enforced for
software lists.  There are also various other edits to titles used for
labels, such as moving articles to the end (with or without a comma),
or replacing spaces with underscores.  As I already said, there's no
consistency at all.

There is far too much markup in labels.  They're even being used for
notes in some cases (e.g. at least one case where a dumper's name is in
the label).  The XML schema supports metadata - use it.  For example,
you can use part_id for an unrestricted display name for a software
part.  You can also use XML comments for notes.

And while on the topic of metadata, vgmplay.xml is putting the same
thing in the part_id as well as the label.  The part_id should have
the actual title, not the title mangled to make it more suitable for
use as a filename.  Addressing this would be a lot of work, given how
large the file is.

For now, empty data areas in software lists cause a verbose message
rather than a validation warning.  There are thousands of software
lists using empty data areas to indicate the size/width of cartridge
RAM/EEPROM/etc.
2020-04-16 14:04:06 +10:00
Vas Crabb
438a497c37 (nw) More license shuffling
Get rid of a couple of copies of the CC0 text.  Add header comment to
CC0 files to remind people editing them what the terms are.  Also add
some missing XML headers.  The header comments in layouts won't bloat
the binary - they get stripped out before compressing, same as any other
comments.
2020-03-07 22:02:56 +11:00
Nigel Barnes
79221dd5f9 New working software list additions
-----------------------------------
bbc_rom: Acorn ADFS 1.33 (IDE), Acorn ADFS 1.53 (IDE), Acorn ADFS 1.57 (MMC), Harston ADFS 6.00, Harston ADFS 6.10, RetroClinic RamFS 1.00, RetroClinic RamFS 1.04

New NOT_WORKING software list additions
---------------------------------------
bbc_rom: Advanced Ram Operating System 1.00, EPROM 1.03, RAMagic! 2.0B, RAMagic! 2.1M, Smart SPI, Digistore Streamer 0.05, Digistore Streamer 0.07, Digistore Streamer 0.09, Turbo MMC 0.A3, UPURS 3.0R, UPURS 3.1R, UPURS 3.2R, UPURS 3.3R, UPURS 4.0R, UPURS 4.1R, UPURS 5.0R, UPURS 5.1R
2020-01-22 21:42:34 +00:00
Scott Stone
6e716a5dc0 bbc_rom.xml: Formatting fixes from recent commit (nw) 2019-12-04 04:13:52 -05:00
Vas Crabb
e64edf6c71 srcclean and indentation cleanup (nw) 2019-11-24 13:52:11 +11:00
Nigel Barnes
c582fc2026 New working software list additions
-----------------------------------
bbc_rom: Aries-B20 2.2, Aries-B20 2.4, Aries-B32 1.0, Acorn NFS 3.34B, Prestel Terminal 1.00, Raven-20 1.00, Raven-20 1.06, Acorn TFS 0.31, Watford Electronics 32K RAM 1.00, Watford Electronics 32K RAM 2.00, Watford Electronics 32K RAM 2.40, Workstation 100 [Nigel Barnes]

New NOT_WORKING software list additions
---------------------------------------
bbc_rom: GoMMC Tools 0.72, GoMMC Tools 0.80, GoMMC Tools 1.03, Prestel Trial 4.71r, Super MMC, Turbo MMC 0.A1, UMI-2B 5.01 [Nigel Barnes]
2019-11-07 12:42:29 +00:00
Nigel Barnes
8f4da938a4 New working software list additions
-----------------------------------
dragon_cart: Test De Conducción [robcfg]
bbc_rom: Uniterm, Vax [Nigel Barnes]
2019-07-16 17:53:15 +01:00
Nigel Barnes
650fba7b73 New working software list additions
-----------------------------------
bbc_rom: Advanced Disc Investigator 1.21 S/N:43318, BeebAid 1.05, BeebEd 1.04, CMS Link 2.00, General Utilities 3.22, Instat C00144, Microbrush Injector 1.00, Printer Server 0.9A, Sciways 2.03, Style 1.3, Swift 2.2, TRXROM 2.00
2019-06-14 19:22:33 +01:00
Nigel Barnes
675d36e851 New working software list additions
-----------------------------------
bbc_rom: PMS Genie Junior 1.1u [Derek Mathieson]
2019-06-14 19:22:33 +01:00
Nigel Barnes
96a59f88b1 New working software list additions
-----------------------------------
bbc_rom: BBC Teletext 2.38, BBC Teletext 2.50, ATS+ 1.00, ATS+ 2.00, DMON A1.03, HyperDriver 1.11, The Informant, Logotron LOGO (Cymru), Open LOGO, QFS 1.01, Romit 1.00, Super-Forth 1.5, StarBASE 2.11, STL Clock & Desk 1.10, SupaStore 1.5, Techno-Font, Acorn TFS 1.00, Acorn TFS 1.02, Acorn TFS 1.03, ViewSheet 1.0, Wapping Support 1.21, Wordwise Plus 2.04, WYSIWYG Plus 1.22
dragon_flop: Dunjunz
z88_cart: Code Count, Z88 Data Organiser, EP-Copy, Event Control System, PC-Link II, Stop Watch, Toll Tracker v2.0 (Demo)

New NOT_WORKING software list additions
---------------------------------------
bbc_rom: Barry-Box, CUBE BeebFlex, BeebScan, Eprom Programmer 1.03, Eprom Programmer 1.06, Eprom Programmer V2 2.01, Eprom Programmer V2 2.02, Eprom Programmer V2 2.03, EURO-Beeb Terminal 1, EURO-Beeb Terminal 4.13, FIT Test Station, PMS Genie 1.02, Hobbit OS 1.8, Prestel 1.0, Ramamp Video 2.40, Ramamp Video 2.50

Software list items promoted to working
---------------------------------------
bbc_rom: AMX Design
2019-06-08 21:18:48 +01:00
Robbbert
9018b30dba (nw) b*.xml : removed not needed offset=0 2019-05-16 11:21:57 +10:00
Vas Crabb
97b6717027 (nw) Clean up the mess on master
This effectively reverts b380514764 and
c24473ddff, restoring the state at
598cd52272.

Before pushing, please check that what you're about to push is sane.
Check your local commit log and ensure there isn't anything out-of-place
before pushing to mainline.  When things like this happen, it wastes
everyone's time.  I really don't need this in a week when real work™ is
busting my balls and I'm behind where I want to be with preparing for
MAME release.
2019-03-26 11:13:37 +11:00
andreasnaive
b380514764 Revert "conflict resolution (nw)"
This reverts commit c24473ddff, reversing
changes made to 009cba4fb8.
2019-03-25 23:13:40 +01:00
Nigel Barnes
fa671f9308 New working software list additions
-----------------------------------
bbc_rom: Acorn DFS 0.9H (Torch)

New NOT_WORKING software list additions
---------------------------------------
bbc_rom: SatPic 3.0 (Cirkit)
2019-03-11 21:24:54 +00:00
Nigel Barnes
50d08da653 New working software list additions
-----------------------------------
bbc_rom: Advanced BASIC Editor Plus, BASIC Editor & Toolkit, Aerodrome Training Aid, BeebAid 1.02, CNCIS DFS 1.2S, Demo (Master Compact), PMS Genie Real Time Clock, HiBASIC3, HiBASIC4, Image Processor 0.9A, Para-Max II, Plotmate A3 2.00, Plotmate A4 1.90, The Publisher 1.10, Colour Screenprint 1.02s, Solidisk DFS 2.1F (1770) Issue 2, Super Utility, UserRAM, Video Digitiser 1.03

New NOT_WORKING software list additions
---------------------------------------
bbc_rom: PMS Genie, Replay System Mk2 2.00, Master Replay, Solidisk ADFS 2.1 11/10/85, Solidisk ADFS 2.1J (10MB), Solidisk DDFS 1.4, Solidisk DFS 2.0 (Jan 85), Solidisk DFS 2.0 (Feb 85), Solidisk DFS 2.0A (8271/1770), Solidisk DFS 2.1J (1770), Solidisk DFS 2.21 Issue 1, VideoNuLA 1.02

Software list items promoted to working
---------------------------------------
bbc_rom: Advanced BASIC Editor, ConQuest, Inter-Base 2.0A, Inter-Word 1.02, Inter-Word 1.O2 [alt1], Inter-Word 1.O2 [alt2], Mega3, Instant Mini Office II, MRM E00 DFS 1.20, Quest Paint 1.10, Quest Paint 1.04, SpellMaster 1.66, SpellMaster 1.69, TED 1.11, Tic-Toc RTC, The Wapping Editor 1.30
2019-01-19 15:33:34 +00:00
Nigel Barnes
b72459ba17 New working software list additions
-----------------------------------
bbc_rom: Accelerator 1.03, Acom, Advanced BASIC 1.01, ATS 2.60 STL, ATS 3.1 Morley, CommSoft 8.6h, DataGem 1.02F, Demon, Diagram II, Disc Menu 1.00, Disc Menu 1.20, EdiKit 1.00, EXROM: The Extension ROM 3.17, PMS Genie Junior, General Utilities, Hebrew, HyperDriver 1.40, Ice-Box 1.40, Matrix, Midwich WDFS, Master Operating System: A Dabhand Guide, NTQ Font Extension ROM 2, NTQ Font Extension ROM 3, NTQ Font Extension ROM 4, Plus 4.00, ROM Master (Computer Village), Side Writer 4.0, Solimon 1.02, StarStore II 2.03, Solidisk DFS 2.2F Issue 2, STL Toolkit 1.20 27/09/85, STL Toolkit 1.20 15/10/85, STL Toolkit 1.20 22/10/85, STL Toolkit 1.3 03/03/86, SupaStore 2.0S, System Delta 2.011, T2C3 1.00, TechnoCAD R1, TechnoCAD R2, Teletel Emulator 1.00, Teletel Emulator 1.12, TNC2-3 Driver, Trek 1.07, Turbo-PROM, UserRAM Demonstration ROM, User to User, UVIPROM 1.0, VDU 1.2, VT100 1.60, Xcal

New NOT_WORKING software list additions
---------------------------------------
bbc_rom: Inter-Base 2.0A, Mega3, MRM E00 DFS 1.20, SatPic 3.0
2018-12-17 19:39:18 +00:00
Nigel Barnes
1ca02639a4 New working software list additions
-----------------------------------
bbc_rom: Over 600 new ROMs supported.
2018-11-13 18:52:53 +00:00
Nigel Barnes
ecb103a7a1 New working software list additions
-----------------------------------
bbc_rom: Accelerator, BeebCalc, Caretaker, Communicator, Debug, Disc Doctor, Graphics Extension, Gremlin, Inter-Chart, Inter-Sheet, Printmaster (Canon), Printmaster (Epson), Printmaster (Star), Speech, Termi II, Termi, Text To Speech, Wordwise, Wordwise Plus

New NOT_WORKING software list additions
---------------------------------------
bbc_rom: ConQuest, Inter-Word, Instant Mini Office II, Quest Paint, The Wapping Editor, SpellMaster
2018-10-26 17:42:35 +01:00