[00:32] *** azakai has quit IRC (Ping timeout: 255 seconds) [03:57] *** azakai has joined #jsmess [04:56] So, of the updates, this machine died: https://archive.org/details/arcade_mrdo [04:57] Did they change the roms for mr. do? [05:08] DFJustin: If you have any ideas, I'd love to hear them. [05:08] I checked the json, it's accurate, uploaded a 0.185 ROM. [05:11] I've tried other games, they're fine too [05:37] j2-u001.bin NOT FOUND (tried in mrdo mrdo) [05:37] so changed rom yeah [05:39] https://github.com/mamedev/mame/commit/5ddd0069199e3a7bcb67f81cef15bd1ec76e8c1f [05:39] changed in 0.188 [05:41] uploaded to fos /home/dfjustin/mrdo.zip [05:43] [2017-12-21 04:45:23] Building src/mame/drivers/zx.cpp into mamezx-wasm.js.gz [05:43] ./build-mame.sh: line 73: zx-wasm.log: No space left on device [05:43] *sad trombone* [05:51] *** db48x has quit IRC (Read error: Connection reset by peer) [05:54] *** db48x has joined #jsmess [06:03] do we happen to have the 192 rom collection? [07:03] *** binji has joined #jsmess [08:51] I can get it [08:58] *** binji has quit IRC (Read error: Operation timed out) [09:03] So, I'll write something to find all the listings. [09:03] And changes [09:03] But I did not expect Mister DO would have changes so late in the game [09:05] Anyway, I'm 20% done downloading. Tomorrow I'll snap in the fixes. [09:07] Mr. Do!'s working [14:43] OK, I wrote the script. [14:43] It is not perfect but it will find all the broken items. [14:43] root@teamarchive2:/0/CLEANUP/ARCADE# bash NEWARCADE.sh [14:43] ROM in arcade_aafbb is different than the local ROM. (25da0b28f044555b43837224405841dc vs. 48239f4f2ab2798e0202327ce8309341) [14:43] ROM in arcade_actfancr is different than the local ROM. (c034a0e298549fed2c455981f139dfbc vs. 04f0c943b29ffb0cbedb10066f26ab21) [14:43] ROM in arcade_astrob is different than the local ROM. (48b70a727cd1a0ff35e2dba0a7efb2e4 vs. bbec3c2b9eea2b3e628e599b407ec087) [14:43] ROM in arcade_atomboy is different than the local ROM. (bde4131b9aff64d928da8363061847a4 vs. fb633fee8893d89cdfb5c4d484df11d4) [14:43] ROM in arcade_aztarac is different than the local ROM. (69fd96aa9ec408b6b5e49ff31c531458 vs. e9db5e661a55f66f07e88f18447a214f) [14:43] ROM in arcade_berzerk is different than the local ROM. (9fae7c0650808d269e211d3691dbb10f vs. 02221090eba24dcc56201c030a365e7b) [14:47] So, under "what changed", the answer is a few dozen. [15:13] https://hastebin.com/negexexale.bash [15:13] all these changed and are fixed. [15:14] So, there's a chance some blew up because of this [15:14] Because of custom hackery we did. But this needed to be documented, so we'll find them. [15:18] (Ones where I added additional roms so they'd work) [15:45] 100% updated for arcade roms. Next, BIOS [15:45] I remember Apple II had some horseshit [17:20] *** azakai has quit IRC (Quit: Ex-Chat) [19:48] Hi, here's my update for db48x for my side of things. [19:48] All the arcade ROMs that need replacement have been replaced. [19:49] I am now replacing all the BIOS files CAREFULLY to make sure I'm not making machines we got working stop working. [19:51] OK, Spectrum absolutely dies under the new thing. [19:52] Example: https://archive.org/details/zx_Pyramania_1984_16_48_Tape_Magazine if DFJustin has ideas [19:57] that's a crash, would have to do a debug compile [20:06] Spec128 also dies [20:07] I'm going to put the old BIOSes back [20:09] ok the single-driver spectrum compile is missing a component [20:09] Nope, it dies with old, so yeah, it's a zipthing [20:11] I know how to fix it, gimme a sec to test [20:22] basically it looks like it needs to be recompiled with SOURCES=src/mame/drivers/spectrum.cpp,src/mame/machine/microdrv.cpp [20:22] because it's not picking up the microdrive stuff [20:23] but that didn't seem to work with a quick compile, I'm hoping it just cached something and blowing away build/ and rebuilding fixes it [20:25] gonna go take a walk while it compiles [20:34] A couple of the early era shortcuts are all dying like dogs [20:34] So we should probably revisit [20:35] OK, doing the ones I'm most nervous about [20:35] (Apple and Coco) [20:39] Coco lived [20:42] Apple2 did not [20:44] Apple3 lived [20:45] Apple2c lived [20:49] Interesting. [20:51] hmm nope same issue on rebuild [20:54] So, there were a pile of ROMs in the Apple II that weren't in the crushed-up IA zip [20:54] But I stuck them in, and Apple2s are working again [20:56] So only Spectrum died [20:56] New one definitely has all the ROMs the old one did [20:59] it compiles microdrv but doesn't link it into the final binary so we got another screwy emscripten thing I think [21:07] could be an issue with the mame build scripts too [21:07] won't have time to look at till tonight [21:08] That's fine.