A 6502 Emulator for Android written in Kotlin
Go to file
Felipe Lima b928d84c49 Remove NES code 2018-08-31 13:19:50 -07:00
app Remove NES code 2018-08-31 13:19:50 -07:00
gradle/wrapper Remove NES code 2018-08-31 13:19:50 -07:00
.gitignore Initial commit 2015-06-09 10:21:49 -07:00
.travis.yml Add travis file 2017-03-08 00:32:45 -08:00
README.md Nit readme 2017-03-07 21:51:40 -08:00
build.gradle Remove NES code 2018-08-31 13:19:50 -07:00
demo.gif Crop gif 2017-03-07 21:50:44 -08:00
gradle.properties Modernize project 2018-08-08 20:10:59 -07:00
gradlew Initial commit 2015-06-09 10:21:49 -07:00
gradlew.bat Initial commit 2015-06-09 10:21:49 -07:00
settings.gradle Initial commit 2015-06-09 10:21:49 -07:00

README.md

6502 Android

Ported from the awesome Javascript implementation Easy 6502 by Nick Morgan.

This project is my first stab at learning Kotlin and doing Emulator programmimg. This emulator was based on the project mentioned above but not ported verbatim. A Kotlin and Android optimized solution was implemented. As of now, it is able to assemble and run simple programs, including the snake6502 implementation by Willem van der Jagt, which was also used in the Easy 6502 "ebook".

Demo

Status

There are still some instructions not implemented yet. I will update the CPU class soon with the implementation for the remaining ones

License

Copyright 2015 Felipe Lima

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.