web
You’re offline. This is a read only version of the page.
close

class RomLister: def (self, root_path, recursive=True): self.root_path = Path(root_path) self.recursive = recursive self.roms = []

The beauty of RomLister lies in its granular filtering options. You aren't just searching for "Pac-Man." You are setting parameters to build your perfect library.

Load and run the program from the MEGA65 menu or the BASIC prompt.