TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: I recovered one of my earliest ZX-Spectrum games from an audio cassette

49 点作者 codeguppy4 个月前
Recently, I managed to recover some of my earliest work from the ZX Spectrum era from an old audio cassette.<p>It is a mini-game, that I created as a teen, called &quot;Atomix,&quot; written in BASIC with a mix of Z80 assembly — some of which I coded myself, while other parts were disassembled from existing games. I put the game in an modern emulator and recorded a screencast. See the video in my linkedin post:<p><a href="https:&#x2F;&#x2F;www.linkedin.com&#x2F;feed&#x2F;update&#x2F;urn:li:activity:7288665168450912256&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.linkedin.com&#x2F;feed&#x2F;update&#x2F;urn:li:activity:7288665...</a>

5 条评论

TheRealSteel4 个月前
That&#x27;s so cool!! I&#x27;m kind of sad I mostly missed that era of computing. Always thought the ZX Spectrum was a cool system. It&#x27;s neat that writing your own software was accessible and practical all the way back then. I&#x27;ll probably buy one when I have the money and room to collect that sort of thing.<p>There&#x27;s something that seems very satisfying about loading software from tape, too.<p>That&#x27;s what I love about coding. All you need is a computer and an idea and nobody can stop you creating it.
评论 #42819800 未加载
评论 #42822792 未加载
评论 #42820435 未加载
评论 #42821074 未加载
codeguppy4 个月前
I still believe those early 8 bit computers were great to introduce young people to coding. These days we have many options but also lots of distractions. At one point I tried to replicate that coding experience in a browser by implementing codeguppy.com -- I think I had partial success... What do you think?
评论 #42826860 未加载
ggm4 个月前
Well done. Speaks volumes (sorry) to the robustness of the encoding model.<p>This was Kansas City Standard? 300bps. The zx format is I believe much the same.<p>My audio tapes from this period are badly affected by heat, and stretching (I made a geared tape rewinder out of meccano which worked but was not kind to tape)
评论 #42820867 未加载
K0balt4 个月前
Very cool!<p>I recently stumbled across a cassette of the first “commercial” software I ever wrote, a simple database with an inventory tracking module for a local food co-op.<p>I was 14 at the time, and the software was written for the zx80&#x2F;81. Around that time I also sold a simple universal list database with no rows or keys, searchable with a super simple regex type syntax. That was for use with a battery-backed RAM expansion pack, and offloaded to cassette as backup.
fjfaase4 个月前
Well done. Not an easy feat I know from experience. I did the same for some basis&#x2F;assembly programs for the Acorn Atom. Recovered those from tape.