[00:51] SketchCow, is it possible to summon db48x? Not for anything too urgent, but he'd be the best person to ask about persisting the emulated file system, I believe [02:45] I know some of that - it has to do with the BrowserFS setup that each Emularity adapter uses [02:47] https://github.com/db48x/emularity/blob/master/loader.js#L1236-L1240 [03:08] bai, thanks. So why would it work for DOSBOX and not VICE? [03:12] not sure...I thought it happened in the setup for individual loaders but it does look like it happens at a higher level [03:13] I know it works for mame as well as dosbox [04:35] *** datajerk has quit IRC (se.hub ny.us.hub) [04:35] *** azakai has quit IRC (se.hub ny.us.hub) [04:35] *** bai has quit IRC (se.hub ny.us.hub) [04:35] *** Sgeo has quit IRC (se.hub ny.us.hub) [04:35] *** zino has quit IRC (se.hub ny.us.hub) [04:35] *** arkiver has quit IRC (se.hub ny.us.hub) [04:35] *** balrog has quit IRC (se.hub ny.us.hub) [04:35] *** ted has quit IRC (se.hub ny.us.hub) [04:35] *** dboard420 has quit IRC (se.hub ny.us.hub) [04:41] *** dboard420 has joined #jsmess [04:41] *** bai has joined #jsmess [04:41] *** balrog has joined #jsmess [04:41] *** arkiver has joined #jsmess [04:41] *** zino has joined #jsmess [04:41] *** Sgeo has joined #jsmess [04:41] *** ted has joined #jsmess [04:41] *** azakai has joined #jsmess [04:41] *** ny.us.hub sets mode: +o bai [04:41] *** datajerk has joined #jsmess [12:53] *** decay_ has joined #jsmess [12:54] *** shattered has joined #jsmess [12:54] *** SketchCow has quit IRC (se.hub irc.efnet.nl) [12:54] *** shattere1 has quit IRC (se.hub irc.efnet.nl) [12:54] *** decay has quit IRC (se.hub irc.efnet.nl) [12:54] *** Ipggi has quit IRC (se.hub irc.efnet.nl) [12:54] *** BnARobin_ has quit IRC (se.hub irc.efnet.nl) [13:09] *** decay_ is now known as decay [13:10] *** db48x has joined #jsmess [13:11] *** SketchCow has joined #jsmess [13:19] *** BnARobin has joined #jsmess [15:22] *** azakai has quit IRC (Ping timeout: 255 seconds) [17:39] *** shattered has quit IRC (se.hub ny.us.hub) [17:39] *** datajerk has quit IRC (se.hub ny.us.hub) [17:39] *** BnARobin has quit IRC (se.hub ny.us.hub) [17:39] *** db48x has quit IRC (se.hub ny.us.hub) [17:39] *** bai has quit IRC (se.hub ny.us.hub) [17:39] *** Sgeo has quit IRC (se.hub ny.us.hub) [17:39] *** zino has quit IRC (se.hub ny.us.hub) [17:39] *** arkiver has quit IRC (se.hub ny.us.hub) [17:39] *** balrog has quit IRC (se.hub ny.us.hub) [17:39] *** ted has quit IRC (se.hub ny.us.hub) [17:39] *** dboard420 has quit IRC (se.hub ny.us.hub) [17:42] *** BnARobin has joined #jsmess [17:42] *** db48x has joined #jsmess [17:42] *** shattered has joined #jsmess [17:42] *** datajerk has joined #jsmess [17:42] *** dboard420 has joined #jsmess [17:42] *** bai has joined #jsmess [17:42] *** balrog has joined #jsmess [17:42] *** arkiver has joined #jsmess [17:42] *** zino has joined #jsmess [17:42] *** Sgeo has joined #jsmess [17:42] *** ted has joined #jsmess [17:42] *** ny.us.hub sets mode: +o bai [23:27] db48x, halp? Why does IndexedDB stuff work for DOSBOX and not VICE? It looks like it should work for everything [23:28] it should [23:29] what are the sympotms? [23:29] symptoms [23:33] The emulator acts completely as though no data is saved or restored. Although I do see data in IndexedDB. Is there a part of the filesystem that gets saved and a part that doesn't? [23:33] How can I interpret the data I see lodged in IndexedDB? [23:39] ah [23:40] basically, we don't actually check what's already in the database [23:42] instead, when we decompress a zip file using BrowserFS, BrowserFS puts each decompressed file into the database, but only if it doesn't already exist [23:52] So mountat is the function that handles this?