fix typo that caused a hex number wrongly interpreted as octal

This commit is contained in:
Markus Fröschle
2020-02-16 19:21:56 +01:00
parent dd462f481b
commit e791f8bdae

View File

@@ -573,7 +573,7 @@ static void init_video_ddr(void) {
NOP(); NOP();
/* FIXME: what's this? */ /* FIXME: what's this? */
_VRAM = 0000070022; /* load MR dll on */ _VRAM = 0x00070022; /* load MR dll on */
NOP(); NOP();
* (uint32_t *) 0xf0000400 = 0x01070082; /* fifo on, refresh on, ddrcs und cke on, video dac on, Falcon shift mode on */ * (uint32_t *) 0xf0000400 = 0x01070082; /* fifo on, refresh on, ddrcs und cke on, video dac on, Falcon shift mode on */