diff rom.db @ 2253:fd68fe5f723e

Add support for mapper used in Super Fighter Team release of Legend of Wukong
author Michael Pavone <pavone@retrodev.com>
date Mon, 12 Dec 2022 20:51:19 -0800
parents ab19edd77c5e
children f071a976b79a
line wrap: on
line diff
--- a/rom.db	Tue Nov 29 21:04:57 2022 -0800
+++ b/rom.db	Mon Dec 12 20:51:19 2022 -0800
@@ -1508,3 +1508,25 @@
 		}
 	}
 }
+SF-002 {
+	name Legend of Wukong
+	SRAM {
+		size 8192
+		bus odd
+	}
+	map {
+		0 {
+			device sft-wukong-fixed
+			last 1FFFFF
+		}
+		200000 {
+			device sft-wukong-remap
+			offset 200000
+			last 3BFFFF
+		}
+		3C0000 {
+			device SRAM
+			last 3FFFFF
+		}
+	}
+}