GernotFrisch Member Joined Jan 2, 2007 Messages 445 Feb 1, 2007 #1 Must I copy backbuffer to frontbuffer, or can I set some register to simply set the framebuffer pointer?
Must I copy backbuffer to frontbuffer, or can I set some register to simply set the framebuffer pointer?
S Squidge Certified Guru Joined Nov 16, 2003 Messages 8,493 Location UK Website Visit site Feb 1, 2007 #2 You can simply set the frame buffer pointer.
GernotFrisch Member Joined Jan 2, 2007 Messages 445 Feb 1, 2007 #3 Squidge posted on Feb 1 2007 at 02:38 PM said: You can simply set the frame buffer pointer. Click to expand... Could you give me some pointer about how to do that? I searched the forum and was unable to find it. Last edited by a moderator: Feb 5, 2016
Squidge posted on Feb 1 2007 at 02:38 PM said: You can simply set the frame buffer pointer. Click to expand... Could you give me some pointer about how to do that? I searched the forum and was unable to find it.
R Reesy Certified Guru Joined Nov 26, 2006 Messages 301 Age 46 Location Hampshire, UK Website reesy.gp32x.de Feb 1, 2007 #4 What library are you using? Minimal, SDL etc
S Squidge Certified Guru Joined Nov 16, 2003 Messages 8,493 Location UK Website Visit site Feb 1, 2007 #5 MMSP2 Databook, and look at I/O locations 290E, 2910, 2912, 2914 at base address 0xC0000000.
GernotFrisch Member Joined Jan 2, 2007 Messages 445 Feb 1, 2007 #6 Reesy posted on Feb 1 2007 at 07:10 PM said: What library are you using? Minimal, SDL etc Click to expand... I just picked a few snippets from the wiki so far. Last edited by a moderator: Feb 5, 2016
Reesy posted on Feb 1 2007 at 07:10 PM said: What library are you using? Minimal, SDL etc Click to expand... I just picked a few snippets from the wiki so far.