uvmac icon indicating copy to clipboard operation
uvmac copied to clipboard

µvMac - cleaned up fork of the Macintosh emulator Mini vMac

Results 5 uvmac issues
Sort by recently updated
recently updated
newest added

It seems there is a mismatch with lib/M68K. ``` ~/src$ git clone --recursive https://github.com/InvisibleUp/uvmac Cloning into 'uvmac'... remote: Enumerating objects: 1512, done. remote: Counting objects: 100% (1512/1512), done. remote: Compressing...

On the Win32 build at 1x speed, the emulated clock (Apple > Alarm Clock) tends to hang on some seconds for too long, and flat-out skips others. See the below...

bug

Picture attached. OS: Arch Linux ![screenshot](https://github.com/InvisibleUp/uvmac/assets/18252185/434b0ebc-19fe-46a1-bc8b-7edca35ba201)

bug

I opted to use Meson because it was much, much simpler than CMake. It uses a very python-like syntax that I find quite enjoyable to work with. Early versions of...

enhancement

It would be beneficial to set up a unit testing framework here. The codebase is very brittle, and having tests would dramatically help with that. Steps to take: 1. Select...

enhancement