Skip to content

Commit 7dd1c72

Browse files
committed
add example INI
1 parent 3b24fa6 commit 7dd1c72

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

roms/profiles.ini

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)