nora23169 wrote:
ponzu840w wrote:
Translated by ChatGPT:
Hello, Nora. I’m ponzu840w. I’m also Japanese. When I saw this topic, I quickly created an account.
I am also developing a DOS for the 6502 inspired by CP/M. I'm working on it directly on the actual hardware (W65C02) without using an emulator, and I'm using CA65 as my assembler. If you'd like, would you be interested in exchanging ideas about our projects? (I'm fine with communicating in Japanese!)
Here’s some information about my project:
Blog (Japanese):
http://ponzu840w.starfree.jp/blog/blog.html?id=00032 GitHub (DOS):
https://github.com/ponzu840w/miracosIf possible, I’d love to see your work as well!
原文:
はじめましてnoraさん、ponzu840wと申します。僕も日本人です。このトピックを見かけて、急いでアカウントを作りました。
私も、CP/Mを参考にした6502用のDOSを開発しています。エミュレータは使わずに実機(W65C02)での開発で、アセンブラにはCA65を用いています。よろしければ、作品について意見交換をしませんか?(私は日本語で構いません!)
よろしければ、noraさんの作品も見せていただけませんか?
僕もその6502用のdosを作りたいと思っていたけどその実機ないので意見交換でその僕は実機ないですwそのなのでそのponzu840wさんにそのエミュレータをどうすればいいかアドバイスをお願いします。で僕の意見は良いエミュレータない場合は最悪の場合はエミュレータ自作するのもありかな、と思っていますご返信いただければ幸いです
Translated by ChatGPT:
When it comes to creating your own DOS, access to storage and basic text input/output functions are essential. That means you’ll want a reliable emulator with those capabilities. I’m not very knowledgeable about emulators, but I think it would probably involve using an emulator for an existing computer, like the Apple ][ or Commodore. Since many people use these emulators, they’re both reliable and convenient.
However, there’s a big issue: these existing platforms already have their own robust DOS. Depending on what you want to get out of making your own DOS, it could impact your motivation. For example, in my case, if I had to create a DOS for the Apple ][ when Apple2DOS already exists, I probably wouldn’t have the motivation. No matter how much effort I put in, it’d be hard to make something better than the original.
From this perspective, a custom-built machine would remain a DOS-less machine forever unless you make a DOS for it, which can really be motivating.
While it’s also possible to do this with a custom emulator, I imagine that developing one from scratch would be tough… The W65C02 can be bought for 750 yen at Akizuki Denshi Tsusho. Why don’t we build a real machine together?
原文:
DOSの自作を目的にするとなると、ストレージへのアクセスと文字列入出力が最低限必要ですよね。それらの機能を備えていて、かつ信頼できるエミュレータが欲しいということになります。
僕はエミュレータについて詳しいわけではありませんが、おそらく、Apple][とかコモドールとか、既製品のパソコンのエミュレータを使うことになると思います。これらのエミュは多くの人が使っているので信頼性も利便性も高いでしょう。
ただし大きな問題があって、これらの既存プラットフォームには立派なDOSがすでに用意されているんですよね。自作DOSの楽しみの重きをどこに置くかにもよりますが、例えば私の場合ですと、すでにApple2DOSがあるのに別途Apple2用のDOSを作るようなことだと、モチベーションが持たなかったと思います。どう頑張っても純正品のほうが出来がいいということになりかねませんし。
この観点でいえば、自作のマシンは自分でDOSを作らない限りは永遠にDOSのないマシンになってしまいますから、俄然やる気が出るというものです。
自作エミュレータでも同じことはできますが、独自開発するのは大変な気がします…。W65C02は秋月電子通商で750円で買えます。一緒に実機を作りませんか?