From 66f76f6e12ed4ce9f4730d38959f295e92fe5f98 Mon Sep 17 00:00:00 2001 From: zeromus Date: Sat, 23 Jun 2012 18:19:55 +0000 Subject: [PATCH] oops. tweak 178. actually its probably wrong this way but it matches the docs for now. --- src/boards/178.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boards/178.cpp b/src/boards/178.cpp index 33f074f4..0d1c77d5 100644 --- a/src/boards/178.cpp +++ b/src/boards/178.cpp @@ -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)