bugfixes, cd/Memory.s

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@70 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-03-19 18:55:28 +00:00
parent 66fdc0f0d5
commit 4ff2d52753
14 changed files with 2043 additions and 124 deletions

View file

@ -28,7 +28,7 @@ static unsigned int cell_map(int celln)
row = celln & 0x1f;
row |= (celln & 0x7800) >> 6;
break;
default: // just to make compiler happy
default: // never happens, only here to make compiler happy
col = row = 0;
break;
}