MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "gapcontinue": "Recent_developments",
        "continue": "gapcontinue||"
    },
    "warnings": {
        "main": {
            "*": "Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/> for notice of API deprecations and breaking changes."
        },
        "revisions": {
            "*": "Because \"rvslots\" was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used."
        }
    },
    "query": {
        "pages": {
            "2155": {
                "pageid": 2155,
                "ns": 0,
                "title": "Real-time clock",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "There are various Real-time clock (RTC) chips used within the TI and Geneve systems.\n\n== MM58274 (Geneve) ==\n\nThe left address column shows the address mapping in the Native mode, while the right address column shows the GPL mode mapping.\n\n{| class=\"memory\"\n! F130 / 8010\n| class=\"mmap\" | Control register\n|-\n! F131 / 8011\n| class=\"mmap\" | Tenths of seconds\n|-\n! F132 / 8012\n| class=\"mmap\" | Units of seconds\n|-\n! F133 / 8013\n| class=\"mmap\" | Tens of seconds\n|-\n! F134 / 8014\n| class=\"mmap\" | Units of minutes\n|-\n! F135 / 8015\n| class=\"mmap\" | Tens of minutes\n|-\n! F136 / 8016\n| class=\"mmap\" | Units of hours\n|-\n! F137 / 8017\n| class=\"mmap\" | Tens of hours\n|-\n! F138 / 8018\n| class=\"mmap\" | Units of days\n|-\n! F139 / 8019\n| class=\"mmap\" | Tens of days\n|-\n! F13A / 801A\n| class=\"mmap\" | Units of months\n|-\n! F13B / 801B\n| class=\"mmap\" | Tens of months\n|-\n! F13C / 801C\n| class=\"mmap\" | Units of years\n|- \n! F13D / 801D\n| class=\"mmap\" | Tens of years\n|-\n! F13E / 801E\n| class=\"mmap\" | Day of week\n|-\n! F13F / 801F\n| class=\"mmap\" | Clock setting / Interrupt registers\n|}\n\nThere are some points to consider for both reading and writing.\n\n=== Reading ===\n\nReading from a clock register is done by doing a MOVB from the respective address. Since the Geneve can address single bytes, only the addressed byte will be read.\n\nHowever, the clock is only connected by 4 lines to the 8-bit data bus. The leading 4 bits (the high nibble) take some other value. We can observe:\n\n* In Native mode, the high nibble is 0xF (binary 1111)\n* In GPL mode, the high nibble is 0x1 (0001) for 8010-801E, and 0x2 (0010) for 801F.\n\nTherefore, the read byte should be masked with 0x0F. The reason for this behavior is not known; maybe the high four bits are delivered by stale values in the Gate array.\n\n=== Writing ===\n\nSetting the clock registers is done via MOVB to the address. However, this may not show the expected effect. According to the datasheet of the MM58274, a [[Setting the Geneve clock | certain procedure]] must be followed to properly set the clock.\n\n[[Category:Geneve]]\n[[Category:Hardware]]"
                    }
                ]
            },
            "2153": {
                "pageid": 2153,
                "ns": 0,
                "title": "Realms of Antiquity",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "'''Realms of Antiquity: The Shattered Crown''' is a role playing game.\n\n* [http://quixotic.adamantyr.com/roa.htm Homepage]\n* [http://www.adamantyr.com/blog/index.php/the-game/ Blog]\n\n[[Category:AMS]]\n[[Category:Module]]\n[[Category:Disk]]"
                    }
                ]
            }
        }
    }
}