User contributions
From WikiPrizm
Jump to navigationJump to search- 19:14, 1 May 2021 diff hist +6 FillArea Don't use a hard-coded address. current
- 02:43, 21 April 2021 diff hist +146 Non-blocking DMA
- 22:32, 9 October 2016 diff hist +62 Interrupt Controller current
- 21:18, 24 February 2015 diff hist +211 Cursor GetSettings current
- 20:10, 22 February 2015 diff hist +780 Bdisp EnableColor current
- 20:05, 22 February 2015 diff hist +1,420 N Bdisp SetDDRegisterB Created page with "{{syscall | name = Bdisp_SetDDRegisterB | index = 0x0194 | signature = void Bdisp_SetDDRegisterB(int colorMode); | header = fxcg/display.h {{NoLibfxcg}} | synopsis = Used to e..." current
- 19:45, 22 February 2015 diff hist +2 m Bdisp FrameAndColor current
- 19:42, 22 February 2015 diff hist +1,202 N Bdisp ColorAndFrameSetFlags Created page with "{{syscall | name = Bdisp_ColorAndFrameSetFlags | index = 0x0920 | signature = unsigned short Bdisp_ColorAndFrameSetFlags(int colorMode,int frameColor); | header = fxcg/display..." current
- 18:46, 22 February 2015 diff hist 0 m Bdisp FrameAndColor Typo
- 18:46, 22 February 2015 diff hist +32 Bdisp FrameAndColor
- 18:36, 22 February 2015 diff hist +22 m Bdisp FrameAndColor Added category.
- 18:35, 22 February 2015 diff hist +2,598 N Bdisp FrameAndColor Created page with "{{syscall | name = Bdisp_FrameAndColor | index = 0x091E | signature = unsigned short Bdisp_FrameAndColor(int action,unsigned short flags); | header = fxcg/display.h {{NoLibfxc..."
- 21:32, 17 February 2015 diff hist +16 m GetSecondaryVramAddress Corrected a copy and paste error.
- 20:34, 17 February 2015 diff hist +339 N GetSecondaryVramAddress Created page with "{{syscall | name = PrintXY | index = 0x1E50 | signature = void *getSecondaryVramAddress(void); | header = fxcg/display.h {{NoLibfxcg}} | returns = The address used by the Sa..."
- 20:24, 15 February 2015 diff hist -6 m PrintXY Old text needed more modifications to reflect the new discovery.
- 20:18, 15 February 2015 diff hist -33 PrintXY
- 13:26, 15 February 2015 diff hist -75 Cursor GetSettings
- 13:25, 15 February 2015 diff hist +649 N Cursor GetSettings Created page with "{{syscall | name = Cursor_GetSettings | index = 0x01F5 | signature = unsigned int Cursor_GetSettings(unsigned int settingsarray[]); | header = fxcg/display.h {{NoLibfxcg}} | s..."
- 13:20, 15 February 2015 diff hist +9 m Cursor SetPosition Fix copy and paste error. current
- 12:10, 15 February 2015 diff hist -22 GetKey current
- 11:58, 15 February 2015 diff hist +1,370 EnableDisplayHeader current
- 02:12, 15 February 2015 diff hist +75 Bdisp GetPoint DD Workbench current
- 02:09, 15 February 2015 diff hist +556 Bdisp DDRegisterSelect
- 22:29, 14 February 2015 diff hist +208 Talk:MB ElementCount current
- 22:26, 14 February 2015 diff hist +2 m MB ElementCount current
- 22:25, 14 February 2015 diff hist +1,173 MB ElementCount
- 22:00, 14 February 2015 diff hist -10 m GetSetupSetting current
- 22:00, 14 February 2015 diff hist -387 GetSetupSetting Removed incorrect comment and remove unneeded disassembly nothing really interesting to see.
- 21:58, 14 February 2015 diff hist +188 SetSetupSetting current
- 21:58, 14 February 2015 diff hist +138 Talk:GetSetupSetting current
- 21:51, 14 February 2015 diff hist +144 Locate OS
- 21:49, 14 February 2015 diff hist +1,041 N Cursor SetPosition Created page with "{{syscall | name = locate_OS | index = 0x01F1 | signature = int Cursor_SetPosition(int x, int y) | header = fxcg/display.h | synopsis = Sets the cursor position for Print_OS..."
- 21:37, 14 February 2015 diff hist +873 Locate OS
- 17:07, 14 February 2015 diff hist +397 GetSetupSetting Added warning about the lack of bounds checking.
- 12:31, 14 February 2015 diff hist -35 MB ElementCount Simply example code. Also the second example was dangerous as the buffer was smaller than the string.
- 12:25, 14 February 2015 diff hist -8 MB ElementCount This function should not modify the string, so it should it should take a const pointer. Also removed unneeded casts to (char*).
- 15:49, 7 December 2014 diff hist +127 Non-blocking DMA Refactor into stripe function. Spell check on comments.
- 19:52, 5 December 2014 diff hist +20 Syscalls →How they work: Yes you are right gbl08ma some entries are not in fact syscalls. I have further edited the text to completely correct my previous mistake.
- 22:24, 4 December 2014 diff hist +224 EnableStatusArea
- 21:57, 4 December 2014 diff hist +1,341 Syscalls
- 19:34, 4 December 2014 diff hist +703 Talk:Bdisp PutDisp DD
- 00:26, 4 December 2014 diff hist +1 Bdisp PutDisp DD
- 00:26, 4 December 2014 diff hist +553 Bdisp PutDisp DD
- 00:16, 4 December 2014 diff hist +2,740 N Bdisp Fill DD Created page with "{{syscall | name = Bdisp_Fill_DD | index = 0x0275 | signature = void Bdisp_Fill_DD(int color, int mode) | header = fxcg/display.h | synopsis = Fills different areas of the dis..."
- 21:39, 30 August 2014 diff hist +127 Bdisp AreaClr Copy paste from Simon's documentation. Should be short enough to be considered fair use.
- 20:06, 20 April 2014 diff hist 0 FillArea →Synopsis: Moved nowiki tag to proper place.
- 17:12, 18 April 2014 diff hist +30 m Debouncing Multiple-Keypress PRGM GetKey Added category tag. current
- 17:09, 18 April 2014 diff hist +379 Plot
- 22:03, 17 April 2014 diff hist +15 DrawLine →Comments current
- 22:03, 17 April 2014 diff hist +12 DrawLine →Source code