[00:05] *** decay has quit IRC (Read error: Operation timed out) [00:07] *** decay has joined #jsmess [06:36] https://archive.org/details/msdncds?sort=-publicdate [06:36] 300 MSDN CD-ROMs [06:40] I'm building the latest emscripten now, gonna try out one of them webassembly builds we talked about [07:06] Yay [07:06] pleaaaase [07:06] Great work Wednesday [07:07] Hundreds of minds blown [07:11] thanks man. yeah that was a lot of fun, and it went off without a hitch! [07:12] can't wait to see some of the pics the photographer got, I think he got some good ones [07:13] David's been editing like crazy [07:14] https://twitter.com/textfiles/status/791900969344696320 [07:24] *** decay has quit IRC (Read error: Connection reset by peer) [07:24] *** decay has joined #jsmess [07:49] ][poi976543e da0~~~7~65~~4~3~21q]p [07:49] xswza=-3~01~OI0~9E~4~3Q21` [07:53] oops, wife decided to clean the keyboard, I swear those aren't passwords :D [09:10] Maybe she randomly compiled it [16:16] *** db48x has quit IRC (Read error: Connection reset by peer) [16:17] *** db48x has joined #jsmess [17:30] does anyone here have a rom programmer? [17:30] my Dad used to work with VeriFone terminals, and might have one laying around [17:32] (a cursory google search didn't turn up any rom images; not surprising given their age) [17:36] well the VeriFone Tranz 330 rom image should be in the mame 0.179 set [17:38] I thought they didn't distribute those? [18:07] well, someone does [20:54] zing [20:54] So, looks like Alon is trying to compile JSMAME and hit some issues [20:55] Sorry for the delay here, browser support for wasm has arrived and that made it possible to do some benchmarking, which turned up some issues. I wanted to fix those first before diving into this. They are fixed now. [20:55] About that binaryen error - I think I know what's causing it, I'll investigate. [20:55] Meanwhile I also tried to build MAME using the emscripten incoming branch, but hit an error, https://pastebin.mozilla.org/8922883 Looks like some issue with the defines, I don't know enough about MAME to guess at the right solution though? [21:02] it's some new clang warning that we probably just need to disable for mame [21:08] *** i0npulse has quit IRC (Ping timeout: 244 seconds) [21:08] *** Rye has quit IRC (Ping timeout: 244 seconds) [21:09] *** Rye has joined #jsmess [21:11] actually it looks easy to fix too I just don't really have time right now [21:13] *** i0npulse has joined #jsmess [21:13] SketchCow: yeah I ran into that same issue, I just uncommented the NOWERROR=1 line in the makefile to make those warnings not errors anymore [21:14] but good to know it wasn't just something weird about my environment