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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

C64

182 点作者 amasad超过 3 年前

13 条评论

dark-star超过 3 年前
I&#x27;m confused. So... someone figured out that you can use cc65 to compile C code for the C64, and then he stuck it into an Emscripten version of VICE and put it on the web? I can click on &quot;run&quot; and it looks like it&#x27;s compiling the two programs, puts them on a floppy, and then runs VICE with that floppy... What&#x27;s the point of this?<p>I can see the source code when I click on &quot;show files&quot;, but I cannot edit anything, I think I&#x27;m obviously missing something here... how is that an IDE? Or is the IDE running inside VICE and I can load it somehow?<p>Can someone enlighten me?
评论 #29324499 未加载
评论 #29328085 未加载
评论 #29324422 未加载
评论 #29327939 未加载
davidw超过 3 年前
Nearly 20 years: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Ettore_Perazzoli" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Ettore_Perazzoli</a>
300bps超过 3 年前
Seems to be VICE running in a web client? VICE is a well-known Commodore 64 emulator that&#x27;s been around for 28 years. I&#x27;m not sure why I wouldn&#x27;t just run this locally? Serious question - what is the advantage of this?<p>Running it on Replit I had to answer a multi-stage CAPTCHA identifying all trucks and then it was so slow I couldn&#x27;t even type without holding the keys down for several seconds before they would register.
djmips超过 3 年前
Very nice. Some ideas... that you already thought of ;-) For a REPL it&#x27;s a little too slow...<p>- Automatically do the LOAD &quot;CPROG&quot;,8 and RUN<p>- Even better. Load the CPROG directly into the memory image and bypass the drive load completely<p>- Optimize Emulator startup
amelius超过 3 年前
It&#x27;s so slow, it&#x27;s even missing keystrokes.
评论 #29325441 未加载
评论 #29324506 未加载
steve_coral超过 3 年前
<p><pre><code> POKE 1,52 </code></pre> Works as expected :)
评论 #29324695 未加载
ataylor284_超过 3 年前
Very cool. One of the c64&#x27;s glaring omissions for a hackable machine is a built-in monitor. My suggestion: throw a monitor program (my favorite: <a href="https:&#x2F;&#x2F;github.com&#x2F;jblang&#x2F;supermon64" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jblang&#x2F;supermon64</a>) onto the one of the disks and you&#x27;d have a just enough to do some actual debugging.
评论 #29323514 未加载
pomian超过 3 年前
Brilliant! Now if I could find my old cassettes, with the programs I wrote, and record them onto a computer, I wonder if they would run?
flerovium超过 3 年前
Warning: if you try the &quot;Snapshot&quot; option, it will open a window that can&#x27;t (?) be closed?
spullara超过 3 年前
I was hoping this was one of their IDEs &#x2F; runtimes not just a program that happens to be on Replit.
评论 #29323976 未加载
ChrisArchitect超过 3 年前
Descriptive title: Functional Commodore 64 development environment on Replit
bouncycastle超过 3 年前
Cool! Is there a way to save as a d64 file and export out of the browser?
flerovium超过 3 年前
Is this open source?
评论 #29323100 未加载