User contributions for Asie
From WSdev Wiki
Jump to navigationJump to search
19 August 2023
- 11:1711:17, 19 August 2023 diff hist +1,467 N WonderGate/bplXX.mopera.ne.jp Created page with "For the MobileWonderGate software, NTT DoCoMo operated network servers for validating and redirecting URL requests: * <code>bpl01.mopera.ne.jp</code> * <code>bpl02.mopera.ne.jp</code> == Packet format == Every packet sent from and to the server follows the same format: a global header, followed by an arbitrary number of blocks with their respective headers. The client expects one block in response from the server. === Header === {| class="wikitable" ! Offset ! Leng..."
- 11:0711:07, 19 August 2023 diff hist +201 N WonderGate Created page with "== WonderGate == TODO === Servers === {| class="wikitable" |+ WonderGate servers |- ! Hostname !! Software |- | bplXX.mopera.ne.jp || MobileWonderGate (browser) |}"
18 August 2023
- 08:4208:42, 18 August 2023 diff hist +474 ROM header add missing developer/publisher IDs (from up-n-atom)
17 August 2023
- 09:2909:29, 17 August 2023 diff hist +23 Keypad No edit summary
- 09:2809:28, 17 August 2023 diff hist +2,746 N Keypad Created page with "The WonderSwan SoC features a 4 by 3 keypad matrix. == Scanning == Scanning is done via writing to and reading from port $B5. <pre> 7 bit 0 ---- ---- .iii oooo ||| ++++- Output rows (0-3) +++------ Input rows (4-6) </pre> The standard procedure is to read rows 4, 5 and 6 in order, shifting their values into one twelve-bit mask like so: <pre> 15 bit 0 ---- ---- ---- ---- .... 4444 5555 6666 </pre> Typical keypad scanning implementations introduce a d..."
- 09:1809:18, 17 August 2023 diff hist +128 I/O port map clarify keypad port
16 August 2023
- 22:3322:33, 16 August 2023 diff hist +40 m I/O port map Mono Shade LUT
- 22:3122:31, 16 August 2023 diff hist +17,163 N I/O port map Created page with "* Superscripts are used to mark ports specific to a given mode or platform: ** Color mode: <sup>(color)</sup>. ** WS/WSC/SC console: <sup>(WS)</sup>, <sup>(WSC)</sup>, <sup>(SC)</sup>. * If two Bits rows are provided, the second one refers to the "Color" mode. * The Type can be: R - readable, W - writable, L - writable before boot ROM lockout, 8/16 - width (byte/word). {| class="wikitable" ! Category ! Port ! Description ! Bits ! Type ! Notes |- ! rowspan="45" | Displ..."
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.