[01:53] *** bennett_ has joined #jsmess [01:53] the spectrum driver that went up on Dec 24 is still for mame version 0.177, is that right? [01:56] I believe so, yes [01:56] *** SketchCow sets mode: +oooo azakai balrog bennett_ devesine [01:56] *** SketchCow sets mode: +oooo godane gsathya Lord_Nigh Vito` [01:56] cool [02:37] and is it right that we don’t currently have any MSX1 or MSX2 computers? I am looking but there are hundreds of drivers, a little hard to eyeball it [03:11] SketchCow: is the speak and spell working in jsmess yet? [03:11] i sort of lost track as to what the last version of MAME which properly builds as jsmess is [03:14] speak and spell worked a couple years ago, dunno if it still does [03:28] We have a round of improvements to do. [03:47] I assume you know that your CFG files are not currently loading [03:48] I managed to overcome it on my installation by adding the extraArgs "-cfg_directory","emulator" [03:48] but the archive.org custom cfgs are being dumped by MAME as it stands [04:13] Do not assume this [04:13] We are drastically underresourced [04:17] *** bennett_ has quit IRC (bennett_) [05:39] Lord_Nigh: we're fine with 0.193 and beyond [14:27] *** bennett_ has joined #jsmess [15:12] No worries - you can fix it just by amending your HTML template so that it adds: MAMELoader.extraArgs(["-cfg_directory","emulator"]))) [15:22] *** bennett__ has joined #jsmess [15:23] *** bennett_ has quit IRC (Read error: Operation timed out) [15:42] an easy way to check if it’s working is to go to Atari 5200 Kaboom: https://archive.org/details/KABOOM_1983_Activision [15:42] your CFG file calls for start to be mapped to S whereas the default is 1 [15:42] if you can start the game by pressing 1, probably it’s not loading the CFG file (even though the JS filesystem is finding and mounting the file) [15:43] the reason this happens is that MAME wants the CFG files to be in /cfg by default, unless you specify a different directory, but the mountFile call is loading everything into the root folder [16:00] one important additional gotcha - MAME will also silently bail on a CFG file if you try to map controls for peripherals that aren’t currently mounted. So you need to make sure you generate your CFG with the same input devices attached as you plan to use in your loader template [17:38] Sounds like db48x added a bug [17:38] I'll ping him [18:07] I don’t think IA was ever loading the CFGs [18:13] It used to [18:20] thought it used to check in about 10 different places for configs, I remember debugging this and having to step through a bunch of checks for weird paths [18:20] but I think those were for configs included inside the .zip, not command-line specified ones [20:32] *** BnARobin has quit IRC (Read error: Operation timed out) [20:33] *** BnARobin has joined #jsmess