* Action 52 reset.

This commit is contained in:
aquanull 2012-12-16 10:46:49 +00:00
parent c550c9623e
commit d9f0d060df
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ static DECLFW(M228Write) {
static void M228Reset(void) {
areg = 0x8000;
vreg = 0;
memset(mram, 0, sizeof(mram));
Sync();
}