1
0

public release of panzgb

This commit is contained in:
2025-11-24 13:37:49 +01:00
commit d08fbfe1aa
18 changed files with 3827 additions and 0 deletions

25
README.md Executable file
View File

@@ -0,0 +1,25 @@
# panzgb
panzgb is an emulator for the Gameboy system.
## Build
The PC client requires SDL2 installed on the system. Then panzgb uses cmake for building
```
mkdir build && cd build
cmake ..
make
```
## Run
```
./panzgb ROM-FILE
```
## What is working
- Basic support for running games
- Support for MBC1 and MBC3 games
Most notably, the sound system is currently not working. Also, this is a pure Gameboy emulator and it doesn't support Gameboy Color games.