We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b24fa6 commit 7dd1c72Copy full SHA for 7dd1c72
roms/profiles.ini
@@ -0,0 +1,21 @@
1
+# Kiwi8 ROM Profiles Database
2
+#
3
+# Format: Section headers are [0xHEXVALUE] where HEXVALUE is the CRC32 checksum
4
+# Followed by quirk settings (key=value pairs)
5
6
+# Only settings that differ from the default should be included.
7
+# Default values:
8
+# load_store_quirk=1
9
+# shift_quirk=1
10
+# jump_quirk=0
11
+# logic_vf_quirk=0
12
+# i_overflow_quirk=0
13
+# draw_flag_quirk=0
14
+# vwrap=1
15
+# hwrap=0
16
+
17
+# Example: Space Invaders
18
+# [0x3ADA63B3]
19
+# name=Space Invaders.ch8
20
+# shift_quirk=0
21
+# load_store_quirk=0
0 commit comments