Skip to content

Instantly share code, notes, and snippets.

@dbousamra
Created July 30, 2011 10:19
Show Gist options
  • Save dbousamra/1115384 to your computer and use it in GitHub Desktop.
Save dbousamra/1115384 to your computer and use it in GitHub Desktop.
def readByte8(address : Int) : Int = (address - 0xFF40) match{
case 0 => 1
case 1 if (currentLine == raster) => 0x4
case 1 => 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment