summaryrefslogtreecommitdiff
path: root/video.h
AgeCommit message (Collapse)AuthorFilesLines
2010-04-07OpenGL supportSegher Boessenkool1-3/+1
2010-02-19Add new debug key 'f': show framerate barSegher Boessenkool1-0/+2
2010-02-19video: Big speedupSegher Boessenkool1-4/+3
2010-02-18video: Init the IRQ position to something impossibleSegher Boessenkool1-0/+2
Without this, these IRQs trigger early, and WAL cannot handle that (it tries to handle all IRQs that are active, not only those that are enabled).
2010-02-13Big fat interrupt updateSegher Boessenkool1-0/+2
Interrupt code runs on the main loop now. No longer is most I/O handled only when video is redrawn. Still uses one "master" timer, which is 250Hz now.
2010-02-02Rename text page 0, 1 to page 1, 2Segher Boessenkool1-1/+1
2010-02-02Update copyrightsSegher Boessenkool1-1/+1
2009-03-03video: Render to RGB buffers, not to an indexed buffer. Adjust SDL support ↵Segher Boessenkool1-1/+3
for this.
2009-02-25Update copyright messagesSegher Boessenkool1-1/+1
2008-11-13Some new debug commands.Segher Boessenkool1-0/+4
2008-10-01Split off device loads into their respective files.Segher Boessenkool1-0/+1
2008-09-25Move video_store() to video.cSegher Boessenkool1-0/+2
2008-09-17Split SDL stuff and video emulation into separate files.Segher Boessenkool1-0/+14