<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Get Info: #scans</title>
    <description>Posts tagged “scans” — Blog of independent game and app developer Matt Sephton. Featuring vintage Macintosh, game development, digital artwork, Japanese esoterica, video game reviews, hacks and tips, and much more.</description>
    <link>https://blog.gingerbeardman.com/tag/scans/</link>
    <atom:link href="https://blog.gingerbeardman.com/tag/scans/index.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Mon, 06 Jul 2026 14:37:40 +0000</pubDate>
    <lastBuildDate>Mon, 06 Jul 2026 14:37:40 +0000</lastBuildDate>
    <generator>Jekyll v4.4.1</generator>

    
      
        <item>
          <title>T&amp;E SOFT 3D Golf Simulation Series Dokuhon (1993/04/30)</title>
          <description>&lt;p&gt;This is a Special Appendix that came with the 1993-04-30 issue of Japanese magazine Theスーパーファミコン (The Super Famicom)&lt;/p&gt;

&lt;p&gt;This guide book shows tips for all 18 holes on each the four T&amp;amp;E SOFT golf games available on SNES:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Harukanaru Augusta&lt;/li&gt;
  &lt;li&gt;Pebble Beach no Hatou&lt;/li&gt;
  &lt;li&gt;Waialae no Kiseki&lt;/li&gt;
  &lt;li&gt;Devil’s Course&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These courses were also featured in games on other platforms so the guide has much broader usefulness.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://archive.org/details/t-e-soft-3d-golf-simulation-series-dokuhon-sfc&quot;&gt;&lt;img src=&quot;https://cdn.gingerbeardman.com/images/posts/t-and-e-golf-dokuhon.jpg&quot; alt=&quot;JPG&quot; title=&quot;T&amp;amp;E SOFT 3D Golf Simulation Series Dokuhon SFC&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
</description>
          <author>by Matt Sephton</author>
          <pubDate>Sat, 30 Oct 2021 00:00:00 +0000</pubDate>
          <link>https://blog.gingerbeardman.com/2021/10/30/t-and-e-soft-3d-golf-simulation-series-dokuhon/</link>
          <guid isPermaLink="true">https://blog.gingerbeardman.com/2021/10/30/t-and-e-soft-3d-golf-simulation-series-dokuhon/</guid>
        </item>
      
    
      
        <item>
          <title>SkateBoarder Magazine</title>
          <description>&lt;p&gt;&lt;a href=&quot;https://archive.org/search.php?query=creator%3A%22TransWorld+Skateboarding%22&amp;amp;sort=titleSorter&amp;amp;and%5B%5D=mediatype%3A%22texts%22&quot;&gt;SkateBoarder Magazine (1964–1980) scans at Internet Archive&lt;/a&gt;, these include pages missing from the official website.&lt;/p&gt;

&lt;p&gt;Here’s a quick link to the famous Dogtown articles in these specific 9 issues: &lt;a href=&quot;https://archive.org/search.php?query=creator%3A%22TransWorld+Skateboarding%22&amp;amp;sort=titleSorter&amp;amp;and%5B%5D=mediatype%3A%22texts%22&amp;amp;and%5B%5D=subject%3A%22dogtown%20article%22&quot;&gt;2-2/5/6, 3-2/4/5/6, 4-1, 5-7&lt;/a&gt;&lt;/p&gt;
</description>
          <author>by Matt Sephton</author>
          <pubDate>Wed, 30 Dec 2020 00:00:00 +0000</pubDate>
          <link>https://blog.gingerbeardman.com/2020/12/30/skateboarder-magazine/</link>
          <guid isPermaLink="true">https://blog.gingerbeardman.com/2020/12/30/skateboarder-magazine/</guid>
        </item>
      
    
      
        <item>
          <title>EPOCH Instruction Manuals</title>
          <description>&lt;p&gt;A recent friendly nudge from &lt;a href=&quot;https://twitter.com/textfiles&quot;&gt;Jason Scott&lt;/a&gt; at the Internet Archive let me know that somebody had lost their manual for their 1981 Epoch Cassette Vision and tweeted EPOCH to see if they could help. But EPOCH did more than that, spending time to scan and upload &lt;a href=&quot;https://sv.epoch.jp/manuals&quot;&gt;manuals for all of their vintage consoles&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;Mirroring these at Internet Archive was a nice bite-sized task to help burn off some of the Christmas fat and get things moving again over here. I went about it as follows (high level information only, comment or @ me on twitter if you’d like to know more):&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Download all PDFs locally using jDownloader (total=240)&lt;/li&gt;
  &lt;li&gt;Copy titles from Japanese listing, store in a file&lt;/li&gt;
  &lt;li&gt;DeepL translate Japanese titles to English, store in a second file&lt;/li&gt;
  &lt;li&gt;Write shell script to loop through filenames and collate titles etc into CSV ready for batch upload&lt;/li&gt;
  &lt;li&gt;Check CSV for errors and fix (there were mistakes in the original Japanese titles and/or DeepL translation)&lt;/li&gt;
  &lt;li&gt;Test batch upload using a single file, tweak script&lt;/li&gt;
  &lt;li&gt;Do the full batch upload using &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ia&lt;/code&gt; CLI tool&lt;/li&gt;
  &lt;li&gt;Confirm any failures, fix and reprocess those in a second pass&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;My script ended up like this:&lt;/p&gt;

