+// This file is Copyright (c) 2020 Rob Shelton <rob.s.ng15@googlemail.com>
+// License: BSD
+//
// SD CARD code for loading files from a FAT16 formatted partition into memory
#include <generated/csr.h>
+// This file is Copyright (c) 2020 Rob Shelton <rob.s.ng15@googlemail.com>
+// License: BSD
+
#ifndef __FAT16_H
#define __FAT16_H
+// This file is Copyright (c) 2020 Rob Shelton <rob.s.ng15@googlemail.com>
+// License: BSD
+//
// SD CARD bitbanging code for loading files from a FAT16 forrmatted partition into memory
//
// Code is known to work on a de10nano with MiSTer SDRAM and IO Boards - IO Board has a secondary SD CARD interface connected to GPIO pins
+// This file is Copyright (c) 2020 Rob Shelton <rob.s.ng15@googlemail.com>
+// License: BSD
+
#ifndef __SPISDCARD_H
#define __SPISDCARD_H