# MoRePhun - World's first open source mophun emulator [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) [![GPL Licence](https://badges.frapsoft.com/os/gpl/gpl.png?v=103)](https://opensource.org/licenses/GPL-3.0/) This is currently just a PoC. Only a few opcodes are emulated. Only a couple of sdk apis are implemented. NO heap yet. Currently this can only run a few small homebrews. Tldr; still a lot to do, nothing to see here yet. # Description MoRePhun is an attempt to create an opensource mophun emulator # Credits I would like to thank the following people: - [JaGoTu](https://github.com/JaGoTu): He shared his own documentation of the VMGP format, provided the full opcode list and was kind enough to help me understanding many PIP concepts. - [Tuxality](https://github.com/tuxality): He pointed me to the right direction when I decided to start this project - [Dax89](https://github.com/dax89): He is my personal C++ teacher :) Evey time I have a question, a doubt or a problem with C++ he always know the answer! THANK YOU!