&lt;noscript&gt;&lt;p&gt;&lt;a href=&quot;https://gist.github.com/gingerbeardman/0d665dff0d400af913ced679810544bd&quot;&gt;View the source code as a Gist&lt;/a&gt;&lt;/p&gt;&lt;/noscript&gt;
&lt;script src=&quot;https://gist.github.com/gingerbeardman/0d665dff0d400af913ced679810544bd.js&quot;&gt;&lt;/script&gt;

&lt;p&gt;After the first pass there were only a few errors: 2 corrupt PDFs that needed to be uploaded manually, 2 duplicate identifiers that I had failed to spot looking through the translations, and 1 identifier that had trailing spaces that I had missed during my finessing of the titles. Pretty good going, though!&lt;/p&gt;

&lt;p&gt;They’re now accessible at: &lt;a href=&quot;https://archive.org/search.php?query=identifier%3Aepoch-manual%2A&quot;&gt;archive.org/search.php?query=identifier%3Aepoch-manual%2A&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Have fun &amp;amp; stay safe!&lt;/p&gt;
</description>
          <author>by Matt Sephton</author>
          <pubDate>Sat, 26 Dec 2020 00:00:00 +0000</pubDate>
          <link>https://blog.gingerbeardman.com/2020/12/26/epoch-instruction-manuals/</link>
          <guid isPermaLink="true">https://blog.gingerbeardman.com/2020/12/26/epoch-instruction-manuals/</guid>
        </item>
      
    
      
        <item>
          <title>PC Engine Fanatics, Console Ma’zine, Electric Brain &amp; Games&amp;nbsp;Amusement Pleasure</title>
          <description>&lt;p&gt;This collection is a British video game fanzine/magazine that ran from 1989 to 1993 for an almost uninterrupted total of 35 issues.&lt;/p&gt;

&lt;p&gt;The first 8 issues went by the name PC Engine Fanatics which was a hand made fanzine/newsletter that was &lt;a href=&quot;https://archive.org/details/TheGamesMachineIssue21Aug89?q=%22pc+engine+fanatics%22&quot;&gt;promoted in period magazines&lt;/a&gt;. The following 10 issues received a name change to Console Ma’zine along with expanded coverage of Sega’s Mega Drive, Atari’s Lynx, and Nintendo’s Game Boy as well as NEC’s PC Engine. The “final” 17 issues went by the name Electric Brain (taken from the Chinese word for computer) and it was during this run that, at least for a brief handful of issues, the fanzine turned into a proper magazine that was available to purchase from major newsagents on the high street.&lt;/p&gt;

&lt;p&gt;After Electric Brain there was a year silence until GAP (Games Amusement Pleasure) followed for one last 5 issue finale, by which time the Internet had started to go mainstream and editor Onn Lee’s momentum finally waned after more than 15 magnificent years.&lt;/p&gt;

&lt;p&gt;This publication is little known even in its native United Kingdom, but it is notable for featuring an &lt;a href=&quot;https://www.nintendolife.com/news/2019/05/forgotten_interview_with_miyamoto_sheds_light_on_a_classic_zelda_production&quot;&gt;English translation of an interview with Shigeru Miyamoto&lt;/a&gt; from the time of The Legend of Zelda: A Link to the Past_. This interview was next translated into English &lt;a href=&quot;http://shmuplations.com/zeldalttp/&quot;&gt;over 20 years later&lt;/a&gt;. There was a wiki page about these publications, but it fell victim to deletionists—but that’s a story for another day.&lt;/p&gt;

