[04:49] *** Lord_Nigh has quit IRC (Ping timeout: 268 seconds) [04:53] *** Lord_Nigh has joined #jsmess [05:04] *** Lord_Nigh has quit IRC (Ping timeout: 252 seconds) [05:12] *** Lord_Nigh has joined #jsmess [06:23] *** Lord_Nigh has quit IRC (Read error: Operation timed out) [06:23] *** Lord_Nigh has joined #jsmess [06:33] *** Lord_Nigh has quit IRC (Read error: Operation timed out) [06:36] *** Lord_Nigh has joined #jsmess [07:30] *** LordNigh2 has joined #jsmess [07:31] *** Lord_Nigh has quit IRC (Ping timeout: 268 seconds) [07:31] *** LordNigh2 is now known as Lord_Nigh [08:04] *** Lord_Nigh has quit IRC (Ping timeout: 252 seconds) [08:07] *** Lord_Nigh has joined #jsmess [08:13] *** LordNigh2 has joined #jsmess [08:19] *** Lord_Nigh has quit IRC (Read error: Operation timed out) [08:19] *** LordNigh2 is now known as Lord_Nigh [11:28] *** Lord_Nigh has quit IRC (Read error: Operation timed out) [11:30] *** Lord_Nigh has joined #jsmess [14:05] *** SketchCo1 is now known as SketchCow [15:44] OK, so. [15:44] The sheet of what's "left" from the arcade listing and what's up at the archive in a "to be checked state": [15:44] https://docs.google.com/spreadsheets/d/1dJJBn4VALeljkpdqJ2HUy-mj8UHxQIW9MJCT5suhWk8/edit?usp=sharing [15:45] The question, really, is how much DFJustin and others want to look at them to suggest repair, or declare them "not currently working" and I'll dark them out. [15:45] In one case, it's tons o' CHDs. All the "Uses CHDs?" sets are of course missing the files, and I'm finding it hard to figure out the settings to say "download this, and also the CHDs" [15:46] So if we know a formula for loading the CHDs AND the .ZIPs for the driver, we could revisit probably half of them. [15:46] Another set are just exploding. [15:54] the chd thing probably needs db48x [15:57] *** azakai has quit IRC (Quit: Ex-Chat) [17:20] *** azakai has joined #jsmess [18:25] *** Lord_Nigh has quit IRC (Ping timeout: 268 seconds) [18:30] *** Lord_Nigh has joined #jsmess [21:18] can you show me an example? [21:23] I'm looking at arcade_bm1stmix [21:23] where is the chd that it needs, and what device is it supposed to load it into? [21:23] *** godane has quit IRC (Read error: Operation timed out) [21:24] it looks like sketchcow has kind of made a hash of that one by zipping the chd [21:25] the way it's supposed to work is in your rom folder you have bm1stmix.zip and bm1stmix/753jaa11.chd [21:25] it doesn't load into the device it's part of loading the game itself [21:27] mame will look for the chd file automatically for but I think emularity needs to grab the file and put it into the filesystem first [21:27] so I guess you'd want to have bm1stmix.zip and 753jaa11.chd on the same archive.org item and have a thing in the json to specify the chd filename [21:30] emularity would have to put the chd into a folder with the same name as the driver name [21:37] ok actually mame looks in the rompath as well so the subdirectory is not required [21:38] so maybe we can just add the chd to the bios files string [21:39] *** azakai has quit IRC (Ping timeout: 255 seconds) [21:40] SketchCow: you wanna try that, have both the .zip and .chd on the item and put the .chd in the json in bios_filenames [21:41] or hm does bios_filenames pull from a central location and not the current item [21:48] *** godane has joined #jsmess [22:16] yes, bios_filenames refers to files in the emularity_bios_v1 item [22:22] ok so we need a thingy to tell it to load the chd file in addition to the zip [23:00] if the chd file is going to be used for some mame peripheral, then we can use the mame_peripheral_foo metadata property, where foo is the name of the peripheral [23:01] otherwise, I just uploaded to loaderlab a version of the loader that can accept a comma-separated list of extensions in the emulator_ext property [23:02] ah that might do it [23:17] *** azakai has joined #jsmess