Skip to content

Commit

Permalink
fix: disable vectrex
Browse files Browse the repository at this point in the history
  • Loading branch information
krahsdevil committed Jul 12, 2020
1 parent 91b5986 commit b9f50e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class libretro(emulator):
@staticmethod
def get_system_list():
return ["sg-1000", "fds", "pcengine", "coleco", "atari7800", "amiga",
"vectrex", "pcenginecd", "zxspectrum", "amstradcpc", "neogeocd",
"dis-vectrex", "pcenginecd", "zxspectrum", "amstradcpc", "neogeocd",
"x68000"]

# system configure vars
Expand Down

0 comments on commit b9f50e5

Please sign in to comment.