&lt;p&gt;I’d like take this opportunity to thank Andy Harris for loaning me the majority of his collection of issues so I could scan and share the complete run rather than my few issues. I tracked him down a couple of years ago and thankfully managed to persuade him I wasn’t trying to steal his stuff! Thanks for trusting me Andy.&lt;/p&gt;

&lt;p&gt;Enjoy! &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://archive.org/search.php?query=%22electric+brain%22+%22Onn+Lee%22&amp;amp;sort=titleSorter&quot;&gt;archive.org/search.php?query=%22electric+brain%22+%22Onn+Lee%22&amp;amp;sort=titleSorter&lt;/a&gt; &lt;/p&gt;

&lt;p class=&quot;tofigure&quot;&gt;&lt;img src=&quot;https://cdn.gingerbeardman.com/images/posts/electric-brain-31.jpg&quot; alt=&quot;JPG&quot; title=&quot;Electric Brain, issue 31, from 1993&quot; /&gt;&lt;/p&gt;
</description>
          <author>by Matt Sephton</author>
          <pubDate>Mon, 30 Nov 2020 00:00:00 +0000</pubDate>
          <link>https://blog.gingerbeardman.com/2020/11/30/pc-engine-fanatics-console-mazine-electric-brain-games-amusement-pleasure/</link>
          <guid isPermaLink="true">https://blog.gingerbeardman.com/2020/11/30/pc-engine-fanatics-console-mazine-electric-brain-games-amusement-pleasure/</guid>
        </item>
      
    
      
        <item>
          <title>Atari ST: Music Software Manuals</title>
          <description>&lt;p&gt;I scanned these a while ago, but dealing with a troll in an online Atari ST community made me forget about them for a while. Not out of spite, but more because I don’t have time for toxic people so I just dropped what I was doing and changed direction when I encountered this particular person. Remember: be excellent to each other! Be nice.&lt;/p&gt;

