mauiaaron / apple2

Apple //e emulator
http://deadc0de.org/apple2ix
GNU General Public License v3.0
32 stars 3 forks source link

Develop #11

Closed jvernet closed 8 years ago

jvernet commented 8 years ago

IOS Working version MacOsX Version with OsX interface

mauiaaron commented 8 years ago

OK this is now merged (but with new SHAs, see below)! The OSX interface changes look really good, thank you! The iOS port still has problems running on my iPod touch because it uses an iPad-only API, (but I saw that before when I was working on the iOS port).

So I merged your changes from the command line (without all the merge commits and then added some other small changes to the Xcode project files; and I fixed an OpenGL crash I introduced with a recent Android commit). Unfortunately because of how I did the merge, all your commits now have new SHAs (sorry for that!). What I suggest you do: is to make a backup of your local work to a completely different folder (outside your repo), and then git reset hard to my upstream develop branch (or just do a new fork/clone of my repo), then you can copy anything I might have missed from your backup copy).

For next pull request:

Thank you again for your contributions, and please keep in touch! Also, nice Youtube video! =D

Kind regards,