nu/sram.c: Add emulated SRAM device

This commit is contained in:
Tau
2018-11-07 20:03:25 -05:00
parent 5aaab2879d
commit 920328bc9e
4 changed files with 133 additions and 0 deletions

View File

@ -2,3 +2,4 @@
#include <initguid.h>
#include "nu/eeprom.h"
#include "nu/sram.h"