X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=boards%2Fsl1632.c;fp=boards%2Fsl1632.c;h=14ead33c8e26c7174d25ea16eca5dae0f5f7a0c1;hp=18895fbbd77bf4b5a2eb602bac89d71ecf289b10;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hpb=386f5371eb984fb9c2860c83e740890a75cd45c1 diff --git a/boards/sl1632.c b/boards/sl1632.c index 18895fb..14ead33 100644 --- a/boards/sl1632.c +++ b/boards/sl1632.c @@ -15,17 +15,20 @@ * * 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 + * + * SL1632 2-in-1 protected board, similar to SL12 + * Samurai Spirits Rex (Full) + * */ #include "mapinc.h" #include "mmc3.h" -// brk is a system call in *nix, and is an illegal variable name - soules static uint8 chrcmd[8], prg0, prg1, bbrk, mirr, swap; static SFORMAT StateRegs[]= { - {chrcmd, 8, "CHRCMD"}, + {chrcmd, 8, "CHRC"}, {&prg0, 1, "PRG0"}, {&prg1, 1, "PRG1"}, {&bbrk, 1, "BRK"}, @@ -110,7 +113,6 @@ static void StateRestore(int version) static void UNLSL1632Power(void) { GenMMC3Power(); - SetReadHandler(0x8000,0xFFFF,CartBR); SetWriteHandler(0x4100,0xFFFF,UNLSL1632CMDWrite); }