diff --git a/README.md b/README.md index 923508d..bd01d13 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # hi-snes9x +![](https://back.engineering/BD-2402B1/end_result.jpg) + Details of this project can be found here: https://back.engineering/20/01/2022/ This is a port of the well known snes9x emulator. It is designed to run on hisilicon SoC's using the MPP SDK. To build this project you must export the path to the `arm-hisiv400-linux` toolchain. @@ -11,7 +13,7 @@ make ``` # Files - +* `HI3520DV300_SDK.rar` - leaked SDK * `snes9x/` - contains snes9x code * `snes9x/unix` - contains a fork of the unix snes9x code. this is where main.cpp is located and contains everything pertaining to the port. * `snes9x/unix/libs` - MPP static libraries used to setup HDMI output.