@@ -0,0 +1,10 @@
from config import cfg
import mame
class emu:
def __init__(self):
self.config = cfg[cfg["Emulator"]]
self.name = cfg["Emulator"]
if self.config["EmulatorType"].upper() == "MAME":
self.roms = mame.mameROMs(self.config, cfg["datadir"])
The note is not visible to the blocked user.