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": "Real_Bout_Fatal_Fury_2_-_The_Newcomers",
        "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": {
            "141": {
                "pageid": 141,
                "ns": 0,
                "title": "Reading CDDA sound levels",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "Registers {{Reg|REG_CDDALEFTL}} and {{Reg|REG_CDDARIGHTL}} hold the values of the currently streamed CD audio data, in a reversed 16bit 2's complement format suited for the [[LC78815]] DAC. They were only used to display the vu-meters in the CD player interface.\n\nThe CD [[system ROM]] uses the following code to reverse the bits:\n<syntaxhighlight>\n;D1:Input, D0:Output\nreverse16bits:\n    moveq\t#16-1,d7\n\tmoveq\t#0,d0\nrev:\n\tlsr\t    #1,d1\n\tbcc\tzerobit\n\tbset\td7,d0\nzerobit:\n\tdbf\t    d7,rev\n</syntaxhighlight>\n\nIt reads both registers multiple times during each frame (every 16 raster lines, by using the [[68k interrupts|raster interrupt]]) to get an average value.\n\n==Demo==\n[[File:screencap_cddaviz.png|right]]\nThis does NOT work on current emulators.\n\nUses:\n*Raster line interrupts\n*[[Sprites]] (shrink and displacement)\n*[[Fix layer|Fix]] (frame counter)\n*[[Palettes]]\n\nSource for AS and iso image: [[File:Vumeter1.zip]]\n\n[[http://www.youtube.com/watch?v=JP5VAypJIYk Youtube video]]\n\n[[Category:Code]]\n[[Category:Sound Code]]\n[[Category:CD systems]]"
                    }
                ]
            },
            "674": {
                "pageid": 674,
                "ns": 0,
                "title": "Real Bout Fatal Fury",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "{{GameInfo|right\n|en_title=Real Bout Fatal Fury \n|jp_title=Real Bout Garou Densetsu\n|jp_title2=\u30ea\u30a2\u30eb\u30d0\u30a6\u30c8\u9913\u72fc\u4f1d\u8aac\n|developer=SNK\n|ngh_id=095\n|megcount=346\n|mvs_release=yes\n|mvs_release_en=y\n|mvs_release_jp=y\n|mvs_romset=rbff1\n|mvs_date=1995\n|mvs_pchip=\n|mvs_pboard=PROGBK1\n|mvs_cboard=CHA256\n|aes_release=y\n|aes_release_jp=y\n|aes_release_en=y\n|aes_date=26/01/96\n|aes_pboard=PROGBK1Y\n|aes_cboard=CHA256RY\n|cd_release=y\n|cd_release_jp=y\n|cd_release_en=y\n|cd_date=23/02/96\n}}\n\n[[Category:Games]]"
                    }
                ]
            }
        }
    }
}