WonderWitch/FreyaBIOS: Difference between revisions

From WSdev Wiki
Jump to navigationJump to search
No edit summary
(add Fonts section)
Line 13: Line 13:


TODO
TODO
== Fonts ==
As part of its ROM image, FreyaBIOS provides two fonts:
* an 8x8 ASCII font,
* an 8x8 Shift-JIS kanji font - [http://hp.vector.co.jp/authors/VA002310/original.html ELISA FONT].


== Interrupts ==
== Interrupts ==

Revision as of 06:07, 9 September 2023

FreyaBIOS is a boot program and hardware abstraction layer for WonderWitch, present in the top-most (last) 64 KB of any WonderWitch cartridge.

It provides the following functionality:

  • bring-up code,
  • interrupt-based hardware abstraction layer, providing a more user-friendly (and less direct) interface to the WonderSwan hardware,
  • 8x8 ASCII and kanji fonts,
  • a monitor program, allowing FreyaOS recovery and updates via XMODEM.

Other functionality (like file system access) is instead included as part of FreyaOS' system libraries; some other functionality (like WonderSwan Color support is implemented as part of the development tooling.

Revisions

TODO

Fonts

As part of its ROM image, FreyaBIOS provides two fonts:

  • an 8x8 ASCII font,
  • an 8x8 Shift-JIS kanji font - ELISA FONT.

Interrupts

Freya Monitor

TODO