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.
- Host: GitHub
- URL: https://github.com/niuhuan/gbc-swing
- Owner: niuhuan
- License: gpl-2.0
- Created: 2021-07-27T09:06:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-08T04:15:23.000Z (about 3 years ago)
- Last Synced: 2024-10-19T04:07:18.029Z (8 months ago)
- Topics: emulator, gameboy, gameboy-advance, gameboy-color, gameboy-emulator, gba, gbc, java, jvm, simular
- Language: Java
- Homepage:
- Size: 555 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.







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.

Accelerate
----
Filters
----
Features
----
- [x] Simulate GB/GBC/SGB
- [x] Accelerate
- [x] Snapshot Save and Load
- [x] Cheats
- [x] Filters and zoom
- [x] Change devicesThanks
----
- [MeBoy](http://www.arktos.se/meboy/)
- [JavaBoy]