-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,35 @@ | ||
# heron | ||
# About | ||
|
||
This is a Game Boy Advance emulator I wrote around 2013. Requires a GBA bios copy (not provided) to run. | ||
|
||
## References | ||
|
||
GBATEK: https://www.problemkaputt.de/gbatek.htm | ||
|
||
Pan Docs: https://gbdev.io/pandocs/ | ||
|
||
GBSOUND.TXT | ||
|
||
Game Boy Sound Operation.txt | ||
|
||
ARM Architecture Reference Manual | ||
|
||
ARM7TDMI Data Sheet | ||
|
||
ARM7TDMI Technical Reference Manual | ||
|
||
## Build Instructions (Visual Studio) | ||
|
||
Note: Requires wxWidgets (https://www.wxwidgets.org/) | ||
|
||
Set Character Set to Use Unicode Character Set. | ||
|
||
Disable SDL checks. | ||
|
||
Include wxWidgets headers. | ||
|
||
Include the following libraries: d3d9.lib, dsound.lib, dinput8.lib, dxguid.lib, wxWidgets libs. | ||
|
||
Set SubSystem as Windows. | ||
|
||
Build. |