Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuartcarnie/c64iphone
Commodore 64 for iPhone
https://github.com/stuartcarnie/c64iphone
emulator ios objective-c
Last synced: 4 days ago
JSON representation
Commodore 64 for iPhone
- Host: GitHub
- URL: https://github.com/stuartcarnie/c64iphone
- Owner: stuartcarnie
- Created: 2010-02-09T08:12:51.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-02-17T16:09:42.000Z (almost 15 years ago)
- Last Synced: 2023-04-14T06:38:07.913Z (over 1 year ago)
- Topics: emulator, ios, objective-c
- Language: Objective-C
- Homepage: http://c64.manomio.com
- Size: 4.84 MB
- Stars: 42
- Watchers: 10
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
Awesome Lists containing this project
README
Commodore 64 for iPhone v1.5
============================Introduction and Copyrights
---------------------------This is the official release of the Commodore 64 for iPhone application,
available on the [app store](http://itunes.com/apps/c64). Commodore 64
for iPhone is a fully licensed "simulator" for the iPhone,
iPod Touch and iPad devices. This release is licensed under GPLv3,
and a copy of the license can be found in the root of the project
within `gpl.txt`.This product is based on [Frodo](http://frodo.cebix.net/),
which is copyright © Christian Bauer.All images and artwork contained within this repository are
copyright © Manomio LLC, and cannot be used for any commercial
purposes without the express written permission of Manomio LLC.Original Commodore 64 ROMs are copyright © Commodore Gaming BV,
and cannot be used without the express written permission of
Commodore Gaming BV.What's in this repository?
--------------------------This repository is the public release from [Manomio](http://manomio.com),
and contains all source code, project files and images necessary to
build C64. Any copyrighted materials, such as bundled games and
original Commodore ROMs are not included and must be sourced elsewhere.
In addition, a third party static library from [Flurry analytics](http://flurry.com)
is freely available and must be downloaded separately. Removing the
dependency on Flurry is very easy, but is left as an exercise to the
developer.This repository will be updated as new binary releases are published to
the App Store.Project builds
--------------The project has two separate targets. C64 and C64ftp.
- C64.app is the official build submitted to the App Store
- C64ftp.app is used by Manomio for internal use and testing.