Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/library/jollycv.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Background

JollyCV is a multi-emulator supporting ColecoVision (including Super Game Module support), CreatiVision, and My Vision. JollyCV is fast, accurate, and highly portable.
JollyCV is a multi-emulator supporting ColecoVision (including Super Game Module), CreatiVision, and My Vision. JollyCV is fast, accurate, and highly portable.

The JollyCV core has been authored by

Expand All @@ -16,8 +16,6 @@ A summary of the licenses behind RetroArch and its cores can be found [here](../

## BIOS

JollyCV requires a BIOS file for ColecoVision and CreatiVision content.

Required or optional firmware files go in the frontend's system directory.

!!! attention
Expand All @@ -30,7 +28,7 @@ Required or optional firmware files go in the frontend's system directory.

## Extensions

Content that can be loaded by the Gearcoleco core have the following file extensions:
Content that can be loaded by the JollyCV core have the following file extensions:

- .col
- .rom
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ nav:
- 'BBK - 4980/4988/5980 electronic dictionary': 'library/gam4980.md'
- 'ColecoVision Emulation':
- 'ColecoVision (Gearcoleco)': 'library/gearcoleco.md'
- 'ColecoVision/CreatiVision/My Vision (JollyCV)': 'library/jollycv.md'
- 'MSX/SVI/ColecoVision/SG-1000 (blueMSX)': 'library/bluemsx.md'
- 'Commodore Emulation':
- 'Commodore - 8-bit (VICE)': 'library/vice.md'
Expand Down