nu/ds.c: Add emulated DS EEPROM device

This commit is contained in:
Tau
2018-11-07 20:04:54 -05:00
parent 7cf0914092
commit 935b1c2c12
4 changed files with 236 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include <windows.h>
#include <initguid.h>
#include "nu/ds.h"
#include "nu/eeprom.h"
#include "nu/sram.h"