Rename files endian.c and memory.c

This commit is contained in:
twinaphex
2014-03-30 22:29:30 +02:00
parent 7e6caac57d
commit 30b4c60b21
25 changed files with 40 additions and 142 deletions

View File

@@ -2,7 +2,7 @@
#include "../x6502.h"
#include "../fceu.h"
#include "../ppu.h"
#include "../memory.h"
#include "../fceu-memory.h"
#include "../sound.h"
#include "../state.h"
#include "../cart.h"