Skip to content

This is a C64 Emulator written in C++ using Qt6 as part of a practical course at the Karlsruher Institut für Technologie.

License

Notifications You must be signed in to change notification settings

ProgrammierPatrick/c64pp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C64++ - C64 Emulator written in C++20

This is a C64 Emulator written in C++ using Qt6 as part of a practical course at the Karlsruher Institut für Technologie.

Credits:

  • Marcel Riedel
  • Moritz Behr
  • Patrick Jaberg

Compiling in Windows with MinGW

You need:

  • Qt 6 open source
    • Qt -> Qt 6.3.0 -> MinGW 11.2.0 64-bit
    • Qt -> Qt 6.3.0 -> Additional Libraries -> Qt Multimedia
    • QtCreator (should be preselected)
  1. Start QtCreator
  2. File -> Open -> CMakeLists.txt in this folder
  3. Check Desktop Qt 6.3.0 MinGW 64-bit
  4. Compile and run with green Triangle (lower left)

The deploy_windows.ps1 script can be used to deploy to a portable executable or .exe Installer. For the installer, NSIS is required.

Compiling in Linux

Just build with cmake:

mkdir build
cd build
cmake ..
make

About

This is a C64 Emulator written in C++ using Qt6 as part of a practical course at the Karlsruher Institut für Technologie.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •