Login

Subversion Repositories NedoOS

Rev

Rev 1637 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

;GS memory layout
GSPROGSTART = 0x4000
GSSTACKADDR = 0x5d00
GSINTERRUPTTABLEENTRYADDR = 0x5eff

;GS commands
CMDRESET = 0
CMDGETFREEBUFFERSPACE = 1
CMDGETCHIPID = 2
CMDRESTARTSTREAM = 3
CMDVOLUMEUP = 4
CMDVOLUMEDOWN = 5
CMDCOUNT = 6