video DDR RAM initialization seems to use an octal number???

This commit is contained in:
Markus Fröschle
2015-01-13 07:05:08 +00:00
parent b2a441aae8
commit bbc2f7d974
2 changed files with 2 additions and 1 deletions

View File

@@ -560,6 +560,7 @@ void init_video_ddr(void) {
_VRAM = 0x00060000; /* auto refresh */ _VRAM = 0x00060000; /* auto refresh */
NOP(); NOP();
/* FIXME: what's this? */
_VRAM = 0000070022; /* load MR dll on */ _VRAM = 0000070022; /* load MR dll on */
NOP(); NOP();