| The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.34 (Linux)
|
![]() |
|
New Wonderswan Color demo released - Printable Version +- Freeplaytech Forum (https://forum.freeplaytech.com) +-- Forum: Neo Geo Pocket (https://forum.freeplaytech.com/forumdisplay.php?fid=1) +--- Forum: General (https://forum.freeplaytech.com/forumdisplay.php?fid=2) +--- Thread: New Wonderswan Color demo released (/showthread.php?tid=68) Pages:
1
2
|
RE: New Wonderswan Color demo released - Biogon - 09-13-2012 Are there any tools for devoloping Wonderswan Color games? I know about Miracle Mage, but it doesn't support color. RE: New Wonderswan Color demo released - mic_ - 09-13-2012 The CPU is an x86 clone (limited to the 80186 instruction set IIRC) , so you could probably use one of the many assemblers capable of producing realmode COM files (TASM/NASM/YASM...), and possibly some older C compilers like Borland Turbo C or Watcom. RE: New Wonderswan Color demo released - Biogon - 09-14-2012 (09-13-2012, 04:09 PM)mic_ Wrote: The CPU is an x86 clone (limited to the 80186 instruction set IIRC) , so you could probably use one of the many assemblers capable of producing realmode COM files (TASM/NASM/YASM...), and possibly some older C compilers like Borland Turbo C or Watcom. Thanks for the help, mic_. If you didn't know already, I'm a programming noob so just try to bear with my dumb questions.
|