User contributions for Asie
From WSdev Wiki
Jump to navigationJump to search
15 August 2023
- 13:2113:21, 15 August 2023 diff hist −1 m WSdev Wiki No edit summary
- 13:2113:21, 15 August 2023 diff hist +35 WSdev Wiki add more URLs
- 13:1913:19, 15 August 2023 diff hist +26 WSdev Wiki add EEPROM, Mapper URLs
- 13:1713:17, 15 August 2023 diff hist +998 N Timing Created page with "== Clocks == The WonderSwan is clocked with a master clock of approximately 12288000 Hz (= 12.288 MHz). This clock is split into four internal memory access quadrants, running at 3072000 Hz (= 3.072 MHz) each. Three of those are used by the console in "mono" mode: NEC V30MZ, Display and Sound. On the WonderSwan Color, the fourth quadrant is used to handle color palette reads during display drawing. Out of those, only the CPU quadrant can access the car..."
- 13:1013:10, 15 August 2023 diff hist +13 WSdev Wiki add timing sub-page
- 06:1906:19, 15 August 2023 diff hist +8 WonderWitch .fx files clarify padding format
- 06:1806:18, 15 August 2023 diff hist −1 m ROM header fix typo
- 06:1806:18, 15 August 2023 diff hist −38 m ROM header remove references in ROM type section
- 06:1706:17, 15 August 2023 diff hist +1,382 N WonderWitch .fx files Created page with "FreyaOS uses XMODEM transfers to send and receive files through the serial port. These transfers do not include any file metadata by default - such as the file's name, size, permissions or creation date. As such, .fx files are used - binary files with a special 128-byte header<ref>XMODEM transfers are performed in 128-byte blocks; this allows fetching the file's metadata as the first block</ref>. == Format == {| class="wikitable" |+ Header contents |- ! Offset..."
- 06:0906:09, 15 August 2023 diff hist +91 WSdev Wiki add start of WonderWitch section
- 06:0406:04, 15 August 2023 diff hist +4,302 N ROM header Created page with "Every WonderSwan ROM contains a header. It is stored at the end - final sixteen bytes - of the ROM image. == ROM header == Parts of this header are validated or otherwise used by the console's boot ROM - they are marked in '''bold'''. {| class="wikitable" |+ Header contents |- ! Offset !! Length !! Contents |- | '''$0''' || '''5''' || Far jump instruction: '''0xEA''', offset, segment. |- | '''$5''' || '''1''' || '''Maintenance''' |- | $6 || 1 || Developer/Publishe..."
- 05:1605:16, 15 August 2023 diff hist +885 WSdev Wiki Initial landing page.