o switch to v46

This commit is contained in:
David Voswinkel
2009-05-12 22:17:42 +02:00
parent 7a878eab39
commit 8e877d38d4
217 changed files with 1440 additions and 31284 deletions

View File

@@ -1,7 +1,10 @@
#include <../base.hpp>
#define ST010_CPP
namespace SNES {
ST010 st010;
#include "st010.hpp"
#include "st010_data.hpp"
#include "st010_op.cpp"
@@ -85,3 +88,5 @@ void ST010::write(unsigned addr, uint8 data) {
ram[0x0021] &= ~0x80;
}
}
};