&lt;p&gt;Anyway! Three manuals were scanned from my ring binder hard copies, as always they are uploaded to Internet Archive as Searchable PDFs:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://archive.org/details/cubeat-2-manual-for-atari-st&quot;&gt;Cubeat 2.0&lt;/a&gt; (338 pages)&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://archive.org/details/notator-alpha-manual-atari-st&quot;&gt;Notator Alpha 1.1&lt;/a&gt; (258 pages)&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://archive.org/details/notator-sl-creator-sl-manual-atari-st&quot;&gt;Notator SL/Creator SL 3.1&lt;/a&gt; (770 pages)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Plus a disk image and zip of the relatively rare Cubeat 2.0:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://archive.org/details/cubeat-2-disk-atari-st&quot;&gt;Cubeat 2.0 Disk&lt;/a&gt; (720kb)&lt;/li&gt;
&lt;/ul&gt;
</description>
          <author>by Matt Sephton</author>
          <pubDate>Sat, 28 Nov 2020 00:00:00 +0000</pubDate>
          <link>https://blog.gingerbeardman.com/2020/11/28/atari-st-music-software-manuals/</link>
          <guid isPermaLink="true">https://blog.gingerbeardman.com/2020/11/28/atari-st-music-software-manuals/</guid>
        </item>
      
    
      
        <item>
          <title>The BeOS Bible</title>
          <description>&lt;blockquote class=&quot;twitter-tweet&quot;&gt;&lt;p lang=&quot;en&quot; dir=&quot;ltr&quot;&gt;I spent a few hours last night unbinding The BeOS Bible (1999, &lt;a href=&quot;https://twitter.com/ScotHacker?ref_src=twsrc%5Etfw&quot;&gt;@ScotHacker&lt;/a&gt;) using a hairdryer and putting it through a feed scanner, making light work of 994 pages!&lt;br /&gt;&lt;br /&gt;The resulting 100MB Searchable PDF is now on &lt;a href=&quot;https://twitter.com/internetarchive?ref_src=twsrc%5Etfw&quot;&gt;@InternetArchive&lt;/a&gt; &amp;amp; &lt;a href=&quot;https://twitter.com/openlibrary?ref_src=twsrc%5Etfw&quot;&gt;@OpenLibrary&lt;/a&gt; &lt;a href=&quot;https://twitter.com/hashtag/preservation?src=hash&amp;amp;ref_src=twsrc%5Etfw&quot;&gt;#preservation&lt;/a&gt; &lt;a href=&quot;https://t.co/b8ypsCNHwZ&quot;&gt;https://t.co/b8ypsCNHwZ&lt;/a&gt; &lt;a href=&quot;https://t.co/vN1cQ487OO&quot;&gt;pic.twitter.com/vN1cQ487OO&lt;/a&gt;&lt;/p&gt;&amp;mdash; Matt Sephton🎴 (@gingerbeardman) &lt;a href=&quot;https://twitter.com/gingerbeardman/status/1326582785604284418?ref_src=twsrc%5Etfw&quot;&gt;November 11, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async=&quot;&quot; src=&quot;https://platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;

</description>
          <author>by Matt Sephton</author>
          <pubDate>Wed, 11 Nov 2020 00:00:00 +0000</pubDate>
          <link>https://blog.gingerbeardman.com/2020/11/11/the-beos-bible/</link>
          <guid isPermaLink="true">https://blog.gingerbeardman.com/2020/11/11/the-beos-bible/</guid>
        </item>
      
    
      
        <item>
          <title>POPEYE Big 100th issue (1981-04-10)</title>
          <description>&lt;p&gt;This is a special 100th issue of POPEYE a Japanese lifestyle “Magazine for City Boys”: &lt;a href=&quot;https://archive.org/details/popeye-magazine-for-city-boys-1981-04-10/mode/2up&quot;&gt;archive.org/details/popeye-magazine-for-city-boys-1981-04-10/mode/2up&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Only very minor game related things in this, but I thought it worth posting. There’s a Game &amp;amp; Watch as a selectable reward/prize in a competition by Puma. Plus a “how to” for Hanafuda (the reason I bought the issue) and reviews of various physical card games. Plus lots more besides!&lt;/p&gt;

&lt;p&gt;If you don’t have time to flick through 276 pages, then I created a twitter thread that summarises the most interesting stuff: &lt;a href=&quot;https://twitter.com/gingerbeardman/status/1235585813137756161&quot;&gt;twitter.com/gingerbeardman/status/1235585813137756161&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://archive.org/details/popeye-magazine-for-city-boys-1981-04-10/mode/2up&quot;&gt;&lt;img src=&quot;https://cdn.gingerbeardman.com/images/posts/popeye-big-100th-issue.jpg&quot; alt=&quot;JPG&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
</description>
          <author>by Matt Sephton</author>
          <pubDate>Fri, 06 Mar 2020 00:00:00 +0000</pubDate>
          <link>https://blog.gingerbeardman.com/2020/03/06/popeye-big-100th-issue/</link>
          <guid isPermaLink="true">https://blog.gingerbeardman.com/2020/03/06/popeye-big-100th-issue/</guid>
        </item>
      
    
      
        <item>
          <title>“Game Machine” magazine archive</title>
          <description>&lt;p&gt;343 issues of Japanese arcade magazine GAME MACHINE spanning 1974/08 to 1988/12: https://onitama.tv/gamemachine/archive.html&lt;/p&gt;

&lt;p&gt;Mirrored as one archive: https://archive.org/details/game-machine
And as a collection at: https://archive.org/details/game_machine_magazine_jp&lt;/p&gt;

&lt;p&gt;Interesting issues:&lt;/p&gt;

&lt;p&gt;Yoshikazu Endo honors Special Issue (No. 72 May 15, 1977)
https://archive.org/details/game-machine-magazine-19770515p
 Invaders boom heyday (No. 117 April 15, 1979)
https://archive.org/details/game-machine-magazine-19790415p
 Video game machine Special Issue (No. 201 November 29, 1982)
https://archive.org/details/game-machine-magazine-19821129p
Thanks to the fine folks at ONION software / onitama and Amusement Press Inc. for making these available. The scans are well done with OCR selectable/searchable Japanese text.&lt;/p&gt;

&lt;p&gt;I took some time to mirror the collection at the Internet Archive. Enjoy!&lt;/p&gt;

&lt;p&gt;Update, May 2023: A further 269 issues of Japanese arcade magazine GAME MACHINE spanning 1991/01 to 2002/06 have been uploaded to Internet Archive, which brings the current total to 612!&lt;/p&gt;
</description>
          <author>by Matt Sephton</author>
          <pubDate>Wed, 20 Nov 2019 00:00:00 +0000</pubDate>
          <link>https://blog.gingerbeardman.com/2019/11/20/game-machine-magazine-archive/</link>
          <guid isPermaLink="true">https://blog.gingerbeardman.com/2019/11/20/game-machine-magazine-archive/</guid>
        </item>
      
    

  </channel>
</rss>
