mappers updated to 0.98.16
[fceu.git] / mappers / 213.c
index e0b8d82..c537f6c 100644 (file)
@@ -1,14 +1,14 @@
-#include "mapinc.h"\r
-\r
-static DECLFW(Mapper213_write)\r
-{\r
- ROM_BANK32((A>>1)&3);\r
- VROM_BANK8((A>>3)&7);\r
-}\r
-\r
-void Mapper213_init(void)\r
-{\r
- ROM_BANK32(0);\r
- VROM_BANK8(0);\r
- SetWriteHandler(0x8000,0xFFFF,Mapper213_write);\r
-}\r
+#include "mapinc.h"
+
+static DECLFW(Mapper213_write)
+{
+ ROM_BANK32((A>>1)&3);
+ VROM_BANK8((A>>3)&7);
+}
+
+void Mapper213_init(void)
+{
+ ROM_BANK32(0);
+ VROM_BANK8(0);
+ SetWriteHandler(0x8000,0xFFFF,Mapper213_write);
+}