View on GitHub

The Versatile Commodore Emulator (VICE)

A Limadriver port of VICE Emulator

Download this project as a .zip file Download this project as a tar.gz file

Welcome to Vice Emulator port for Limadriver.

To download, install pre-requirements and compile VICE on our mali device please follow this steps:

$ git clone https://github.com/AreaScout/vice.git 
$ cd vice
$ sudo apt-get install flex bison autogen automake libsdl1.2-dev texinfo
$ ./autogen.sh
$ ./configure --enable-lima 
$ make
$ sudo make install  

Authors and Contributors

@AreaScout Limadriver port

Thanks and Copyright notice

The VICE is copyrighted to Andreas Boose, Tibor Biczo, Dag Lem, Andreas Dehmel, Andreas Matthies, Martin Pottendorfer, Spiro Trikaliotis, Marco van den Heuvel, Christian Vogelgsang, Fabrizio Gennari, M. Kiesel, Hannu Nuotio, Daniel Kahlin, Antti S. Lankila, Markus Brenner, David Hansel, Thomas Bretz, Daniel Sladic, Ettore Perazzoli, André Fachat, Teemu Rantanen, Jouko Valta, Jarkko Sonninen.

VICE is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

VICE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.