Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdibenes authored Jun 25, 2022
1 parent c40638f commit ce7e8af
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion README.md
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.

0 comments on commit ce7e8af

Please sign in to comment.