X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=boards%2F68.c;h=08dfa8c719b439cc42737677cb508df6270066ad;hb=0d6a66c2a80f50ae51327cd406f9df14d99ad02e;hp=6a9420c6a51c7ca2582bb8d88b51453250a861d4;hpb=386f5371eb984fb9c2860c83e740890a75cd45c1;p=fceu.git diff --git a/boards/68.c b/boards/68.c index 6a9420c..08dfa8c 100644 --- a/boards/68.c +++ b/boards/68.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "mapinc.h" @@ -32,8 +32,8 @@ static SFORMAT StateRegs[]= {&nt2, 1, "NT2"}, {&mirr, 1, "MIRR"}, {&prg_reg, 1, "PRG"}, - {&kogame, 1, "KOGAME"}, - {&count, 4, "COUNT"}, + {&kogame, 1, "KGME"}, + {&count, 4, "CNT"}, {chr_reg, 4, "CHR"}, {0} }; @@ -96,6 +96,7 @@ static DECLFW(M68WriteLo) count = 0; setprg16r((PRGptr[1])?kogame:0,0x8000,prg_reg); } + CartBW(A,V); } static DECLFW(M68WriteCHR)