James Friend

Results 62 comments of James Friend

Oh hey that is a pretty neat idea, I wasn't aware of that library

This would be much easier to do with my BasiliskII port, as BasiliskII already has the functionality of exposing the host OS filesystem to the emulator: https://github.com/jsdf/macemu Once you can...

Fun! I'm sure it won't harm your system. At some point I'll recreate this demo, but I haven't had time.

I would recommend: - set `"outputformat": "js"` in `pcejs-build-config.json` - in the browser open the file called `pce-macplus-gen.html`

I use Mini vMac with the blank disk images and the ImportFl which can both be found on the Mini vMac website. Also the tools which come with PCE are...

Yeah that file is a hard disk image (raw) with legacy hfs file system. Mini vmac only reads floppy images and apple removed support for legacy hfs in snow leopard....

You can install a native build of PCE with homebrew or just run grunt build:native which will build all the PCE executables in the build-native/ dirCheers, James On Sat, Feb...

The .data file is an archive format generated by emscripten. However, you can use normal .img disk images with PCE. You can follow the instructions on [this page](https://www.npmjs.org/package/pcejs-ibmpc) to get...

Oh I looks like I forgot to update the readme in relation to the noparse opt not working in browserify versions after 4.x

None of the log messages you mentioned would stop it from working. I've updated the [readme on npm](https://www.npmjs.com/package/pcejs-macplus) slightly, however the instructions are mostly the same. Did you try following...