wswan:guide:porting_wwitch
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wswan:guide:porting_wwitch [2024/03/16 17:22] – created asie | wswan:guide:porting_wwitch [2024/03/17 07:21] (current) – asie | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Porting WonderWitch applications ====== | ====== Porting WonderWitch applications ====== | ||
- | WonderWitch applications compiled using the official Qute SDK require a copy of FreyaOS (and FreyaBIOS) to run. Unfortunately, | + | WonderWitch applications compiled using the official Qute SDK require a copy of FreyaOS (and FreyaBIOS) to run. Unfortunately, |
(If you're an employee of Qute Corporation reading this, I would be very happy to volunteer and help resolving this situation.) | (If you're an employee of Qute Corporation reading this, I would be very happy to volunteer and help resolving this situation.) | ||
- | However, there already exists a large base of tutorials and software, including open source software, written for the API provided by Freya. One way to facilitate interoperability between the Wonderful toolchain (and, by extension, alternate execution environments) and such WonderSwan software would be to reimplement the required parts of the Freya API. Other projects like //WSSim// and //WWWLib// have been developed in the past to achieve this, while the Wonderful toolchain provides the '' | + | However, there already exists a large base of tutorials and software, including open source software, written for the API provided by Freya. One way to facilitate interoperability between the Wonderful toolchain (and, by extension, alternate execution environments) and such WonderSwan software would be to reimplement the required parts of the Freya API. In the past, projects like //WSSim// and //WWWLib// have been created |
+ | |||
+ | The Wonderful toolchain provides the '' | ||
===== Creating a libwwcl project ===== | ===== Creating a libwwcl project ===== | ||
+ | |||
+ | To create a libwwcl project template, use the '' | ||
$ wf-wswantool project new -t wwcl new_project_name | $ wf-wswantool project new -t wwcl new_project_name | ||
- | | + | |
===== Porting notes ===== | ===== Porting notes ===== | ||
Line 16: | Line 20: | ||
* These macros and functions are provided in ''< | * These macros and functions are provided in ''< | ||
* The macros are entirely optional. If you want to declare the memory layout yourself using [[wswan: | * The macros are entirely optional. If you want to declare the memory layout yourself using [[wswan: | ||
- | * gcc-ia16 requires a '' | + | |
+ | | ||
+ | * The Text API operates on Shift-JIS strings. To make gcc-ia16 use Shift-JIS strings instead of UTF-8 strings, pass '' | ||
+ | |||
+ | ===== Implementation status ===== | ||
+ | |||
+ | //The implementation is incomplete; you can help by [[https:// | ||
+ | |||
+ | * Bank ('' | ||
+ | * Color ('' | ||
+ | * Comm ('' | ||
+ | * Display ('' | ||
+ | * Key ('' | ||
+ | * Sound ('' | ||
+ | * System ('' | ||
+ | * Text ('' | ||
+ | * Timer ('' |
wswan/guide/porting_wwitch.1710609729.txt.gz · Last modified: 2024/03/16 17:22 by asie