aboutsummaryrefslogtreecommitdiff
path: root/hw/sd.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sd.c')
-rw-r--r--hw/sd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sd.c b/hw/sd.c
index 93ad3da..130072f 100644
--- a/hw/sd.c
+++ b/hw/sd.c
@@ -189,7 +189,7 @@ static uint16_t sd_crc16(void *message, size_t width)
static void sd_set_ocr(SDState *sd)
{
- sd->ocr = 0x80fffff0;
+ sd->ocr = 0x80ffff80;
}
static void sd_set_scr(SDState *sd)