From d78037415bef6f35b263d045a5a086729ae000d8 Mon Sep 17 00:00:00 2001 From: zeromus Date: Wed, 5 Sep 2012 21:55:53 +0000 Subject: [PATCH] fix bogus savestate variables in mapper 90 --- src/boards/90.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/boards/90.cpp b/src/boards/90.cpp index 8484661a..caccc091 100644 --- a/src/boards/90.cpp +++ b/src/boards/90.cpp @@ -50,17 +50,17 @@ static uint16 names[4]; static uint8 tekker; static SFORMAT Tek_StateRegs[]={ - {&IRQMode, 1, "IRQMODE"}, - {&IRQPre, 1, "IRQPRE"}, - {&IRQPreSize, 1, "IRQPRESIZE"}, + {&IRQMode, 1, "IRQM"}, + {&IRQPre, 1, "IRQP"}, + {&IRQPreSize, 1, "IRQS"}, {&IRQCount, 1, "IRQC"}, - {&IRQXOR, 1, "IRQXOR"}, + {&IRQXOR, 1, "IRQX"}, {&IRQa, 1, "IRQa"}, {mul, 2, "MUL"}, {®ie, 1, "REGI"}, {tkcom, 4, "TKCO"}, {prgb, 4, "PRGB"}, - {chr, 2, "CHRLATCH"}, + {chr, 2, "CHRA"}, {chrlow, 4, "CHRL"}, {chrhigh, 8, "CHRH"}, {&names[0], 2|FCEUSTATE_RLSB, "NMS0"},