Main Page: Difference between revisions

From vice-emu
Jump to navigation Jump to search
(40 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Development ==
== Website ==
* [[Developer log]]
* [http://vice-emu.sourceforge.net/ VICE Website]
* [[Translator log]]
* [https://sourceforge.net/projects/vice-emu/develop/ Sourceforge project page]
* [[Todo]] (look here for known bugs and problems)
 
* [[Warnings]]
* [[Hotkey cleanup]]
* [[Feature checking]]
 
* [[Resource checking]]
* [[Cmdline checking]]
 
* [[Keymaps]]
* [[MonitorUI]]
 
* [[C64models]]
* [[Drive options precedence]]
 
[[Special:AllPages]]
 
== Docs ==
* [http://vice-emu.sourceforge.net/vice_toc.html VICE Documentation] (online version)
* [http://www.trikaliotis.net/opencbm OpenCBM]
* [http://www.pdbuchan.com/commodore/vicetops.html VICE Output to PostScript (VICEtoPS)]


== Releases ==
== Releases ==
Line 28: Line 7:
* http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/index.html
* http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/index.html
* WinVICE [http://vice.pokefinder.org/ nightly builds] provided by pokefinder team
* WinVICE [http://vice.pokefinder.org/ nightly builds] provided by pokefinder team
* WinVICE [http://vicebuilds.bplaced.net/ unofficial nightly builds]
* WinVICE [http://vicebuilds3.bplaced.net/builds/ unofficial nightly builds] by angryking
* MacOSX [http://csi8bit.tumblr.com/macvice unofficial builds]
* MacOSX [http://csi8bit.tumblr.com/macvice unofficial builds]
* Debian/Ubuntu [http://software.opensuse.org/download.html?project=home%3Astrik&package=vice unofficial nightly builds] provided by Spiro
* Debian/Ubuntu [http://software.opensuse.org/download.html?project=home%3Astrik&package=vice unofficial nightly builds] provided by Spiro
* [http://vice-emu.svn.sourceforge.net/viewvc/vice-emu/ Browse SVN repository]
== Documentation ==
* VICE Documentation ([http://vice-emu.sourceforge.net/vice_toc.html 3.0 release]) ([http://vice.pokefinder.org/doc/vice_toc.html nightly build])
* [[VICEKB|Knowledge base]] (outdated)
* [http://www.trikaliotis.net/opencbm OpenCBM]
* [http://www.pdbuchan.com/commodore/vicetops.html VICE Output to PostScript (VICEtoPS)]


== Links ==
== Bug tracker ==
before reporting bugs you may want to have a look at the list of [[Todo#Known_Issues|known issues]]
* [https://sourceforge.net/tracker/?limit=100&func=&group_id=223021&atid=1057617&assignee=&status=4&category=&artgroup=&keyword=&submitter=&artifact_id=&assignee=&status=1&category=&artgroup=&submitter=&keyword=&artifact_id=&submit=Filter&mass_category=&mass_priority=&mass_resolution=&mass_assignee=&mass_artgroup=&mass_status=&mass_cannedresponse= Tracker: open Bugs]
* [https://sourceforge.net/tracker/?limit=100&func=&group_id=223021&atid=1057617&assignee=&status=4&category=&artgroup=&keyword=&submitter=&artifact_id=&assignee=&status=1&category=&artgroup=&submitter=&keyword=&artifact_id=&submit=Filter&mass_category=&mass_priority=&mass_resolution=&mass_assignee=&mass_artgroup=&mass_status=&mass_cannedresponse= Tracker: open Bugs]
* [https://sourceforge.net/tracker/?limit=100&func=&group_id=223021&atid=1057620&assignee=&status=1&category=&artgroup=&keyword=&submitter=&artifact_id=&assignee=&status=1&category=&artgroup=&submitter=&keyword=&artifact_id=&submit=Filter&mass_category=&mass_priority=&mass_assignee=&mass_artgroup=&mass_status=&mass_cannedresponse= Tracker: open Feature Requests]
* [https://sourceforge.net/tracker/?limit=100&func=&group_id=223021&atid=1057620&assignee=&status=1&category=&artgroup=&keyword=&submitter=&artifact_id=&assignee=&status=1&category=&artgroup=&submitter=&keyword=&artifact_id=&submit=Filter&mass_category=&mass_priority=&mass_assignee=&mass_artgroup=&mass_status=&mass_cannedresponse= Tracker: open Feature Requests]
* [https://sourceforge.net/tracker/?limit=100&func=&group_id=223021&atid=1057619&assignee=&status=&category=&artgroup=&keyword=&submitter=&artifact_id=&assignee=&status=1&category=&artgroup=&submitter=&keyword=&artifact_id=&submit=Filter&mass_category=&mass_priority=&mass_resolution=&mass_assignee=&mass_artgroup=&mass_status=&mass_cannedresponse= Tracker: open Patches]
* [https://sourceforge.net/tracker/?limit=100&func=&group_id=223021&atid=1057619&assignee=&status=&category=&artgroup=&keyword=&submitter=&artifact_id=&assignee=&status=1&category=&artgroup=&submitter=&keyword=&artifact_id=&submit=Filter&mass_category=&mass_priority=&mass_resolution=&mass_assignee=&mass_artgroup=&mass_status=&mass_cannedresponse= Tracker: open Patches]
* [https://sourceforge.net/projects/vice-emu/develop/ 'Develop' project page]
 
* [http://vice-emu.svn.sourceforge.net/viewvc/vice-emu/ Browse SVN repository]
== Development ==
* [[Getting_started]]
 
* [[:Category:Roadmap]]
 
* [[Developer log]] - the TODO list for port maintainers
* [[Translator log]] - some notes for translators
* [[Todo]] - list of known issues, and more general TODO lists
 
* VICE [https://sourceforge.net/p/vice-emu/code/HEAD/tree/trunk/vice/doc/coding-guidelines.txt coding guidelines]
* [[Warnings]] - compiler warnings dumping ground
 
* [[Feature checking]]
** [[GUI_features_checking]]
** [[Hotkey cleanup]] - lists hotkeys used in the various ports (TODO: SDL, OSX)
** [[Resource_and_Cmdline_checking]] - Tracks and documents all Resources and Command line options
 
* [[Keymaps]] - keymap rework (TODO: amiga, beos, dos, os/2, osx, win32)
* [[MonitorUI]] - the intended behaviour of the monitor (g)ui
* [[Scaling_cleanup]]
 
* [[C64models]] - lists the differences between the various x64 emulated models, and documents elements that have been emulated already or not emulated yet
* [[Cartsystem]] - c64 cartridge system details
* [[Drive options precedence]]
 
* [[Testbench]]
 
== Contact ==
== Contact ==
* [http://vice-emu.sourceforge.net/ VICE Website]
* [mailto:vice-emu-mail@lists.sourceforge.net VICE mailing list]
* [mailto:vice-emu-mail@lists.sourceforge.net VICE maillist]
* IRC: FreeNode #vice-dev ([https://webchat.freenode.net/?channels=vice-dev Webchat])
* IRC: FreeNode #vice-dev


== Developers ==
== Developers ==
<big>New Developers [[Wanted]] - we are always looking for help!</big>
* Andreas Matthies, [[User:amatthies]] (ffmpeg, Win32 UI)
* Andreas Matthies, [[User:amatthies]] (ffmpeg, Win32 UI)
* Marco van den Heuvel, [[User:blackystardust]] (autotools magic, Cartridges, Ports, Project Maintainer)
* Marco van den Heuvel, [[User:blackystardust]] (autotools magic, Cartridges, Ports, Project Maintainer)
Line 54: Line 67:
* Errol Smith, [[User:strobey]] (x128)
* Errol Smith, [[User:strobey]] (x128)
* Daniel Kahlin, [[User:tlr]] (xvic, x64dtv, x64sc)
* Daniel Kahlin, [[User:tlr]] (xvic, x64dtv, x64sc)
* Bas Wassink, [[User:compyx]] (autotools apprentice, debugging)
* [[User:McMartin]] GTK3


== Translators ==
== Translators ==
Line 62: Line 77:
* [[User:thr23]] (Polish Translations)
* [[User:thr23]] (Polish Translations)


== Wanted ==
Maintainer for the following emulators:
* xcbm2
* xpet
* xplus4
Maintainer for the following ports:
* Windows
* OSX
* SDL
* Dingux
* GP2X
* MS-DOS
* OS/2
* RiscOS
and last not least maintainer for:
* Documentation
* Translations


== Misc ==
----
* [[Wiki Help]]
([[Wiki Help]])
([[Special:AllPages|All Pages]])

Revision as of 02:24, 9 August 2017

Website

Releases

Documentation

Bug tracker

before reporting bugs you may want to have a look at the list of known issues

Development

  • C64models - lists the differences between the various x64 emulated models, and documents elements that have been emulated already or not emulated yet
  • Cartsystem - c64 cartridge system details
  • Drive options precedence

Contact

Developers

New Developers Wanted - we are always looking for help!

Translators



(Wiki Help) (All Pages)