oops. tweak 178. actually its probably wrong this way but it matches the docs for now.

This commit is contained in:
zeromus 2012-06-23 18:19:55 +00:00
parent 75eef264ed
commit 66f76f6e12
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ static void Sync(void)
setmirror(reg[0]);
setprg8r(0x10,0x6000,0);
setchr8(0);
setprg32(0x8000,(reg[1]|reg[2]));
setprg32(0x8000,(reg[1]+reg[2]));
}
static DECLFW(M178Write0)