add missing files

This commit is contained in:
optixx 2009-08-28 08:43:54 +02:00
parent 507957f7cc
commit bb209bb464
2 changed files with 1901 additions and 0 deletions

1894
snes/loader/loader.c Normal file

File diff suppressed because it is too large Load Diff

7
snes/loader/loader.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef __FIFO_H__
#define __FIFO_H__
#define ROM_SIZE 30180
#endif