Page 1 of 1

PDF manuals

Posted: Thu Jan 25, 2024 6:59 pm
by pavero
Around 500 PDF manuals (fully OCRed) have been created/uploaded in the last 12 months.

Here is the online (still up-to-date) list:
https://spectrumcomputing.co.uk/zxdb/test/manuals.php

Re: PDF manuals

Posted: Fri Jan 26, 2024 12:47 am
by cmal
Holy Smokes! Did you make these PDF's, @pavero ? Very impressive!! Thanks for sharing!

Re: PDF manuals

Posted: Fri Jan 26, 2024 9:21 am
by pavero
cmal wrote: Fri Jan 26, 2024 12:47 am Holy Smokes! Did you make these PDF's, @pavero ?
Yep, mostly from @Mort and @Gilby scans.

Re: PDF manuals

Posted: Fri Jan 26, 2024 11:55 am
by akeley
Incredible stuff...nothing beats the original. I just DownedThemAll!, thanks a million.

Re: PDF manuals

Posted: Fri Jan 26, 2024 1:00 pm
by Vampyre
Wow! I never knew these even existed. The Frankie Goes To Hollywood version is a thing of beauty.

Re: PDF manuals

Posted: Fri Jan 26, 2024 7:54 pm
by equinox
I spotted a weird error in the Hisoft Basic PDF manual today: an appendix lists routines for INK, PAPER, FLASH, BRIGHT, COURIER, OVER, AT and TAB. Clearly it should be INVERSE (they are in character-set control code order).

I mentioned this on the ZX Discord and SevenFFF came up with the good theory that the BASIC keywords were supposed to be in Courier font (a typewriter-style one) and maybe there was a markup mixup.

Re: PDF manuals

Posted: Fri Jan 26, 2024 9:29 pm
by Stefan
It seems that this error was introduced when the author initially ocr'ed and fixed the manual - see http://hayne.net/Spectrum/HiSoftBASIC/

The easy confirmation is to write a basic program with the inverse keyword and see if it does indeed compile to code 120.

On a side note, the lack of alternative sources is worrying, the entire internet has exactly one (buggy) copy of this manual.

Re: PDF manuals

Posted: Sat Jan 27, 2024 3:44 am
by jpnz
Stefan wrote: Fri Jan 26, 2024 9:29 pm It seems that this error was introduced when the author initially ocr'ed and fixed the manual - see http://hayne.net/Spectrum/HiSoftBASIC/

The easy confirmation is to write a basic program with the inverse keyword and see if it does indeed compile to code 120.

On a side note, the lack of alternative sources is worrying, the entire internet has exactly one (buggy) copy of this manual.
I do have an original copy of HiSoft BASIC, though it is version 1.1 and the manual is the 2nd Edition February 1988 - as such, the list of runtimes isn't documented. However, the premise of runtime 120 being INVERSE stands true - tested with version 1.0:

Code: Select all

  10 REM : LIST 
  20 REM : LPRINT 
  30 REM : OPEN #
  40 BRIGHT 1: INVERSE 1: OVER 1
  50 REM : CLOSE #

 LINE 30: +0
 LINE 30: 65203 #FEB3

RT61     65268 #FEF4
RT89     65312 #FF20
RT93     65323 #FF2B
RT110    65329 #FF31
RT114    65334 #FF36
RT119    65345 #FF41
RT120    65351 #FF47
RT121    65357 #FF4D
RT124    65363 #FF53

HISOFT BASIC ?1986 Cameron Hayne

M/C: 165 BYTES
+ 0 BYTES FOR M/C VARIABLES
(BASIC WAS 63 BYTES)


SAVE "m/c"CODE 65203,165
LOAD "m/c"CODE 65203


Re: PDF manuals

Posted: Sat Jan 27, 2024 7:47 pm
by pavero
All PDF manuals from Firebird Software have been added today.

https://spectrumcomputing.co.uk/zxdb/te ... man_sort=6

Re: PDF manuals

Posted: Sun Jan 28, 2024 8:23 pm
by equinox
jpnz wrote: Sat Jan 27, 2024 3:44 am I do have an original copy of HiSoft BASIC, though it is version 1.1 and the manual is the 2nd Edition February 1988 - as such, the list of runtimes isn't documented. However, the premise of runtime 120 being INVERSE stands true - tested with version 1.0: [...]
Right I don't even know why people are disputing this because, as I said, it was a list of routines, and the "typo" one was precisely in the place where INVERSE belongs in the character set.
We know it's inverse. The only question is why someone wrote "courier".

