An open API service indexing awesome lists of open source software.

https://github.com/niuhuan/gbc-swing

Best game boy emulator in java. Compile to java1.6.
https://github.com/niuhuan/gbc-swing

emulator gameboy gameboy-advance gameboy-color gameboy-emulator gba gbc java jvm simular

Last synced: about 1 month ago
JSON representation

Best game boy emulator in java. Compile to java1.6.

Awesome Lists containing this project

README

        

Game Boy Color Simulator
=========
A *Game Boy Color* Simulator, only written with JAVA-SE and all the hardware is virtualized as the object. Through my continuous improvement, it has been able to run a lot of games.

![image](images/11.png)
![image](images/12.png)
![image](images/13.png)

![image](images/14.png)
![image](images/15.png)
![image](images/16.png)

![image](images/21.png)
![image](images/22.png)
![image](images/23.png)

![image](images/24.png)
![image](images/25.png)
![image](images/26.png)

Cheats
-----

First, get many cheats from [GameHacking](https://gamehacking.org/?sys=gb) (More in version USA).

| NAME | FORMAT | DESCRIPTION |
| ---- | ---- | ---- |
| RAW | HHLL:DD | MOCK RAM indexOf 0xHHLL to DD |
| RAW | HHLL?II:DD | MOCK RAM indexOf 0xHHLL to DD when it is II |
| GameShark | 01DDLLHH | MOCK RAM indexOf 0xHHLL to DD |
| Codebreaker | 00HHLL-DD | MOCK RAM indexOf 0xHHLL to DD |

Setting cheats in menu when you open the game.

![image](images/o3.png)

Accelerate
----
![image](images/o1.png)

Filters
----
![image](images/o2.png)

Features
----
- [x] Simulate GB/GBC/SGB
- [x] Accelerate
- [x] Snapshot Save and Load
- [x] Cheats
- [x] Filters and zoom
- [x] Change devices

Thanks
----
- [MeBoy](http://www.arktos.se/meboy/)
- [JavaBoy]