1000 Games
Menu

class Game: def __init__(self, title, rom_path): self.title = title self.rom_path = rom_path

Sega Model 1 Roms Pack Exclusive Guide

class Game: def __init__(self, title, rom_path): self.title = title self.rom_path = rom_path