Coder Social home page Coder Social logo

Comments (3)

luciditee avatar luciditee commented on June 7, 2024

I don't own this repo, but I managed to get it to compile on Ubuntu 18.04 with the procedure found in this comment: #4 (comment)

Might be worthwhile for @InvisibleUp to make a BUILDING.md or COMPILING.md file to guide users on what's required.

from uvmac.

fstark avatar fstark commented on June 7, 2024

Coming from the webpage where the author rants against minivmac, I found it amusing that his fork, which have a stated got to "make the project easier to compile", lacks info on how to compile the project.

I succeeded by doing, ubuntu (procedure in linked comment didn't work exactly):

git clone https://github.com/InvisibleUp/minivmac.git
cd minivmac
( cd src/ && git clone https://github.com/cktan/tomlc99.git )
( cd src/ && git clone https://github.com/graphitemaster/incbin.git )
( cd ./lib/M68K/ && make )
meson builddir
ninja -C builddir

Then, copying a vMac.ROM file in the directory got me a '?' screen (I found hilarious that the main README of this projects shows you what will happens when you have no ROM with the future "configuration manager").

No idea how to add a drive...

from uvmac.

InvisibleUp avatar InvisibleUp commented on June 7, 2024

I think you have the impression that this project is significantly more complete than you think it is. I probably hyped it up way too much on my website and the readme. My sincere apologies about that.

Anyways, yes, you do a recursive clone and run meson. Unfortunately, as part of replacing the CPU core with Mushashi, I broke the floppy drive emulation as the existing Mini vMac code requires a special CPU interrupt hook. In the event I pick this project up again, that's the first thing I would need to fix.

Also, for future reference, my pronouns are she/her/hers.

from uvmac.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.