WonderWitch: Difference between revisions
From WSdev Wiki
Jump to navigationJump to search
(Created page with "The WonderWitch is an official homebrew development kit released by Qute Corporation on July 18th, 2000. == Hardware == The WonderWitch cartridge is based on the Bandai 2003 mapper. It provides an RTC, as well as NOR self-flashing functionality using the Fujitsu MBM29DL400TC chip. There were three ways available to acquire WonderWitch cartridges: * '''WonderWitch''', a software development kit containing a reflashable cartridge, a WonderSwan<->RS-232 adapter, a d...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
The WonderWitch cartridge is based on the [[Bandai 2003]] mapper. It provides an RTC, as well as NOR self-flashing functionality using the Fujitsu MBM29DL400TC chip. | The WonderWitch cartridge is based on the [[Bandai 2003]] mapper. It provides an RTC, as well as NOR self-flashing functionality using the Fujitsu MBM29DL400TC chip. | ||
There were three | There were three means of acquiring WonderWitch cartridges: | ||
* '''WonderWitch''', a software development kit containing a reflashable cartridge, a WonderSwan<->RS-232 adapter, a development manual and a development tool CD; | * '''WonderWitch''', a software development kit containing a reflashable cartridge, a WonderSwan<->RS-232 adapter, a development manual and a development tool CD; | ||
Line 13: | Line 13: | ||
== Software == | == Software == | ||
The | The WonderWitch provides an abstraction layer and helper libraries, split into two modules: | ||
* [[WonderWitch/FreyaBIOS|FreyaBIOS]] - providing a hardware abstraction layer and some utility functions, | |||
* [[WonderWitch/FreyaOS|FreyaOS]] - providing helper libraries and higher-level concepts, such as processes and files. | |||
== Development | == Development tools == | ||
TODO | TODO |
Latest revision as of 20:43, 19 October 2024
The WonderWitch is an official homebrew development kit released by Qute Corporation on July 18th, 2000.
Hardware
The WonderWitch cartridge is based on the Bandai 2003 mapper. It provides an RTC, as well as NOR self-flashing functionality using the Fujitsu MBM29DL400TC chip.
There were three means of acquiring WonderWitch cartridges:
- WonderWitch, a software development kit containing a reflashable cartridge, a WonderSwan<->RS-232 adapter, a development manual and a development tool CD;
- WonderWitch Player, a priced-down user-only version omitting the development manual and tooling;
- The VAR program, allowing independent creators to buy reflashable cartridges in bulk, in units of 20 or 100.
Software
The WonderWitch provides an abstraction layer and helper libraries, split into two modules:
- FreyaBIOS - providing a hardware abstraction layer and some utility functions,
- FreyaOS - providing helper libraries and higher-level concepts, such as processes and files.
Development tools
TODO