[00:51] *** JohnTalen has quit IRC (Quit: leaving) [13:40] *** JohnTalen has joined #jsmess [13:41] A good site to archive: http://www.mdgx.com/add.htm#DDK. Some pointers on it actually go to archive.org. [13:41] SketchCow: ^ [13:45] On it [13:54] There are some redirections which might be possible to get with wget -r -k -l 3 where 3 is the depth of the indirect retrieval hyperlinks. [14:33] if anyone know of in depth information of old Windows 95 drivers from a programmers standpoint and how to interoperate within them please send them my way. [14:36] Aparently VFD.VXD is a floppy drive controller. The depth at which I find single sentences that say this. I tried disabling the floppy. still no good. [14:38] perhaps i have to patch win95. [14:38] but qemu likes this setup just as is. no issues there. [14:42] tried this to:http://forums.windrivers.com/showthread.php?13549-RESOLVED-URGENT!-Win-98-Startup-Problem [16:12] If I get no feedback from the Author then I'll debug the OS/Driver. [16:31] *** godane has quit IRC (Read error: Operation timed out) [16:42] *** godane has joined #jsmess [17:10] *** godane has quit IRC (Quit: Leaving.) [17:55] setting up network in qemu for convience in file copying. [18:32] my startup script is as follows: qemu-system-i386 -boot order=cda -cdrom Microsoft_Windows_95_000-04404_Microsoft_1995.iso -hda sfile.img -net nic,model=rtl8139 -net user [18:32] this is under linux. [18:33] is there a bug in qemu for this under linux? [18:42] *** godane has joined #jsmess [18:49] compiling from source, the latest qemu. [19:07] SketchCow: If v86 doesn't work why don't I just convert qemu to emscripten. It supports an SDL option! [19:08] and it's GPL! [19:09] or both [19:09] I welcome all [19:09] ok [19:09] Hey guys.... [19:10] The Prime Minister of Canada linked to the mac emulator [19:10] https://twitter.com/JustinTrudeau/status/873600926128504832 [19:10] haha nice [19:12] cool! [19:54] *** d1r7y has joined #jsmess [19:56] hello [20:01] hello d1r7y. [20:02] i read The Atlantic article of the Mac emulator on the IA and I wanted to help out. [20:09] awesome - welcome! what's your main area of interest? [20:10] well, i was thinking about adding copy&paste support. [20:10] if no one was already working on it. [20:10] from guest to host. [20:10] and vice versa [20:11] that could be interesting....I know javascript has some ways to programatically copy stuff into the clipboard, and events to paste...there are some weird security restrictions about it though [20:12] even if it doesn't go directly to the user's real clipboard though, maybe when you copy in the emulator it could put that text into an html element, and you could copy from there [20:13] yeah, i can't speak to anything about javascript, but I did a lot of Mac development. I was thinking of writing an extension which ran on the Mac, which communicated via a paravirtualized channel to the emulator. Do you folks already have such a mechanism in the emulator? [20:14] hmm, I'm not as familiar with what capabilities PCE.js exposes, most of my experience is with msdos (em-dosbox) and mame (jsmess) [20:15] can someone point me to the code for the emulator? i could look and see if anything like that exists. [20:15] the closest I can think to that sort of thing would be dosbox's serial emulation, we used that to hook it in to a virtualized dial-up ISP running on AWS [20:15] https://jamesfriend.com.au/pce-js/ [20:15] code is here https://github.com/jsdf/pce [20:17] thank you. let me pull it down. [20:18] I believe it's based on this project http://www.hampa.ch/pce/pce-macplus.html [20:19] got it, now i have something to look at. thanks for the pointer. [21:25] wow, welcome to the world of, 'we specify it for you to do and it will absolutely not work.' [22:03] *** decay has quit IRC (Read error: Operation timed out) [22:03] *** decay has joined #jsmess [23:50] Sorry, my manners. To the Emularity team. I'm an old mac I go way back. Last time I was doing serious c/c++ code was back in 1993 for a HPOS company. but many gigs and projects between then and now. I'm at JohnTalent.com. If you have any questions or need assitance I can be reached at that emails or in this chat. I'm also at @_johntalent_ on twitter. [23:51] atm. I'm tearing about qemu code, looking for the net card parsing.