Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adalfarus/pasm.c
A reimplementation of an emulator in c
https://github.com/adalfarus/pasm.c
Last synced: 21 days ago
JSON representation
A reimplementation of an emulator in c
- Host: GitHub
- URL: https://github.com/adalfarus/pasm.c
- Owner: adalfarus
- License: lgpl-2.1
- Created: 2024-12-06T15:41:17.000Z (30 days ago)
- Default Branch: main
- Last Pushed: 2024-12-06T16:37:03.000Z (30 days ago)
- Last Synced: 2024-12-06T16:43:12.522Z (30 days ago)
- Language: C
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pASM.c
A reimplementation of an emulator in c.[Windows10Theme](https://github.com/B00merang-Project/Windows-10) by [
B00MERANG Project](https://github.com/B00merang-Project)
## Compatibility
- Windows 10 & 11 -> Guaranteed
- Windows 7 and lower -> May work
- Posix / macOS -> Will work with some patches, mostly already cross platform## How to run
- Download msys2 and install it in "C:\_privat\bins" or you'll have to change all references to msys2
- Open the 64-bit mingw msys2 console
- Run the following commands, pressing ENTER for every prompt and re.-opening the terminal if it closes:
- ``pacman -Sy``
- ``pacman -Su``
- ``pacman -S mingw-w64-x86_64-toolchain``
- ``pacman -S mingw-w64-x86_64-cmake``
- ``pacman -S mingw-w64-x86_64-libtiff``
- ``pacman -S mingw-w64-x86_64-freetype``
- ``pacman -S mingw-w64-x86_64-gtk4``
- ``pacman -S mingw-w64-x86_64-make`` This installs mingw32-make
- Put the following paths in your accounts PATH environment variable:
- "C:\_privat\bins\msys64\mingw64\bin"
- Open a Windows terminal and navigate to the folder with this file
- Run ``call build_and_run.bat``