Convert to utf-8

This commit is contained in:
Ralf Corsepius
2006-10-17 02:36:57 +00:00
parent d919ef8281
commit c27fd5c455
3 changed files with 3 additions and 3 deletions

View File

@@ -374,7 +374,7 @@
| +---+---+---+---+---+---+---+---+
|
| rf[1..0] : 0 1 2 3
| refresh : 5<EFBFBD>s 10<EFBFBD>s 15<EFBFBD>s 20<EFBFBD>s
| refresh : 5µs 10µs 15µs 20µs
|
| ena == 0 : refresh disabled
| ena == 1 : refresh enabled

View File

@@ -677,7 +677,7 @@ _dram_init2:
moves.b crt0_temp,REG_WS(crt0_dram) | set 3 wait-states
move.b #0x81,crt0_temp
moves.b crt0_temp,REG_REFRESH(crt0_dram) | refresh every 10<EFBFBD>s
moves.b crt0_temp,REG_REFRESH(crt0_dram) | refresh every 10µs
move.b #0,crt0_temp
moves.b crt0_temp,REG_CONFIG(crt0_dram) | default size = 4Mbytes

View File

@@ -185,5 +185,5 @@ void _dbug_dumpanic(void)
RAW_FMT(0,"---------------------------------------------\n");
RAW_FMT(0,"press escape to reboot\n");
} while ((c=RAW_GETC(0))!=ESCAPE); /* cgets ne marche pas si les IT sont bloqu<EFBFBD>es */
} while ((c=RAW_GETC(0))!=ESCAPE); /* cgets ne marche pas si les IT sont bloquées */
}