User contributions
From GbdevWiki
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 12:53, 10 December 2023 (diff | hist) . . (+163) . . m ASM Snippets (→Multiplying two signed 8.8 fixed-point numbers: Clarify the function's API) (current)
- 18:16, 27 November 2023 (diff | hist) . . (+1,072) . . ASM Snippets (Add 8.8 signed fixed-point mul, created with lots of help from calc84maniac)
- 08:52, 27 October 2019 (diff | hist) . . (-16) . . Add 8-bit to 16-bit (→Unsigned subtraction: Improve routine if [hl] is the 16-bit operand)
- 14:52, 12 October 2019 (diff | hist) . . (+96) . . Video Display (→VRAM Tile Data: Add link to ShantyTown's explanation of the graphics format)
- 04:22, 29 September 2019 (diff | hist) . . (+78) . . OAM DMA tutorial (Add reference to original tutorial)
- 04:15, 29 September 2019 (diff | hist) . . (-2,869) . . OAM DMA tutorial (→DMA transfers, and how to use them: Fix the bad ASM practice with this tutorial (namely, hardcoding and variable naming))
- 13:10, 21 September 2019 (diff | hist) . . (+69) . . m Add 8-bit to 16-bit (→Unsigned subtraction: Explain why it HAS to be `scf ; adc` and not `inc a ; add`)
- 13:08, 21 September 2019 (diff | hist) . . (+14) . . m Add 8-bit to 16-bit (→Unsigned subtraction: Make formatting consistent with other snippets)
- 11:54, 21 September 2019 (diff | hist) . . (+510) . . Add 8-bit to 16-bit (→Signed addition: Add version more optimized at the cost of an 8-bit register)
- 18:40, 26 August 2019 (diff | hist) . . (+249) . . Sound Controller (→FF30-FF3F - Wave Pattern RAM: Add notice about byte)
- 10:27, 1 June 2019 (diff | hist) . . (+252) . . Sound Controller (→Pitfalls: Make pitfalls section into a list, add note about CH3 being inverted on GBA)
- 10:13, 1 June 2019 (diff | hist) . . (+167) . . Sound Controller (→Pitfalls: Add discovery on CH3 being inverted. To quote Liji: This is idiotic / It's intentional, but why would they do it)
- 15:16, 31 May 2019 (diff | hist) . . (+158) . . Sound Controller (→APU technical explanation: Fix mistakes)
- 15:15, 31 May 2019 (diff | hist) . . (+249) . . Sound Controller (→Pitfalls: Reword and fix CH3 latching explanation (credits go to PinoBatch), add note about output level)
- 15:10, 31 May 2019 (diff | hist) . . (+31) . . Sound Controller (→Pitfalls: Add another condition under which a pop my be heard)
- 14:59, 31 May 2019 (diff | hist) . . (+2,764) . . Sound Controller (Add sections about technical explanations)
- 11:46, 12 May 2019 (diff | hist) . . (+345) . . GBC dual compatibility (→Tile count: Add note about overlapping usage of tile regions)
- 19:24, 12 February 2019 (diff | hist) . . (+3,817) . . N ASM Snippets (Throw in a bunch of my knowledge. Probably parcellar, but eh.)
- 14:54, 12 February 2019 (diff | hist) . . (+19) . . Code Examples (→Assembler examples: Add link to "useful ASM snippets" page)
- 18:30, 2 February 2019 (diff | hist) . . (-3,418) . . Video Display (Move LCDC data to its own article. Needs to be done for the rest too, but that'll be later.)
- 18:29, 2 February 2019 (diff | hist) . . (+3,995) . . N LCDC (Create detailed page about LCDC to de-clobber Video Display) (current)
- 12:26, 30 January 2019 (diff | hist) . . (+105) . . Tutorials (→ASM: Link to Struct page)
- 12:23, 30 January 2019 (diff | hist) . . (+12) . . m Main Page (Remove ToC, as I believe it's not needed here, and only takes up valuable space.)
- 12:21, 30 January 2019 (diff | hist) . . (+1) . . Main Page (Move structure of page to move interesting links up)
- 12:08, 30 January 2019 (diff | hist) . . (+93) . . Tutorials (→General: Add Pino's Watermarking tutorial)
- 12:06, 30 January 2019 (diff | hist) . . (-1) . . m User:PinoBatch (Fix erroneous closing square bracket) (current)
- 12:05, 30 January 2019 (diff | hist) . . (+23) . . Tutorials (→GBDK: Add orphaned tutorial)
- 12:04, 30 January 2019 (diff | hist) . . (+22) . . Tutorials (→ASM: Add OAM DMA tutorial)
- 12:04, 30 January 2019 (diff | hist) . . (0) . . m OAM DMA tutorial (ISSOtm moved page OAM DMA tutorial by exezin to OAM DMA tutorial: Not necessary to have the author's name in the page's name)
- 12:04, 30 January 2019 (diff | hist) . . (+30) . . N OAM DMA tutorial by exezin (ISSOtm moved page OAM DMA tutorial by exezin to OAM DMA tutorial: Not necessary to have the author's name in the page's name) (current)
- 12:01, 30 January 2019 (diff | hist) . . (-807) . . Tutorials (Reorganize this mess of a page)
- 11:40, 30 January 2019 (diff | hist) . . (-520) . . Tutorials (→Video Tutorial: Remove broken links)
- 11:36, 30 January 2019 (diff | hist) . . (+96) . . Tutorials (→Tutorials written for gbdev.gg8: Add Pino's page, although I'm not sure it counts as a tutorial.)
- 11:21, 30 January 2019 (diff | hist) . . (-60) . . Tutorials (→Assembly Language Programming: Remove inaccessible Wichita tutorial, add better ones)
- 21:29, 19 January 2019 (diff | hist) . . (+71) . . Video Display (→FF68 - BCPS/BGPI - CGB Mode Only - Background Palette Index: Add Liji's finding about Mode 3 palette auto-increments)
- 09:27, 4 January 2019 (diff | hist) . . (-4) . . m SGB Functions (→SGB Command 08h - SOUND: Fix formatting of notes)
- 13:57, 5 December 2018 (diff | hist) . . (+127) . . Video Display (→LCDC.7 - LCD Display Enable: Add potential important note about disabling screen on SGB)
- 06:31, 3 December 2018 (diff | hist) . . (-8) . . m SGB Functions (→Transferring Packets: The SGB firmware doesn't even read those bytes.)
- 09:20, 20 November 2018 (diff | hist) . . (+647) . . SGB Functions (Add section about undocumented commands)
- 08:17, 20 November 2018 (diff | hist) . . (+87) . . SGB Functions (→SGB Command 0Dh - TEST_EN: Add warning that function is stubbed on SGBv2)
- 08:16, 20 November 2018 (diff | hist) . . (+73) . . SGB Functions (→SGB Command 18h - OBJ_TRN: Disassembly of the SGBv2 firmware showed that this command's handler only contains a `RTS`. Need to check on all revisions.)
- 08:30, 19 November 2018 (diff | hist) . . (+49) . . m SGB Functions (→SGB Command 0Ah - PAL_SET: Clarify endianness)
- 08:29, 19 November 2018 (diff | hist) . . (+322) . . m SGB Functions (→SGB Color Palettes Overview: Misc clarifications)
- 07:10, 19 November 2018 (diff | hist) . . (+106) . . m SGB Functions (→Transfer Time: Clarify status of displayed data, restore section name)
- 12:51, 18 November 2018 (diff | hist) . . (+29) . . m SGB Functions (→SGB Command 14h - PCT_TRN: You can feel that Pan did veeeery thorough research, huh...)
- 11:28, 15 November 2018 (diff | hist) . . (+29) . . m Terminology (→Durations: Add alternatives, oops.)
- 11:02, 15 November 2018 (diff | hist) . . (+289) . . N Terminology (Add terminology for durations. Been floating for a while.)
- 10:53, 15 November 2018 (diff | hist) . . (+18) . . m Pan Docs (→Overview: Add link to new Terminology page)
- 05:38, 11 November 2018 (diff | hist) . . (+156) . . m Video Display (→FF46 - DMA - DMA Transfer and Start Address (R/W))
- 05:36, 11 November 2018 (diff | hist) . . (+128) . . Video Display (→LCDC.1 - OBJ Display Enable)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)