Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Z80 core #3

Open
redcode opened this issue Nov 30, 2022 · 0 comments
Open

Update the Z80 core #3

redcode opened this issue Nov 30, 2022 · 0 comments

Comments

@redcode
Copy link

redcode commented Nov 30, 2022

Hello Marc,

I've forked your project to update the Z80 core. The version you are using is very old and I will release the v0.2 before New Year.

Please, take a look at it: https://github.com/redcode/CPM-Emulator

Now, Z80 and Zeta are git submodules and you can build the project using CMake.

Try it:

git clone --recursive https://github.com/redcode/CPM-Emulator.git
cd CPM-Emulator
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .

If it's OK, I would like to create a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant