changeset 2662:5e2d41f0d2ba

Add ROM db entries for Golden Axe II and American Gladiators since they are incompatible with 6-button controllers
author Michael Pavone <pavone@retrodev.com>
date Wed, 05 Mar 2025 22:24:22 -0800
parents 462e43f54abf
children 568c1c22f3e3
files rom.db
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rom.db	Wed Mar 05 22:20:20 2025 -0800
+++ b/rom.db	Wed Mar 05 22:24:22 2025 -0800
@@ -1764,3 +1764,20 @@
 		}
 	}
 }
+00001122 {
+	name Golden Axe II
+	#Doesn't work with 6-button controllers due to
+	#extra TH transitions from changing pin direction
+	device_overrides {
+		1 gamepad3.1
+		2 gamepad3.2
+	}
+}
+T-83056 {
+	name American Gladiators
+	#Doesn't work with 6-button controllers
+	device_overrides {
+		1 gamepad3.1
+		2 gamepad3.2
+	}
+}
\ No newline at end of file