Skip to content

Commit 0cee709

Browse files
authored
Fix a typo in rom_and_ram.gb info text (#73)
"compatittble" -> "compatible"
1 parent 38ab949 commit 0cee709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testroms/daid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
Test("daid/speed_switch_timing_ly.gbc", runtime=0.5, model=CGB),
1818
Test("daid/speed_switch_timing_stat.gbc", runtime=0.5, model=CGB),
1919
Test("daid/rom_and_ram.gb", runtime=0.5,
20-
description="Test how the ROM+RAM header option of the emulator acts. No official hardware is known to use this configuration. Most compattible way to emulate this is have always enabled RAM available.", url="https://github.com/daid/GBEmulatorShootout/blob/main/tests/daid/rom_and_ram.gb"),
20+
description="Test how the ROM+RAM header option of the emulator acts. No official hardware is known to use this configuration. Most compatible way to emulate this is have always enabled RAM available.", url="https://github.com/daid/GBEmulatorShootout/blob/main/tests/daid/rom_and_ram.gb"),
2121
]

0 commit comments

Comments
 (0)