diff --git a/desmume/src/cheatSystem.cpp b/desmume/src/cheatSystem.cpp index 44546fb0c..4c8e46edc 100644 --- a/desmume/src/cheatSystem.cpp +++ b/desmume/src/cheatSystem.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2009-2016 DeSmuME team + Copyright (C) 2009-2017 DeSmuME team This file is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -436,7 +436,7 @@ void CHEATS::ARparser(CHEATS_LIST& list) // byte[XXXXXXXX+offset]=datareg, offset=offset+1 x = lo; addr = x + st.offset; - _MMU_write16(addr, st.data); + _MMU_write08(addr, st.data); st.offset += 1; break;