summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2016-08-19 00:01:02 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2016-08-19 00:01:02 +0200
commit338570827532f709702e080fa83581a1b7cd8be9 (patch)
treeaed69a7024d4a322ffec74454d9617e07d9b28a6
parentad18ec271fa24a4d53f837a7864616faa32f7de2 (diff)
Clear initial contents of emulated file.
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 749668b..1632fa1 100644
--- a/main.cpp
+++ b/main.cpp
@@ -235,7 +235,7 @@ uint8_t sectors[][512] {
0x43, 0x41, 0x52, 0x44, 0x30, 0x20, 0x20, 0x20, 0x54, 0x58, 0x54, 0x20, 0x00, 0x64, 0x53, 0x95,
0x03, 0x43, 0x03, 0x43, 0x00, 0x00, 0x53, 0x95, 0x03, 0x43, 0x03, 0x00, 0x10, 0x00, 0x00, 0x00,
},
- "E004123456789AB",
+ {},
};
uint8_t* get_sector(uint32_t sector) {