Econet Bug with FCFS
- BeebMaster
- Posts: 3970
- Joined: Sun Aug 02, 2009 5:59 pm
- Location: Lost in the BeebVault!
- Contact:
Econet Bug with FCFS
I'm not intending to start a whole heap of threads beginning with "L4FS bug with..." but this is a new one on me that's equally inexplicable.
I had a bright idea to get round the problem where BBC micro file load/exec addresses get ruined when the files are stored on a Sunfish share exported to the Level 4 File Server, which was to use a FileCore disc image stored on the NFS share and mount that and see if worked.
However, it looks like !FCFS is completely incompatible with the Level 4 file server! As soon as you mount a FileCore image, the next attempt to access the file server by a user station causes the RISC PC file server to lock up completely. No mouse or keyboard, and the only way out is to press reset on the back.
Exactly the same thing happens with AW Server in this instance, and it even happens when there's no file server running! So it appears to be an "Econet" bug rather than specifically a Level 4 FS bug.
I had a bright idea to get round the problem where BBC micro file load/exec addresses get ruined when the files are stored on a Sunfish share exported to the Level 4 File Server, which was to use a FileCore disc image stored on the NFS share and mount that and see if worked.
However, it looks like !FCFS is completely incompatible with the Level 4 file server! As soon as you mount a FileCore image, the next attempt to access the file server by a user station causes the RISC PC file server to lock up completely. No mouse or keyboard, and the only way out is to press reset on the back.
Exactly the same thing happens with AW Server in this instance, and it even happens when there's no file server running! So it appears to be an "Econet" bug rather than specifically a Level 4 FS bug.
Re: Econet Bug with FCFS
I'm fairly sure FCFS has problems even when run entirely on the arc if the machine has a econet clock connected.
- BeebMaster
- Posts: 3970
- Joined: Sun Aug 02, 2009 5:59 pm
- Location: Lost in the BeebVault!
- Contact:
Re: Econet Bug with FCFS
Yes, it's weird, isn't it? It seems that network traffic passing by completely kills the machine when FCFS has an image mounted. I haven't tried a transmission not involving the file server station, I will do that in a few minutes when it's finished doing something important!
- BeebMaster
- Posts: 3970
- Joined: Sun Aug 02, 2009 5:59 pm
- Location: Lost in the BeebVault!
- Contact:
Re: Econet Bug with FCFS
Hmmm !Killer is involved somehow as well. Trying to *. to a different file server breaks !Killer with an Instruction abort error when there's a FileCore disc image mounted, but then FCFS seems to be OK after that until trying to access the RISC PC via Econet again.
If I kill !Killer, then any network transmission seems to lock up the RISC PC with a FileCore image mounted.
That's put paid to mad idea 2. Mad idea 1 was to mount the FileCore image natively in Linux, which actually worked, the kernel does have RISC OS era ADFS support (read only I think, but then FCFS is read only anyway), and then export that as a NFS share, but it wouldn't let me do that. I even wrote the FileCore image to an SD card so I could mount it as a device rather than a loop file, but that didn't help.
On to mad idea 3, which is the most promising so far...I put a Spark FS archive of files within my existing Linux NFS share, mounted it on the RISC PC, and I can *DIR to it from a Beeb user station, and all the load/exec addresses are correctly preserved. I can save directly into the Spark archive over Econet, and that preserves the load & exec addresses as well! It's horrendously slow at saving, I'll have to look into whether there's an add-only rather than add-and-compress option to Spark.
The downside of mad idea 3 is that I don't yet know if I can open the Spark archive on my PC to see the files inside it, which is the whole point of having a Linux NFS share in the first place, to make file transfers easy.
If I kill !Killer, then any network transmission seems to lock up the RISC PC with a FileCore image mounted.
That's put paid to mad idea 2. Mad idea 1 was to mount the FileCore image natively in Linux, which actually worked, the kernel does have RISC OS era ADFS support (read only I think, but then FCFS is read only anyway), and then export that as a NFS share, but it wouldn't let me do that. I even wrote the FileCore image to an SD card so I could mount it as a device rather than a loop file, but that didn't help.
On to mad idea 3, which is the most promising so far...I put a Spark FS archive of files within my existing Linux NFS share, mounted it on the RISC PC, and I can *DIR to it from a Beeb user station, and all the load/exec addresses are correctly preserved. I can save directly into the Spark archive over Econet, and that preserves the load & exec addresses as well! It's horrendously slow at saving, I'll have to look into whether there's an add-only rather than add-and-compress option to Spark.
The downside of mad idea 3 is that I don't yet know if I can open the Spark archive on my PC to see the files inside it, which is the whole point of having a Linux NFS share in the first place, to make file transfers easy.
- BeebMaster
- Posts: 3970
- Joined: Sun Aug 02, 2009 5:59 pm
- Location: Lost in the BeebVault!
- Contact:
Re: Econet Bug with FCFS
I tried all the options in Spark FS including use no compression. Arc file isn't recognised on Ubuntu, Zip file won't load as it gives "an error occurred when loading the archive" error, Spark Dir is no good as that mucks up the file info, as does Tar, and PK archive doesn't allow anything to be saved into it.
Possibly there is a Linux tool which will read and mount either Arc or Zip Spark files otherwise I will have to move on to mad idea 4 (of 6) (the maddest of them all), revisit Omniclient/Acorn NFS but I'm not doing that tonight.
Possibly there is a Linux tool which will read and mount either Arc or Zip Spark files otherwise I will have to move on to mad idea 4 (of 6) (the maddest of them all), revisit Omniclient/Acorn NFS but I'm not doing that tonight.
- IanJeffray
- Posts: 700
- Joined: Sat Jun 06, 2020 3:50 pm
- Contact:
Re: Econet Bug with FCFS
If you're serving out of a SparkFS archive, then Linux doesn't need to be able to understand the file contents - the decompression happens on the RiscPC. Perhaps I'm not understanding quite what you're doing/expecting.
Have you tried CoreFS instead of FCFS ?
Have you tried CoreFS instead of FCFS ?
- BeebMaster
- Posts: 3970
- Joined: Sun Aug 02, 2009 5:59 pm
- Location: Lost in the BeebVault!
- Contact:
Re: Econet Bug with FCFS
I'm not aware of CoreFS yet, that might have to be mad idea 8 on the list of 6. (7 is try individual ADFFS images for specific directories).
What I'm doing is using the RISC PC as a sort of bridge between Beebs and my main PC Linux NFS server. So the data drive is exported at the PC using NFS server. The RISC PC has Ethernet NIC, so I can connect to the NFS server shares using Sunfish. In turn, I can use the Level 4 file server on the RISC PC to export the Sunfish shares. That means I can read and write directly to and from my main PC data drive over Econet using a BBC Model B or Master.
There's no problem at all with RISC OS files and filetypes. If I save RISC OS files and applications onto the main PC data drive, all the filetypes etc. are retained when I look at them on the RISC PC through Sunfish. Where it goes wrong is with BBC micro era files where the load and exec addresses get mangled. I think it's because they get timestamped at the same time as they are written so the information is lost. This means I can't store any machine code files for the Beeb on my NFS shared data drive as they won't run. Currently I have to keep the Libraries stored on the RPC hard drive.
The difficulty with using Spark archives it that for some reason I can't open them on the PC, I just get the error message I mentioned. I tried to read the archive with unzip -l and it gave an error on every single file in the archive, I can post that output if it would help. So unfortunately it doesn't solve my problem of having BBC micro compatible files visible to the Beebs and accessible at the same time on the PC.
(Mad idea 3b might have to be to share the Spark archive back out from the RISC PC to the Linux PC, I think Moonfish does that), but that would need the RPC to be powered on to do that.
I think I'm right in saying that ImageNFS might be a solution to this problem exactly, but I don't have it. I think you can only buy it from CJE micros, although I have e-mailed the developers to ask if there's a trial version I can test out to see if it suits. That's mad idea 5, by the way, filling in the gaps, although it's probably the most sensible of all the mad ideas.
What I'm doing is using the RISC PC as a sort of bridge between Beebs and my main PC Linux NFS server. So the data drive is exported at the PC using NFS server. The RISC PC has Ethernet NIC, so I can connect to the NFS server shares using Sunfish. In turn, I can use the Level 4 file server on the RISC PC to export the Sunfish shares. That means I can read and write directly to and from my main PC data drive over Econet using a BBC Model B or Master.
There's no problem at all with RISC OS files and filetypes. If I save RISC OS files and applications onto the main PC data drive, all the filetypes etc. are retained when I look at them on the RISC PC through Sunfish. Where it goes wrong is with BBC micro era files where the load and exec addresses get mangled. I think it's because they get timestamped at the same time as they are written so the information is lost. This means I can't store any machine code files for the Beeb on my NFS shared data drive as they won't run. Currently I have to keep the Libraries stored on the RPC hard drive.
The difficulty with using Spark archives it that for some reason I can't open them on the PC, I just get the error message I mentioned. I tried to read the archive with unzip -l and it gave an error on every single file in the archive, I can post that output if it would help. So unfortunately it doesn't solve my problem of having BBC micro compatible files visible to the Beebs and accessible at the same time on the PC.
(Mad idea 3b might have to be to share the Spark archive back out from the RISC PC to the Linux PC, I think Moonfish does that), but that would need the RPC to be powered on to do that.
I think I'm right in saying that ImageNFS might be a solution to this problem exactly, but I don't have it. I think you can only buy it from CJE micros, although I have e-mailed the developers to ask if there's a trial version I can test out to see if it suits. That's mad idea 5, by the way, filling in the gaps, although it's probably the most sensible of all the mad ideas.
- IanJeffray
- Posts: 700
- Joined: Sat Jun 06, 2020 3:50 pm
- Contact:
Re: Econet Bug with FCFS
I still don't really understand why you need to open the archives on the PC, but this setup is basically exactly what I'm going to be setting up now I'm getting Econetted!
I have a RiscPC with both an Ethernet card and an IanS Econet podule to use as the bridge machine -- although I shall only be using RISC OS machines as clients as I've never owned an 8bit Acorn.
I have ImageNFS (used to work with Dickon Hood, the author, at Oregan) and use it daily. It's got its own small issues, but is generally solid. 2nd in line from ImageNFS I use Omniclient (OmniNFS) and 3rd in line is Sunfish, all pointing at my Debian server.
I've also just learned about AccessPlusPython which provides a ShareFS for Linux which would be amazing if it works well as I ShareFS to all my other Ethernet'd machines. It may be something you can try -- then you'd just L4 the ShareFS disc, obviously. [Though James Woodcock's bitbucket repo for this seens to have vanished?]

