* Action 52 reset.
This commit is contained in:
parent
c550c9623e
commit
d9f0d060df
|
@ -61,6 +61,7 @@ static DECLFW(M228Write) {
|
||||||
static void M228Reset(void) {
|
static void M228Reset(void) {
|
||||||
areg = 0x8000;
|
areg = 0x8000;
|
||||||
vreg = 0;
|
vreg = 0;
|
||||||
|
memset(mram, 0, sizeof(mram));
|
||||||
Sync();
|
Sync();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue