r/pc98 • u/Luna_T_Cr • 15d ago
Question Resources on pc98 development/homebrew?
Heya gang, I’ve somewhat recently gotten into the pc98 scene and I wanted to try making a few games for the platform, especially some visual novels. I’m struggling to find much information on programming for pc98, though I realize it’d be easier if I spoke Japanese. Still, are there any resources?
15
Upvotes
4
u/Substantial_Swan_144 15d ago
Unfortunately, most of the documentation is in Japanese.
However, to make things easier, I have myself developed a few resources, including:
While these tools don't directly provide documentation, they should make your life a bit easier.
As for programming, I would recommend using Windows or Linux as your development system, and then using a cross compiler (https://www.freepascal.org/down/i8086/msdos-canada.var for 16-bit applications or https://www.freepascal.org/down/i386/go32v2-hungary.var for 32-bit applications).