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

Pack Exclusive - Sega Model 1 Roms

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