I have ImageNFS (used to work with Dickon Hood, the author, at Oregan) and use it daily. It's got its own small issues, but is generally solid. 2nd in line from ImageNFS I use Omniclient (OmniNFS) and 3rd in line is Sunfish, all pointing at my Debian server.
I've also just learned about AccessPlusPython which provides a ShareFS for Linux which would be amazing if it works well as I ShareFS to all my other Ethernet'd machines. It may be something you can try -- then you'd just L4 the ShareFS disc, obviously. [Though James Woodcock's bitbucket repo for this seens to have vanished?]
Re: Econet Bug with FCFS
He moved it to GitLab when Bitbucket deleted all the Mercurial repositories.IanJeffray wrote: ↑Mon Feb 22, 2021 10:55 pmI've also just learned about AccessPlusPython which provides a ShareFS for Linux which would be amazing if it works well as I ShareFS to all my other Ethernet'd machines. It may be something you can try -- then you'd just L4 the ShareFS disc, obviously. [Though James Woodcock's bitbucket repo for this seens to have vanished?]

- IanJeffray
- Posts: 700
- Joined: Sat Jun 06, 2020 3:50 pm
- Contact:
Re: Econet Bug with FCFS
Ah good - thanks for that. Looks like he did some work on it just last year - that's encouraging to see. Will definitely have to find some time to try this out! I'm disappointed it's been under my radar for so long.davidb wrote: ↑Mon Feb 22, 2021 11:37 pmHe moved it to GitLab when Bitbucket deleted all the Mercurial repositories.IanJeffray wrote: ↑Mon Feb 22, 2021 10:55 pmI've also just learned about AccessPlusPython which provides a ShareFS for Linux which would be amazing if it works well as I ShareFS to all my other Ethernet'd machines. It may be something you can try -- then you'd just L4 the ShareFS disc, obviously. [Though James Woodcock's bitbucket repo for this seens to have vanished?]![]()
Re: Econet Bug with FCFS
Spark Archives yes, but ZIP archive are close to universal. Any ZIP tool on any machine will open them.BeebMaster wrote: ↑Mon Feb 22, 2021 9:05 pmThe difficulty with using Spark archives it that for some reason I can't open them on the PC, I just get the error message I mentioned. I tried to read the archive with unzip -l and it gave an error on every single file in the archive, I can post that output if it would help. So unfortunately it doesn't solve my problem of having BBC micro compatible files visible to the Beebs and accessible at the same time on the PC.
Code: Select all
$ bbcbasic
PDP11 BBC BASIC IV Version 0.32
(C) Copyright J.G.Harston 1989,2005-2020
>_
- BeebMaster
- Posts: 3970
- Joined: Sun Aug 02, 2009 5:59 pm
- Location: Lost in the BeebVault!
- Contact:
Re: Econet Bug with FCFS
I was using the "zip" option within Spark FS to create the archive, presumably that's readable as a normal zip file? I didn't understand why it wouldn't open it in Linux, think I will have to do some more investigation.
- BeebMaster
- Posts: 3970
- Joined: Sun Aug 02, 2009 5:59 pm
- Location: Lost in the BeebVault!
- Contact:
Re: Econet Bug with FCFS
Interesting...unzip -l on Ubuntu 18.04 doesn't report any errors:
but unzip -t gives me the same output that unzip -l on Ubuntu 20.04 gives:
Code: Select all
Archive: RPCL4ZIP,ddc
Length Date Time Name
--------- ---------- ----- ----
27 2021-02-21 23:28 ANFS418/!Boot
16384 2021-02-21 23:28 ANFS418/ANFS418
268 1980-05-12 02:22 ANFS418/anfssrc
27 1992-06-01 06:57 HTMLGEN/!Boot
112 2021-02-21 23:28 Library/!Boot
458 1991-02-27 09:31 Library/BOOT!
6 1980-05-12 02:17 Library/CLOSE
472 1980-12-30 16:33 Library/DATE
219 1980-12-30 16:33 Library/Discs
385 1980-05-12 02:26 Library/FINDLIB
36 1980-12-30 16:33 Library/FLIP
440 1980-12-30 16:33 Library/Free
306 1980-12-30 16:33 Library/FS
472 1980-12-30 16:33 Library/FSDATE
338 1980-12-30 16:33 Library/FSTIME
51 1988-06-19 16:02 Library/LCAT
52 1988-06-19 16:02 Library/LEX
24 2021-02-21 23:28 Library/MDFSLib
146 1980-05-12 02:22 Library/mdfslibsrc
433 1980-05-12 02:18 Library/NETMON
473 1980-12-30 16:33 Library/NOTIFY
11 1980-12-30 16:33 Library/PROT
471 1980-12-30 16:33 Library/PS
443 1980-12-30 16:33 Library/READFREE
498 1980-06-01 12:47 Library/REMOTE
286 1980-05-12 02:17 Library/ROMS
432 1980-12-30 16:33 Library/SETFREE
399 1980-05-12 02:17 Library/SRLOAD
309 1980-05-12 02:17 Library/SRSAVE
338 1980-12-30 16:33 Library/TIME
11 1980-02-20 17:43 Library/UNPROT
313 2021-02-21 23:28 Library/USERS
498 1980-06-01 12:47 Library/VIEW
117 2021-02-21 23:28 Library1/!Boot
125 2021-02-21 23:28 Library1/Bas128
61256 2021-02-21 23:28 Library1/BAS135
20480 2021-02-21 23:28 Library1/BasObj
458 1991-02-27 09:31 Library1/BOOT!
472 1980-12-30 16:33 Library1/DATE
224 1980-05-12 02:26 Library1/Discs
321 1980-05-12 02:26 Library1/DOT
385 1980-05-12 02:26 Library1/FindLib
53 1980-05-12 02:17 Library1/Fix
425 1980-05-12 02:26 Library1/Free
472 1980-12-30 16:33 Library1/FSDATE
338 1980-12-30 16:33 Library1/FSTIME
58 1992-06-01 06:57 Library1/LTune
24 1992-06-01 06:57 Library1/MDFSLIB
619 1980-05-12 02:19 Library1/NetMon
393 1980-05-12 02:26 Library1/Notify
321 1980-05-12 02:26 Library1/ONECAT
471 1980-12-30 16:33 Library1/PS
426 1980-05-12 02:26 Library1/ReadFree
512 1980-05-12 02:26 Library1/Remote
511 1980-05-12 02:26 Library1/Set
402 1980-05-12 02:26 Library1/SetFree
338 1980-12-30 16:33 Library1/TIME
435 1980-05-12 02:26 Library1/Users
510 1980-05-12 02:26 Library1/View
29 1992-06-01 06:57 ROMS/!BOOT
5600 1992-07-19 23:49 ROMS/1770DOS
16384 2021-02-21 23:31 ROMS/65C02
395 2021-02-21 23:31 ROMS/Adaptec/!Readme
16384 2021-02-21 23:31 ROMS/Adaptec/ACB-4070
16384 2021-02-21 23:31 ROMS/ADFS-1
16384 2021-02-21 23:31 ROMS/ADFS-13
16384 2021-02-21 23:31 ROMS/ADFS-130
16383 1992-06-01 06:57 ROMS/ADFS-132
16383 1992-06-01 06:57 ROMS/ADFS-133
16384 1992-06-01 06:57 ROMS/ADFS-153
16384 2021-02-21 23:31 ROMS/ADFS-2
16384 1992-06-01 06:57 ROMS/adfs154
16384 2021-02-21 23:31 ROMS/ADFSU1-10
16384 1980-09-06 04:59 ROMS/ADI-200
16384 2021-02-21 23:31 ROMS/ADT-140
16384 2021-02-21 23:31 ROMS/ADT-178
16384 2021-02-21 23:31 ROMS/ADT-200
16384 1992-06-01 06:57 ROMS/AMPLE1-00
16384 2021-02-21 23:31 ROMS/AMX-331
16384 2021-02-21 23:31 ROMS/AMX-341
16384 2021-02-21 23:31 ROMS/ANFS-4
16384 2021-02-21 23:31 ROMS/ANFS-4-25
16384 2021-02-21 23:31 ROMS/ANFS-421
16384 2021-02-21 23:31 ROMS/ANFS-425
16384 2021-02-21 23:31 ROMS/ANFS408
16384 2021-02-21 23:32 ROMS/ANFS418
16384 2021-02-21 23:32 ROMS/ARM-100
8192 2021-02-21 23:32 ROMS/ARM-113
8192 2021-02-21 23:32 ROMS/ARM2
16384 2021-02-21 23:32 ROMS/ARMEval100
16384 2021-02-21 23:32 ROMS/ATS-258
16384 2021-02-21 23:32 ROMS/ATS-259
16384 2021-02-21 23:32 ROMS/ATS-3
16384 2021-02-21 23:32 ROMS/AUTOSAVE
16384 1992-06-01 06:57 ROMS/BASEDIT132
16384 2021-02-21 23:32 ROMS/BASIC2
16384 2021-02-21 23:32 ROMS/BASIC4
8192 2021-02-21 23:32 ROMS/BBOOSTER
16384 2021-02-21 23:32 ROMS/BCPL
16384 2021-02-21 23:32 ROMS/BLANKROM
16384 2021-02-21 23:32 ROMS/BRAZIL
16384 2021-02-21 23:32 ROMS/BRAZILv2
1981 2018-10-07 11:13 ROMS/BSCSI104
8192 2021-02-21 23:32 ROMS/CARETAKER
16384 2021-02-21 23:32 ROMS/COMAL
16384 2021-02-21 23:32 ROMS/COMAL-1
23 2021-02-21 23:32 ROMS/COMALPROG
16384 1992-06-01 06:57 ROMS/CPFS
16384 1992-06-01 06:57 ROMS/CPN-71
16384 2021-02-21 23:32 ROMS/DESIGN
16384 2021-02-21 23:32 ROMS/DFS-090
8192 2021-02-21 23:32 ROMS/DFS-098
16384 1992-06-01 06:57 ROMS/DFS-200
16384 2021-02-21 23:32 ROMS/DFS-210
16384 2021-02-21 23:32 ROMS/DFS-220
16384 2021-02-21 23:32 ROMS/DFS-222
16384 2021-02-21 23:32 ROMS/DFS-223
16384 2021-02-21 23:32 ROMS/DFS-224
16384 2021-02-21 23:32 ROMS/DFS-225
16384 2021-02-21 23:32 ROMS/DFS-226
16384 2021-02-21 23:32 ROMS/DFS-228
16384 2000-02-02 21:42 ROMS/DFS-242
16384 1980-07-29 11:39 ROMS/DFSMMBv2
8192 2021-02-21 23:32 ROMS/DigiStream
16384 2021-02-21 23:32 ROMS/DISCDR
16384 2021-02-21 23:32 ROMS/DNFS1-20
16384 2021-02-21 23:32 ROMS/DNFS1-21
16384 2021-02-21 23:32 ROMS/DOCTOR
16384 1992-06-01 06:57 ROMS/DOSFS
8192 2021-02-21 23:32 ROMS/ECONETB
16384 2021-02-21 23:32 ROMS/ENIGMA
8192 2021-02-21 23:32 ROMS/ENVELOPES
8192 1992-06-01 06:57 ROMS/EPROM104
16384 1992-06-01 06:57 ROMS/EPROM108
16384 2021-02-21 23:32 ROMS/FASTBOOT
16384 2021-02-21 23:32 ROMS/GXR
16384 2021-02-21 23:32 ROMS/а/GXR2
16384 2021-02-21 23:32 ROMS/а/HADFS-550
16384 2009-05-13 08:52 ROMS/а/HELP1-2C
16384 2021-02-21 23:32 ROMS/а/HiB-6502
16384 2021-02-21 23:32 ROMS/а/HiB-65C102
16384 2021-02-21 23:32 ROMS/а/ICHART1-01
16384 2021-02-21 23:32 ROMS/а/ICHART1-02
16384 2021-02-21 23:32 ROMS/а/ICHART1-03
16384 1992-06-01 06:57 ROMS/а/IEEE1-98
8192 2021-02-21 23:32 ROMS/а/IEEEFS0-5
16384 2021-02-21 23:32 ROMS/а/INFORMANT
8192 2021-02-21 23:32 ROMS/а/INTERS1
16384 2021-02-21 23:32 ROMS/а/ISHEET-047
16384 2021-02-21 23:32 ROMS/а/ISHEET-102
16384 2021-02-21 23:32 ROMS/а/ISHEET-106
16512 2021-02-21 23:32 ROMS/а/ISHEET0-47
8192 2021-02-21 23:32 ROMS/а/ISHEET1-02
8192 2021-02-21 23:32 ROMS/а/ISHEET1-03
16384 2021-02-21 23:32 ROMS/а/ISHEET1-06
16384 2021-02-21 23:32 ROMS/а/ISHEET106A
16384 2021-02-21 23:32 ROMS/а/ISHEET106B
16384 2021-02-21 23:32 ROMS/а/ISHEET106C
16384 2021-02-21 23:32 ROMS/а/LOGO
16384 2021-02-21 23:32 ROMS/а/LOGO-1A
16384 2021-02-21 23:32 ROMS/а/LOGO-1B
16384 2021-02-21 23:32 ROMS/а/LOGO-2
16384 2021-02-21 23:32 ROMS/а/LOGO-2B
1169 2021-02-21 23:32 ROMS/а/LVROMs/!ReadMe
16384 2021-02-21 23:32 ROMS/а/LVROMs/VP410-R3-7
16384 2021-02-21 23:32 ROMS/а/LVROMs/VP410-S0-1
16384 2021-02-21 23:32 ROMS/а/LVROMs/VP415-R3-6
16384 2021-02-21 23:32 ROMS/а/LVROMs/VP415-S4-9
16384 2021-02-21 23:32 ROMS/а/LVROMs/VP415-W5-3
16384 2021-02-21 23:32 ROMS/а/LVROMs/VP415-W6-3
16384 2021-02-21 23:33 ROMS/а/LVROMs/VP415-W7-0
16384 2021-02-21 23:33 ROMS/а/LVROMs/VP415-W8-0
16384 2021-02-21 23:33 ROMS/а/MASTERE
376 2021-02-21 23:33 ROMS/а/MDFS/!ReadMe
16384 2021-02-21 23:33 ROMS/а/MDFS/MDFS1-00
16384 2021-02-21 23:33 ROMS/а/MDFS/MDFS1-03
2800 2021-02-21 23:33 ROMS/а/MDFS/MDFSROM105
16384 1992-06-01 06:57 ROMS/а/MORLEY2-00
16384 2021-02-21 23:33 ROMS/а/MORLEYE
16384 2021-02-21 23:33 ROMS/а/MUSIC
8192 2021-02-21 23:33 ROMS/а/NFS-3
8192 2021-02-21 23:33 ROMS/а/NFS-334
8192 2021-02-21 23:33 ROMS/а/NIEEE0-2
16384 2021-02-21 23:33 ROMS/а/OS-1_0
16384 2021-02-21 23:33 ROMS/а/OS-1_2
16384 1992-06-01 06:57 ROMS/а/PENDOWN
16384 2021-02-21 23:33 ROMS/а/PM1
16384 1980-05-12 02:22 ROMS/а/PMASTER
8192 2021-02-21 23:33 ROMS/а/PMSUPPORT
16384 2021-02-21 23:33 ROMS/а/POS120
16384 2021-02-21 23:33 ROMS/а/PROWORD1-3
8192 2021-02-21 23:33 ROMS/а/PServer1-0
16384 2021-02-21 23:33 ROMS/а/PServer111
8192 2021-02-21 23:33 ROMS/а/QPAINT1-10
16384 1980-09-22 14:03 ROMS/а/QPaint104a
16384 1980-09-22 14:03 ROMS/а/QPaint104b
8192 2021-02-21 23:33 ROMS/а/QUESTP2
16384 2021-02-21 23:33 ROMS/а/RAMDISK
16384 1992-06-01 06:57 ROMS/а/Screenprnt
8192 2021-02-21 23:33 ROMS/а/SIDEWAY
8192 2021-02-21 23:33 ROMS/а/SLEUTH
16384 2021-02-21 23:33 ROMS/а/SLEUTH2
5176 2021-02-21 23:33 ROMS/а/SOUNDS
16384 2021-02-21 23:33 ROMS/а/SP1
16384 2021-02-21 23:33 ROMS/а/SP2
8192 2021-02-21 23:33 ROMS/а/SPEECH
8192 2021-02-21 23:33 ROMS/а/SPEECH2
16384 2021-02-21 23:33 ROMS/а/SPELLCH
16384 2021-02-21 23:33 ROMS/а/SPRITEUTIL
16384 2021-02-21 23:33 ROMS/а/STL-ADFS
16384 2021-02-21 23:33 ROMS/а/STL-DFS
8192 2021-02-21 23:33 ROMS/а/SUPERV
16384 2021-02-21 23:33 ROMS/а/SWRUTIL
16384 2021-02-21 23:33 ROMS/а/SYMB3-40
16384 2010-03-19 19:52 ROMS/а/TBALLPATCH
16384 2021-02-21 23:33 ROMS/а/TFS1-00
16384 2021-02-21 23:33 ROMS/а/TFS2-50
16384 2021-02-21 23:33 ROMS/а/TICTOCROM
8192 2021-02-21 23:33 ROMS/а/TorchZ80/CCP094
8192 2021-02-21 23:33 ROMS/а/TorchZ80/CCP102
16384 1992-06-01 06:57 ROMS/а/TorchZ80/CPN-71
16384 1992-06-01 06:57 ROMS/а/TorchZ80/MCP-8271
16384 2021-02-21 23:33 ROMS/а/TorchZ80/MCP101A
16384 2021-02-21 23:33 ROMS/а/TorchZ80/MCP121-
16384 2021-02-21 23:33 ROMS/а/TorchZ80/MCP122-
16384 1992-06-01 06:57 ROMS/а/TorchZ80/Torch-IC4
16384 2010-03-18 19:41 ROMS/а/TRACKER001
8192 2021-02-21 23:34 ROMS/а/TROM1-10
16384 2021-02-21 23:34 ROMS/а/TUNE
3072 2021-02-21 23:34 ROMS/а/UVIPROM
16384 2000-02-02 21:42 ROMS/а/а/ADFS-150
16384 2012-11-04 18:38 ROMS/а/а/Basic1
16384 2019-11-28 13:02 ROMS/а/а/CB
16384 1997-05-11 18:03 ROMS/а/а/IW102HI
16384 1997-05-11 18:03 ROMS/а/а/IW102LO
16384 2021-01-31 21:43 ROMS/а/а/Logo1
16384 2021-01-31 21:44 ROMS/а/а/Logo2
16384 2013-02-20 11:32 ROMS/а/а/MDWFS
9100 2006-02-26 09:04 ROMS/а/а/ramfs108
16384 2020-07-04 17:59 ROMS/а/а/SUP210F
9728 2020-07-04 17:59 ROMS/а/а/SUP303F
9728 2020-07-04 17:59 ROMS/а/а/SUP303W
16384 1992-06-01 06:57 ROMS/а/а/VFS1-70
16384 1992-06-01 06:57 ROMS/а/а/VIDEO3-1
8192 2021-02-21 23:35 ROMS/а/а/VideoDig
16384 2021-02-21 23:35 ROMS/а/а/WDFS144
16384 1992-06-01 06:57 ROMS/а/а/WORDAID
16384 2021-02-21 23:35 ROMS/а/а/WORDEAS-12
16384 2021-02-21 23:35 ROMS/а/а/WORDEASE
16384 2021-02-21 23:35 ROMS/а/а/WORDW
16384 2021-02-21 23:35 ROMS/а/а/WW+1-49
16384 2021-02-21 23:35 ROMS/а/а/WW+1-4F
16384 2021-02-21 23:35 ROMS/а/а/ZALAGA
--------- -------
2892523 253 files
Code: Select all
Archive: RPCL4ZIP,ddc
testing: ANFS418/!Boot bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ANFS418/ANFS418 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ANFS418/anfssrc bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: HTMLGEN/!Boot bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/!Boot bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/BOOT! bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/CLOSE bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/DATE bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/Discs bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/FINDLIB bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/FLIP bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/Free bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/FS bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/FSDATE bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/FSTIME bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/LCAT bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/LEX bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/MDFSLib bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/mdfslibsrc bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/NETMON bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/NOTIFY bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/PROT bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/PS bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/READFREE bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/REMOTE bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/ROMS bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/SETFREE bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/SRLOAD bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/SRSAVE bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/TIME bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/UNPROT bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/USERS bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library/VIEW bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/!Boot bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/Bas128 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/BAS135 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/BasObj bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/BOOT! bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/DATE bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/Discs bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/DOT bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/FindLib bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/Fix bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/Free bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/FSDATE bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/FSTIME bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/LTune bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/MDFSLIB bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/NetMon bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/Notify bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/ONECAT bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/PS bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/ReadFree bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/Remote bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/Set bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/SetFree bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/TIME bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/Users bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: Library1/View bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/!BOOT bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/1770DOS bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/65C02 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/Adaptec/!Readme bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/Adaptec/ACB-4070 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ADFS-1 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ADFS-13 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ADFS-130 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ADFS-132 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ADFS-133 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ADFS-153 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ADFS-2 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/adfs154 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ADFSU1-10 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ADI-200 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ADT-140 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ADT-178 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ADT-200 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/AMPLE1-00 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/AMX-331 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/AMX-341 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ANFS-4 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ANFS-4-25 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ANFS-421 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ANFS-425 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ANFS408 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ANFS418 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ARM-100 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ARM-113 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ARM2 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ARMEval100 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ATS-258 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ATS-259 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ATS-3 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/AUTOSAVE bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/BASEDIT132 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/BASIC2 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/BASIC4 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/BBOOSTER bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/BCPL bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/BLANKROM bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/BRAZIL bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/BRAZILv2 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/BSCSI104 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/CARETAKER bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/COMAL bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/COMAL-1 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/COMALPROG bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/CPFS bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/CPN-71 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DESIGN bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DFS-090 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DFS-098 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DFS-200 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DFS-210 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DFS-220 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DFS-222 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DFS-223 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DFS-224 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DFS-225 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DFS-226 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DFS-228 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DFS-242 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DFSMMBv2 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DigiStream bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DISCDR bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DNFS1-20 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DNFS1-21 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DOCTOR bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/DOSFS bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ECONETB bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ENIGMA bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/ENVELOPES bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/EPROM104 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/EPROM108 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/FASTBOOT bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/GXR bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/GXR2 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/HADFS-550 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/HELP1-2C bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/HiB-6502 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/HiB-65C102 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/ICHART1-01 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/ICHART1-02 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/ICHART1-03 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/IEEE1-98 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/IEEEFS0-5 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/INFORMANT bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/INTERS1 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/ISHEET-047 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/ISHEET-102 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/ISHEET-106 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/ISHEET0-47 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/ISHEET1-02 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/ISHEET1-03 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/ISHEET1-06 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/ISHEET106A bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/ISHEET106B bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/ISHEET106C bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/LOGO bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/LOGO-1A bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/LOGO-1B bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/LOGO-2 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/LOGO-2B bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/LVROMs/!ReadMe bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/LVROMs/VP410-R3-7 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/LVROMs/VP410-S0-1 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/LVROMs/VP415-R3-6 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/LVROMs/VP415-S4-9 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/LVROMs/VP415-W5-3 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/LVROMs/VP415-W6-3 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/LVROMs/VP415-W7-0 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/LVROMs/VP415-W8-0 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/MASTERE bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/MDFS/!ReadMe bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/MDFS/MDFS1-00 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/MDFS/MDFS1-03 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/MDFS/MDFSROM105 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/MORLEY2-00 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/MORLEYE bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/MUSIC bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/NFS-3 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/NFS-334 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/NIEEE0-2 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/OS-1_0 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/OS-1_2 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/PENDOWN bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/PM1 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/PMASTER bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/PMSUPPORT bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/POS120 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/PROWORD1-3 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/PServer1-0 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/PServer111 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/QPAINT1-10 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/QPaint104a bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/QPaint104b bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/QUESTP2 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/RAMDISK bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/Screenprnt bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/SIDEWAY bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/SLEUTH bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/SLEUTH2 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/SOUNDS bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/SP1 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/SP2 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/SPEECH bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/SPEECH2 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/SPELLCH bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/SPRITEUTIL bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/STL-ADFS bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/STL-DFS bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/SUPERV bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/SWRUTIL bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/SYMB3-40 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/TBALLPATCH bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/TFS1-00 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/TFS2-50 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/TICTOCROM bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/TorchZ80/CCP094 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/TorchZ80/CCP102 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/TorchZ80/CPN-71 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/TorchZ80/MCP-8271 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/TorchZ80/MCP101A bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/TorchZ80/MCP121- bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/TorchZ80/MCP122- bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/TorchZ80/Torch-IC4 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/TRACKER001 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/TROM1-10 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/TUNE bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/UVIPROM bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/ADFS-150 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/Basic1 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/CB bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/IW102HI bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/IW102LO bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/Logo1 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/Logo2 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/MDWFS bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/ramfs108 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/SUP210F bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/SUP303F bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/SUP303W bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/VFS1-70 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/VIDEO3-1 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/VideoDig bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/WDFS144 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/WORDAID bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/WORDEAS-12 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/WORDEASE bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/WORDW bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/WW+1-49 bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/WW+1-4F bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
testing: ROMS/а/а/ZALAGA bad extra-field entry:
EF block length (24 bytes) exceeds remaining EF data (20 bytes)
At least one error was detected in RPCL4ZIP,ddc.