P.S. I paid for my Hisoft. (I didn't really -- I got it second-hand from a friend who was ditching all his Speccy stuff -- but back in those days, you could give away a tape. SOMEBODY paid for it. No piracy.)
The talented Cameron Hayne (who developed this tool) is still findable online.

Re: PDF manuals

Posted: Sun Jan 28, 2024 8:42 pm
by Stefan
equinox wrote: Sun Jan 28, 2024 8:23 pm Right I don't even know why people are disputing this because, as I said, it was a list of routines, and the "typo" one was precisely in the place where INVERSE belongs in the character set.
We know it's inverse. The only question is why someone wrote "courier".

P.S. I paid for my Hisoft. (I didn't really -- I got it second-hand from a friend who was ditching all his Speccy stuff -- but back in those days, you could give away a tape. SOMEBODY paid for it. No piracy.)
The talented Cameron Hayne (who developed this tool) is still findable online.
Nobody is disputing anything. Link to Hayne’s website is also above.

Re: PDF manuals

Posted: Sun Jan 28, 2024 8:45 pm
by equinox
Hayne's page says that he did his own scans. But pavero says (in previous page of this thread) that he scanned it. So who is guilty? (or whose scan do we have?)
I am joking more than criticising...

Re: PDF manuals

Posted: Sun Jan 28, 2024 9:43 pm
by Stefan
equinox wrote: Sun Jan 28, 2024 8:45 pm Hayne's page says that he did his own scans. But pavero says (in previous page of this thread) that he scanned it. So who is guilty? (or whose scan do we have?)
I am joking more than criticising...
And there I was thinking you were just hijacking Pavero's pdf manual scan thread, since I could not find the Hisoft Basic pdf on Pavero's list, entry 8249 is not on it, and you started waffling about errors in "the" Hisoft Basic pdf.

Re: PDF manuals

Posted: Sun Jan 28, 2024 10:41 pm
by pavero
Stefan wrote: Sun Jan 28, 2024 9:43 pm And there I was thinking you were just hijacking Pavero's pdf manual scan thread, since I could not find the Hisoft Basic pdf on Pavero's list, entry 8249 is not on it, and you started waffling about errors in "the" Hisoft Basic pdf.
And I must cofirm it. I didn't scan/create PDF manual for Hisoft Basic at all. This manual was taken over from old WoS and it has nothing to do with my work.

Re: PDF manuals

Posted: Mon Jan 29, 2024 12:03 am
by equinox
Okay, I got some outdated wrong copy, my mistake. Sorry. (It worked as a manual! INT vs POSINT) but not the right one. I'll hush now.

Re: PDF manuals

Posted: Sat Feb 03, 2024 11:03 pm
by pavero
All PDF manuals from Melbourne House have been added today.

AsterixAndTheMagicCauldron(EN).pdf (Instructions)
Barbarian(MULTI-LANG).pdf (Instructions)
DocTheDestroyer(EN).pdf (Instructions)
DoubleDragon(EN).pdf (Instructions)
FistII-TheLegendContinues(EN).pdf (Instructions)
HURG(EN).pdf (Instructions)
Hampstead(EN).pdf (Instructions)
HobbitThe(EN).pdf (Instructions)
JudgeDredd(EN).pdf (Instructions)
Kwah(EN).pdf (Instructions)
LordOfTheRings(EN).pdf (Instructions)
MarbleMadness-TheConstructionSet(EN).pdf (Instructions)
MelbourneDraw(EN).pdf (Instructions)
MusicBoxThe(EN).pdf (Instructions)
MysteryOfArkhamManorThe(EN).pdf (Instructions)
Obliterator(MULTI-LANG).pdf (Instructions)
Redhawk(EN).pdf (Instructions)
RockNWrestle(EN).pdf (Instructions)
ShadowsOfMordor(EN).pdf (Instructions)
Sherlock(EN).pdf (Instructions)
Starion(EN).pdf (Instructions)
Terrorpods(MULTI-LANG).pdf (Instructions)
ThroneOfFire(EN).pdf (Instructions)
WarInMiddleEarth(MULTI-LANG).pdf (Instructions)
WayOfTheExplodingFistThe(MULTI-LANG).pdf (Instructions)
WhamTheMusicBox(EN).pdf (Instructions)
Wiz(EN).pdf (Instructions)
Xenon(MULTI-LANG).pdf (Instructions)

Re: PDF manuals

Posted: Wed Feb 14, 2024 9:13 pm
by pavero
PDF manuals from Digital Integration, Grandslam Entertainments, Mirrorsoft, Monument Microgames, Storm Software and Virgin Games have been added today.

Re: PDF manuals

Posted: Mon Feb 19, 2024 9:52 am
by pavero
PDF manuals from Audiogenic Software, Blade Software, Cascade Games, Creative Sparks, Electronic Arts, Martech Games and Mikro-Gen have been added today.

E.g. The complete book for Shadow of the Unicorn with 110 pages!

19Part1-BootCamp(MULTI-LANG).pdf (Instructions)
ACE2-TheUltimateHeadToHeadConflict(MULTI-LANG).pdf (Instructions)
ACE2088(MULTI-LANG).pdf (Instructions)
AirTrafficControl(EN).pdf (Instructions)
ArchonCollectionThe(EN).pdf (Instructions)
Arcticfox(EN).pdf (Instructions)
ArmageddonManThe(EN).pdf (Instructions)
BardsTaleThe(EN).pdf (Instructions)
BattleOfThePlanets(EN).pdf (Instructions)
BlackHawk(EN).pdf (Instructions)
BrianJacksSuperstarChallenge(EN).pdf (Instructions)
Catch23(EN).pdf (Instructions)
ChuckYeagersAdvancedFlightTrainer(EN).pdf (Instructions)
ClassicCollection1(EN).pdf (Instructions)
Conflict(EN).pdf (Instructions)
DNAWarrior(MULTI-LANG).pdf (Instructions)
DangerMouseInDoubleTrouble(EN).pdf (Instructions)
DangerMouseInTheBlackForestChateau(EN).pdf (Instructions)
DataGenie(EN).pdf (Instructions)
DeltaWing(EN).pdf (Instructions)
EddieKiddJumpChallenge(EN).pdf (Instructions)
EmlynHughesArcadeQuiz(EN).pdf (Instructions)
EmlynHughesInternationalSoccer(EN).pdf (Instructions)
Exterminator(EN).pdf (Instructions)
Frightmare(MULTI-LANG).pdf (Instructions)
FuryThe(EN).pdf (Instructions)
GeoffCapesStrongMan(EN).pdf (Instructions)
HellfireAttack(MULTI-LANG).pdf (Instructions)
HelterSkelter(EN).pdf (Instructions)
HerbertsDummyRun_Back_2.jpg (Inlay - Back)
IconGraphix(EN).pdf (Instructions)
Impact(EN).pdf (Instructions)
LaserSquad(EN).pdf (Instructions)
LaserSquad(MULTI-LANG).pdf (Instructions)
Leonardo(EN).pdf (Instructions)
LivingBodyThe(EN).pdf (Instructions)
LoneWolf-TheMirrorOfDeath(EN).pdf (Instructions)
Loopz(EN).pdf (Instructions)
LoopzCollectionThe(EN).pdf (Instructions)
LordsOfChaos(EN).pdf (Instructions)
Mega-Apocalypse(EN).pdf (Instructions)
MoneyManager(EN).pdf (Instructions)
NigelMansellsGrandPrix(EN).pdf (Instructions)
OrcAttack(EN).pdf (Instructions)
PHMPegasus(EN).pdf (Instructions)
PlanetsThe(EN).pdf (Instructions)
Rex(MULTI-LANG).pdf (Instructions)
RingWars(EN).pdf (Instructions)
RiverRescue(CreativeSparks)(EN).pdf (Instructions)
SamanthaFoxStripPoker(EN).pdf (Instructions)
ShadowOfTheUnicorn(EN).pdf (Instructions)
ShadowOfTheUnicorn_Map.jpg (Game map)
Shoot-Out(MULTI-LANG).pdf (Instructions)
SkateOrDie(EN).pdf (Instructions)
SkyRunner(MULTI-LANG).pdf (Instructions)
Slaine(EN).pdf (Instructions)
SparklersSpecial(EN).pdf (Instructions)
SpecialDelivery(EN).pdf (Instructions)
Stagecoach(EN).pdf (Instructions)
StoryHouse(EN).pdf (Instructions)
TowerOfEvil(EN).pdf (Instructions)
Train-EscapeToNormandyThe(EN).pdf (Instructions)
UchiMata(EN).pdf (Instructions)
Vixen(EN).pdf (Instructions)
WAR(EN).pdf (Instructions)
WorldClassRugby(EN).pdf (Instructions)
Zoids-TheBattleBegins(EN).pdf (Instructions)

Re: PDF manuals

Posted: Sat Feb 24, 2024 10:24 am
by pavero
PDF manuals from The Edge, Go!, Matra Computer Automations, Mindscape International, Quicksilva, Reaktor, Challenge Software, Impulze, Starlight Software, Gargoyle Games, Krisalis Software and Gilsoft have been added today.

All-Stars(EN).pdf (Instructions)
Azzurro8BitJam(MatraComputerAutomations)(ES).pdf (Instructions)
BionicCommando(MULTI-LANG).pdf (Instructions)
BlackTiger(MULTI-LANG).pdf (Instructions)
BobbyBearing(EN).pdf (Instructions)
BraveStarr(MULTI-LANG).pdf (Instructions)
BrianBloodaxe(EN).pdf (Instructions)
CaptainAmericaInTheDoomTubeOfDrMegalomann(MULTI-LANG).pdf (Instructions)
CaptainPlanet(MULTI-LANG).pdf (Instructions)
CarlosMichelis(MatraComputerAutomations)(MULTI-LANG).pdf (Instructions)
Centipod(EN).pdf (Instructions)
CenturionsThe(EN).pdf (Instructions)
CenturionsThe(EN).txt (Instructions)
ChallengeOfTheGobots(EN).pdf (Instructions)
Champions(EN).pdf (Instructions)
ChampionshipRun(EN).pdf (Instructions)
ChessPlayerThe(EN).pdf (Instructions)
Classix1(EN).pdf (Instructions)
CoronaEncantadaLa(MatraComputerAutomations)(ES).pdf (Instructions)
Darius(EN).pdf (Instructions)
DaysOfThunder(MULTI-LANG).pdf (Instructions)
Deadringer(EN).pdf (Instructions)
Deathscape(MULTI-LANG).pdf (Instructions)
Defcom(EN).pdf (Instructions)
DerekBrewsterCollectionThe(EN).pdf (Instructions)
Desperado(Gunsmoke)(Go)(MULTI-LANG).pdf (Instructions)
Dogfight-2187(MULTI-LANG).pdf (Instructions)
DunDarach(EN).pdf (Instructions)
EddTheDuck(MULTI-LANG).pdf (Instructions)
ElevatorAction(MULTI-LANG).pdf (Instructions)
Fairlight(EN).pdf (Instructions)
FairlightII(EN).pdf (Instructions)
FastNFuriousThunderceptor(EN).pdf (Instructions)
FiendishFreddysBigTopOFun(EN).pdf (Instructions)
GamesDesigner(EN).pdf (Instructions)
Gandalf(MatraComputerAutomations)(EN).pdf (Instructions)
Garfield-BigFatHairyDeal(EN).pdf (Instructions)
GimmeBright(MatraComputerAutomations)(EN).pdf (Instructions)
Greyfell(MULTI-LANG).pdf (Instructions)
HeavyOnTheMagick(EN).pdf (Instructions)
HocusFocus(EN).pdf (Instructions)
Hybrid(EN).pdf (Instructions)
InsideOuting(Raffles)(TheEdge)(EN).pdf (Instructions)
InvasionOfTheZombieMonsters(MatraComputerAutomations)(EN).pdf (Instructions)
JahangirKhansWorldChampionshipSquash(EN).pdf (Instructions)
KnightmareZX(MatraComputerAutomations)(EN).pdf (Instructions)
LazerTag(MULTI-LANG).pdf (Instructions)
ManchesterUnited(MULTI-LANG).pdf (Instructions)
ManchesterUnitedEurope(EN).pdf (Instructions)
Marsport(EN).pdf (Instructions)
MaxHeadroom(EN)_Scan.pdf (Scanned instructions)
Mindstone(EN).pdf (Instructions)
Mindstone_Map.jpg (Game map)
MountieMicksDeathRide(EN).pdf (Instructions)
Mystical(MULTI-LANG).pdf (Instructions)
Neighbours(MULTI-LANG).pdf (Instructions)
OutOfThisWorld(MULTI-LANG).pdf (Instructions)
Paperboy2(MULTI-LANG).pdf (Instructions)
PatchThe(EN).pdf (Instructions)
PentacornQuest(MatraComputerAutomations)(EN).pdf (Instructions)
ProfessionalAdventureWriter(EN)(Suplement).pdf (Instructions)
ProfessionalAdventureWriter(EN)(SuplementPlus3).pdf (Instructions)
ProfessionalAdventureWriter(EN).pdf (Instructions)
PsiChess(EN).pdf (Instructions)
Psytraxx(EN).pdf (Instructions)
QuillAdventureSystemThe(EN).pdf (Instructions)
RedLED(EN).pdf (Instructions)
RequestInPeace(MatraComputerAutomations)(EN).pdf (Instructions)
RetroForce(MatraComputerAutomations)(EN).pdf (Instructions)
RobinSmithsInternationalCricket(EN).pdf (Instructions)
RoundTheBend(MULTI-LANG).pdf (Instructions)
Schizofrenia(EN).pdf (Instructions)
ShadowSkimmer(EN).pdf (Instructions)
SpeccyBros(MatraComputerAutomations)(EN).pdf (Instructions)
Starbike(EN).pdf (Instructions)
Starfox(EN).pdf (Instructions)
StreetFighter(MULTI-LANG).pdf (Instructions)
StreetFighterII(EN).pdf (Instructions)
SummertimeSpecials(MULTI-LANG).pdf (Instructions)
SweevosWhirled(MULTI-LANG).pdf (Instructions)
SweevosWorld(EN).pdf (Instructions)
ThatsTheSpirit(EN).pdf (Instructions)
TheySoldAHandful(EN).pdf (Instructions)
TirNaNog(EN).pdf (Instructions)
Trantor-TheLastStormtrooper(MULTI-LANG).pdf (Instructions)
TrevorBrookingsWorldCupGlory(EN).pdf (Instructions)
VelnorsLair(QuicksilvaLtd)(EN).pdf (Instructions)
Vikings(EN).pdf (Instructions)
WizardWarz(MULTI-LANG).pdf (Instructions)
WorldChampionshipBoxingManager(KrisalisSoftwareLtd)(EN).pdf (Instructions)
WorldCupGlory(EN).pdf (Instructions)
YabbaDabbaDoo(EN).pdf (Instructions)

Re: PDF manuals

Posted: Mon Mar 04, 2024 11:00 pm
by pavero
Archon(EN).pdf (Instructions)
Astronut(EN).pdf (Instructions)
BarbarianII-TheDungeonOfDrax(MULTI-LANG).pdf (Instructions)
BarbarianII-TheDungeonOfDrax_Back_2.jpg (Inlay - Back)
BarbarianII-TheDungeonOfDrax_Front_2.jpg (Inlay - Front)
BarryMcGuiganWorldChampionshipBoxing(EN).pdf (Instructions)
Big4(EN).pdf (Instructions)
Big4VolII(EN).pdf (Instructions)
BoulderDashConstructionKit(EN).pdf (Instructions)
CaptainBlood(MULTI-LANG).pdf (Instructions)
ChainReaction(MULTI-LANG).pdf (Instructions)
ChampionshipBaseball(EN).pdf (Instructions)
CombatLynx(EN).pdf (Instructions)
CombatLynx_Front_2.jpg (Inlay - Front)
CombatLynx_Front_3.jpg (Inlay - Front)
CrazyCars(EN).pdf (Instructions)
CrazyCarsII(EN).pdf (Instructions)
CriticalMass(MULTI-LANG).pdf (Instructions)
DefendersOfTheEarth(MULTI-LANG).pdf (Instructions)
DefendersOfTheEarth_Back.jpg (Inlay - Back)
DefendersOfTheEarth_Front.jpg (Inlay - Front)
DickTracy(MULTI-LANG).pdf (Instructions)
DrDoomsRevenge(EN).pdf (Instructions)
DragonsLair(EN).pdf (Instructions)
DragonsLairII-EscapeFromSingesCastle(EN).pdf (Instructions)
FatWormBlowsASparky_Back.jpg (Inlay - Back)
FireAndForget(EN).pdf (Instructions)
FootballManager-WorldCupEdition(MULTI-LANG).pdf (Instructions)
FootballManager2(MULTI-LANG).pdf (Instructions)
FootballManager2ExpansionKit(MULTI-LANG).pdf (Instructions)
FootballManager2FM2ExpansionKit(MULTI-LANG).pdf (Instructions)
FootballManager3(EN).pdf (Instructions)
GBAChampionshipBasketball(EN).pdf (Instructions)
GFLChampionshipFootball(EN).pdf (Instructions)
GazzaII(EN).pdf (Instructions)
GazzaII_Poster.jpg (Poster)
GazzasSuperSoccer(MULTI-LANG).pdf (Instructions)
GoToHell(EN).pdf (Instructions)
Headcoach(EN).pdf (Instructions)
Hotshot(MULTI-LANG).pdf (Instructions)
HowToGetTheMostOutOfYourComputer(EN).pdf (Instructions)
Hysteria(MULTI-LANG).pdf (Instructions)
International3DTennis(MULTI-LANG).pdf (Instructions)
JetSetWilly(EN).pdf (Instructions)
JungleTrouble(EN).pdf (Instructions)
KennyDalglishSoccerMatch(MULTI-LANG).pdf (Instructions)
KnightForce(EN).pdf (Instructions)
KnightLore(EN).pdf (Instructions)
LearningWithLeeper(EN).pdf (Instructions)
Lemmings(EN).pdf (Instructions)
MatchOfTheDay(EN).pdf (Instructions)
PipeMania(EN).pdf (Instructions)
PurpleSaturnDay(MULTI-LANG).pdf (Instructions)
PurpleSaturnDay_Front_2.jpg (Inlay - Front)
Saboteur(MULTI-LANG).pdf (Instructions)
SacredArmourOfAntiriadThe_Comic.pdf (Comic)
Skyfox(EN).pdf (Instructions)
SoccerMania(EN).pdf (Instructions)
SportsPackThe(EN).pdf (Instructions)
SpyVsSpyII-TheIslandCaper(EN).pdf (Instructions)
SpyVsSpyIII-ArcticAntics(EN).pdf (Instructions)
SpyVsSpyTrilogy(MULTI-LANG).pdf (Instructions)
Subbuteo(EN).pdf (Instructions)
Titan(EN).pdf (Instructions)
TrackSuitManager(MULTI-LANG).pdf (Instructions)
TurboEsprit(MULTI-LANG).pdf (Instructions)
WildStreets(EN).pdf (Instructions)
WorldCupYear90Compilation(MULTI-LANG).pdf (Instructions)

Re: PDF manuals

Posted: Wed Mar 20, 2024 8:13 pm
by pavero
10ArcadeGamePack(EN).pdf (Instructions)
2112AD(EN).pdf (Instructions)
4thDimension_Poster.jpg (Poster)
AdventureQuest(EN).pdf (Instructions)
Alien(EN).pdf (Instructions)
Aliens-Neoplasma(PlayonRetro)(EN).pdf (Instructions)
AmericanFootball(EN).pdf (Instructions)
ArcadeCollectionVolume2(EN).pdf (Instructions)
AstroMarineCorps(DinamicSoftware)(MULTI-LANG).pdf (Instructions)
AstroMarineCorps(DinamicSoftware)_Back.jpg (Inlay - Back)
AstroMarineCorps(DinamicSoftware)_Front.jpg (Inlay - Front)
AstroMarineCorps(DinamicSoftware)_SideA.jpg (Media scan)
AstroMarineCorps(DinamicSoftware)_SideB.jpg (Media scan)
BackpackersGuideToTheUniverse(EN).pdf (Instructions)
BeakyAndTheEggSnatchers(EN).pdf (Instructions)
BeethovensRevenge_Comic.pdf (Comic)
BestOf3DThe(ES).pdf (Instructions)
ByFairMeansorFoul(EN).pdf (Instructions)
CORE(EN).pdf (Instructions)
ColossalAdventure(EN).pdf (Instructions)
CricketMaster(EN).pdf (Instructions)
CyrusII(EN).pdf (Instructions)
DoomsdayCastle(EN).pdf (Instructions)
DungeonAdventure(EN).pdf (Instructions)
EmeraldIsle(EN)(Clues).pdf (Instructions)
EmeraldIsle(EN).pdf (Instructions)
Escape_Front.jpg (Inlay - Front)
EvilCrown(EN).pdf (Instructions)
FallenAngel(MULTI-LANG).pdf (Instructions)
ForbiddenPlanet(EN).pdf (Instructions)
ForceThe(EN).pdf (Instructions)
GargoyleClassics(MULTI-LANG).pdf (Instructions)
GiveMyRegardsToBroadStreet(MULTI-LANG).pdf (Instructions)
GiveMyRegardsToBroadStreet_Poster.jpg (Poster)
GnomeRanger(EN).pdf (Instructions)
Jackal(EN).pdf (Instructions)
JourneysEnd(MastertronicLtd)(EN).pdf (Instructions)
KatTrap(EN).pdf (Instructions)
Komplex(EN).pdf (Instructions)
LordsOfTime(EN).pdf (Instructions)
MicronautOne(EN).pdf (Instructions)
Minder(EN).pdf (Instructions)
NEXUS(EN).pdf (Instructions)
NickFaldoPlaysTheOpen(EN).pdf (Instructions)
NodesOfYesod(EN).pdf (Instructions)
OrbixTheTerrorball(EN).pdf (Instructions)
Pi-RSquared(MULTI-LANG).pdf (Instructions)
PowerUp-ActionPack(EN).pdf (Instructions)
ProjectStealthFighter_Back_2.jpg (Inlay - Back)
ProjectStealthFighter_Front_2.jpg (Inlay - Front)
PubGames(EN).pdf (Instructions)
RedMoon(EN).pdf (Instructions)
ReptonMania(EN).pdf (Instructions)
ReturnToEden(EN).pdf (Instructions)
Scapeghost(EN).pdf (Instructions)
Se-KaaOfAssiah(EN).pdf (Instructions)
Snowball(EN).pdf (Instructions)
Spitfire40StrikeForceHarrier(EN).pdf (Instructions)
TimeTrax(EN).pdf (Instructions)
TrebleChampions(EN).pdf (Instructions)
Winnie-the-Pooh.tzx.zip (Tape image)
WormInParadiseThe(EN).pdf (Instructions)

Re: PDF manuals

Posted: Wed Mar 20, 2024 8:30 pm
by pavero
4thDimension(MULTI-LANG).pdf (Instructions)
Astroclone(EN).pdf (Instructions)
Avalon(EN).pdf (Instructions)
BestOfBeyondThe(EN).pdf (Instructions)
ChristmasCollection(MULTI-LANG).pdf (Instructions)
Cybernoid(MULTI-LANG).pdf (Instructions)
CybernoidII-TheRevenge(MULTI-LANG).pdf (Instructions)
DefenderOfTheCrown(Cinemaware)(EN).pdf (Instructions)
DesertRats(EN).pdf (Instructions)
DoomdarksRevenge(EN).pdf (Instructions)
Dragontorc(EN).pdf (Instructions)
Eliminator(MULTI-LANG).pdf (Instructions)
EncyclopediaOfWar-AncientBattles(EN).pdf (Instructions)
EnigmaForce(EN).pdf (Instructions)
EveningStar(EN).pdf (Instructions)
EveningStarSouthernBelle(MULTI-LANG).pdf (Instructions)
Exolon(EN).pdf (Instructions)
FantasiaDiamond(EN).pdf (Instructions)
FourSmashHits(MULTI-LANG).pdf (Instructions)
FourSmashHits_Front_2.jpg (Inlay - Front)
Gallipoli(EN).pdf (Instructions)
GreatSpaceRaceThe(EN).pdf (Instructions)
Gunrunner(EN).pdf (Instructions)
HeathrowInternationalAirTrafficControl(EN).pdf (Instructions)
Impossaball(MULTI-LANG).pdf (Instructions)
JoystickThunder(MULTI-LANG).pdf (Instructions)
LordsOfMidnightThe(EN).pdf (Instructions)
Marauder(MULTI-LANG).pdf (Instructions)
MazeMania(MULTI-LANG).pdf (Instructions)
NapoleonAtWar(EN).pdf (Instructions)
Nebulus(MULTI-LANG).pdf (Instructions)
Netherworld(MULTI-LANG).pdf (Instructions)
Psytron(EN).pdf (Instructions)
Pyracurse(EN).pdf (Instructions)
Ranarama(MULTI-LANG).pdf (Instructions)
RomperRoomsILoveMyAlphabet(EN).pdf (Instructions)
Shadowfire(EN).pdf (Instructions)
SorderonsShadow(EN).pdf (Instructions)
SouthernBelle(EN).pdf (Instructions)
SpyVsSpy(EN).pdf (Instructions)
Stormlord(MULTI-LANG).pdf (Instructions)
StormlordII-Deliverance(MULTI-LANG).pdf (Instructions)
SwordsOfBane(EN).pdf (Instructions)
TechnicianTed-TheMegamix(EN).pdf (Instructions)
UridiumFirelord(EN).pdf (Instructions)
Vulcan(EN).pdf (Instructions)
WellingtonAtWaterloo(EN).pdf (Instructions)
WellingtonatWaterloo_Front.jpg (Inlay - Front)
WellingtonatWaterloo_SideA.jpg (Media scan)
WellingtonatWaterloo_SideB.jpg (Media scan)
Yankee(EN).pdf (Instructions)
ZuluWars(EN).pdf (Instructions)
Zynaps(EN).pdf (Instructions)

Re: PDF manuals

Posted: Fri Apr 12, 2024 2:48 pm
by pavero
Manuals from Gremlin Graphics Software added ...

10GreatGames(EN).pdf (Instructions)
10GreatGames3(MULTI-LANG).pdf (Instructions)
10GreatGamesII(EN).pdf (Instructions)
4CrashSmashes(MULTI-LANG).pdf (Instructions)
4CrashSmashesII(EN).pdf (Instructions)
AlternativeWorldGames(MULTI-LANG).pdf (Instructions)
Artura(MULTI-LANG).pdf (Instructions)
AufWiedersehenMonty(MULTI-LANG).pdf (Instructions)
Avenger(EN).pdf (Instructions)
BasilTheGreatMouseDetective(MULTI-LANG).pdf (Instructions)
BloodBrothers(MULTI-LANG).pdf (Instructions)
BloodValley(MULTI-LANG).pdf (Instructions)
ButcherHill(MULTI-LANG).pdf (Instructions)
Compendium(MULTI-LANG).pdf (Instructions)
ConvoyRaider(MULTI-LANG).pdf (Instructions)
DarkFusion(MULTI-LANG).pdf (Instructions)
DeathWish3(MULTI-LANG).pdf (Instructions)
Deflektor(MULTI-LANG).pdf (Instructions)
FinalMatrixThe(MULTI-LANG).pdf (Instructions)
FootballerOfTheYear(MULTI-LANG).pdf (Instructions)
FootballerOfTheYear2(MULTI-LANG).pdf (Instructions)
FutureKnight(MULTI-LANG).pdf (Instructions)
GaryLinekersHot-Shot(MULTI-LANG).pdf (Instructions)
GaryLinekersSuperskills(MULTI-LANG).pdf (Instructions)
GaryLinekersSuperstarSoccer(MULTI-LANG).pdf (Instructions)
HATE(MULTI-LANG).pdf (Instructions)
Hercules-SlayerOfTheDamned(MULTI-LANG).pdf (Instructions)
HeroQuest(EN).pdf (Instructions)
HeroQuest-ReturnOfTheWitchLord(MULTI-LANG).pdf (Instructions)
Impossamole(MULTI-LANG).pdf (Instructions)
JackTheNipper(MULTI-LANG).pdf (Instructions)
JackTheNipperII-InCoconutCapers(MULTI-LANG).pdf (Instructions)
KarateAce(EN).pdf (Instructions)
Krakout(MULTI-LANG).pdf (Instructions)
LotusEspritTurboChallenge(MULTI-LANG).pdf (Instructions)
MASK(MULTI-LANG).pdf (Instructions)
MASKII(EN).pdf (Instructions)
MASKIII-VENOMStrikesBack(MULTI-LANG).pdf (Instructions)
MastersOfTheUniverse-TheMovie(MULTI-LANG).pdf (Instructions)
MickeyMouse(MULTI-LANG).pdf (Instructions)
MontyOnTheRun(MULTI-LANG).pdf (Instructions)
MotorMassacre(MULTI-LANG).pdf (Instructions)
MuncherThe(MULTI-LANG).pdf (Instructions)
NigelMansellsWorldChampionship(MULTI-LANG).pdf (Instructions)
NightRaider(EN).pdf (Instructions)
NorthStar(MULTI-LANG).pdf (Instructions)
PinkPanther(MULTI-LANG).pdf (Instructions)
RoyOfTheRovers(MULTI-LANG).pdf (Instructions)
SamuraiTrilogy(MULTI-LANG).pdf (Instructions)
ShadowOfTheBeast(MULTI-LANG).pdf (Instructions)
SkateCrazy(MULTI-LANG).pdf (Instructions)
SoccerSquadThe(MULTI-LANG).pdf (Instructions)
SpaceCrusade(MULTI-LANG).pdf (Instructions)
StarGamesII(MULTI-LANG).pdf (Instructions)
StarGamesOne(MULTI-LANG).pdf (Instructions)
SuperCars(MULTI-LANG).pdf (Instructions)
SuperScrambleSimulator(MULTI-LANG).pdf (Instructions)
Supersports(MULTI-LANG).pdf (Instructions)
Switchblade(MULTI-LANG).pdf (Instructions)
Take4Games(MULTI-LANG).pdf (Instructions)
TechnoCop(MULTI-LANG).pdf (Instructions)
ThingBouncesBack(MULTI-LANG).pdf (Instructions)
TourDeForce(MULTI-LANG).pdf (Instructions)
ToyotaCelicaGTRally(MULTI-LANG).pdf (Instructions)
Trailblazer(MULTI-LANG).pdf (Instructions)
WayOfTheTigerThe(MULTI-LANG).pdf (Instructions)

Re: PDF manuals

Posted: Mon Apr 22, 2024 9:35 pm
by pavero
123(EN).pdf (Instructions)
4In1(MULTI-LANG).pdf (Instructions)
6-PakVol2(MULTI-LANG).pdf (Instructions)
AdvancedArtStudio(EN).pdf (Instructions)
Adventureland(EN).pdf (Instructions)
ArtStudioThe(EN).pdf (Instructions)
BarryMcGuiganWorldChampionshipBoxing(MastertronicPlus)(MULTI-LANG).pdf (Instructions)
BestOfEliteVol1(MULTI-LANG).pdf (Instructions)
BestOfEliteVol2(MULTI-LANG).pdf (Instructions)
Bismarck(SummitSoftware[1])(EN).pdf (Instructions)
BrianCloughsFootballFortunes(EN).pdf (Instructions)
CarrierCommand(EN).pdf (Instructions)
ColossusBridge4(EN).pdf (Instructions)
ColossusChess4(EN).pdf (Instructions)
CompleteHomeEntertainmentCentreThe(EN).pdf (Instructions)
CronosoftChroniclesVolume1(EN).pdf (Instructions)
EmlynHughesInternationalSoccer(TouchDown)(EN).pdf (Instructions)
EuropeanSuperleague(MULTI-LANG).pdf (Instructions)
F-16CombatPilot(ActionSixteen)(EN).pdf (Instructions)
FamousFive(MULTI-LANG).pdf (Instructions)
FistII-TheLegendContinues(MastertronicPlus)(MULTI-LANG).pdf (Instructions)
FunPark(EN).pdf (Instructions)
GazzasSuperSoccer(TouchDown)(EN).pdf (Instructions)
Gremlins(EN).pdf (Instructions)
HackerII-TheDoomsdayPapers(MastertronicLtd)(MULTI-LANG).pdf (Instructions)
HulkThe(EN).pdf (Instructions)
International3DTennis(GBH)(MULTI-LANG).pdf (Instructions)
IronLord(EN).pdf (Instructions)
IvanIronmanStewartsSuperOffRoad(Tronix)(MULTI-LANG).pdf (Instructions)
JahangirKhansWorldChampionshipSquash(GBH)(MULTI-LANG).pdf (Instructions)
JewelsOfDarkness(EN).pdf (Instructions)
KickOff2(EN).pdf (Instructions)
KnightOrc(EN).pdf (Instructions)
LotusEspritTurboChallenge(GBH)(MULTI-LANG).pdf (Instructions)
ManchesterUnited(GBH)(MULTI-LANG).pdf (Instructions)
MiniOffice(SummitSoftware[1])(EN).pdf (Instructions)
MontyPythonsFlyingCircus(Tronix)(MULTI-LANG).pdf (Instructions)
Myth(EN).pdf (Instructions)
NarcoPolice(GBH)(MULTI-LANG).pdf (Instructions)
Nautilus(OceanConqueror)(Rack-It)(EN).pdf (Instructions)
NightGunner(SilverbirdSoftwareLtd)(MULTI-LANG).pdf (Instructions)
NightHunter(EN).pdf (Instructions)
PawnThe(EN).pdf (Instructions)
PawnThe(EN)_novella.pdf (Instructions)
PegasusBridge(SummitSoftware[1])(EN).pdf (Instructions)
PipeMania(TouchDown)(EN).pdf (Instructions)
PlatformGameDesigner(EN).pdf (Instructions)
PogostickOlympics(MULTI-LANG).pdf (Instructions)
ProTennisTour(EN).pdf (Instructions)
Reaper(EN).pdf (Instructions)
RobinOfSherwood-TheTouchstonesOfRhiannon(EN).pdf (Instructions)
SamanthaFoxStripPoker(React)(EN).pdf (Instructions)
SeasOfBlood(EN).pdf (Instructions)
SecretMission(EN).pdf (Instructions)
ShoePeopleThe(GBHGold)(EN).pdf (Instructions)
SiliconDreams(EN).pdf (Instructions)
SkateWars(EN).pdf (Instructions)
Skateball(EN).pdf (Instructions)
SorcererOfClaymorgueCastleThe(EN).pdf (Instructions)
Spider-Man(EN).pdf (Instructions)
Starglider(EN).pdf (Instructions)
Starglider(EN)_novella.pdf (Instructions)
Starglider2(EN).pdf (Instructions)
Starglider2(EN)_novella.pdf (Instructions)
StarstrikeIII(EN).pdf (Instructions)
SuperCars(GBH)(MULTI-LANG).pdf (Instructions)
Switchblade(GBH)(MULTI-LANG).pdf (Instructions)
TankAttack(EN).pdf (Instructions)
Top10Collection(MULTI-LANG).pdf (Instructions)
ToyotaCelicaGTRally(GBH)(MULTI-LANG).pdf (Instructions)
Trio(MULTI-LANG).pdf (Instructions)
ViewToAKill-TheComputerGameA(Bug-ByteSoftwareLtd)(EN).pdf (Instructions)
WorldChampionshipBoxingManager(GBH)(MULTI-LANG).pdf (Instructions)
ZXFootballManager2005(Cronosoft[UK])(EN).pdf (Instructions)
Zombi(EN).pdf (Instructions)

Re: PDF manuals

Posted: Mon Apr 29, 2024 9:38 pm
by pavero
Arena(EN).pdf (Instructions)
Austerlitz(MCLothlorienLtd)(EN).pdf (Instructions)
BeverlyHillsCop(EN).pdf (Instructions)
BlizzardPassHARD(EN).pdf (Instructions)
BuffaloBillsWildWestShow(EN).pdf (Instructions)
BulgeThe(EN).pdf (Instructions)
Confrontation(EN).pdf (Instructions)
Dreadnoughts(EN).pdf (Instructions)
IanBothamsTestMatchSuperfile(EN).pdf (Instructions)
JohnnyReb(EN).pdf (Instructions)
JohnnyRebII(EN).pdf (Instructions)
LegionsOfDeath(EN).pdf (Instructions)
Margana(EN).pdf (Instructions)
MastersOfSerebal(EN).pdf (Instructions)
Paras(EN).pdf (Instructions)
RedBaron(EN).pdf (Instructions)
Redweed(EN).pdf (Instructions)
RomanEmpire(EN).pdf (Instructions)
SamuraiWarrior(EN).pdf (Instructions)
SavageIsland1(Tynesoft)(EN).pdf (Instructions)
SpecialOperations(EN).pdf (Instructions)
TimeSanctuary(EN).pdf (Instructions)
VerbsAdverbs(EN).pdf (Instructions)
Waterloo(MCLothlorienLtd)(EN).pdf (Instructions)
WinterOlympiad88(EN).pdf (Instructions)
WorldWar1(EN).pdf (Instructions)