{"id":28409082,"url":"https://github.com/openemu/jollycv-core","last_synced_at":"2025-06-24T22:31:04.293Z","repository":{"id":138203306,"uuid":"583444488","full_name":"OpenEmu/JollyCV-Core","owner":"OpenEmu","description":"OpenEmu Core plugin with JollyCV to support ColecoVision emulation","archived":false,"fork":false,"pushed_at":"2023-10-18T20:37:17.000Z","size":108,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-06-02T13:57:30.357Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenEmu.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-12-29T19:56:39.000Z","updated_at":"2023-02-22T19:26:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"617ac705-9e37-44dd-ab1e-d55376f12f02","html_url":"https://github.com/OpenEmu/JollyCV-Core","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenEmu%2FJollyCV-Core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenEmu%2FJollyCV-Core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenEmu%2FJollyCV-Core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenEmu%2FJollyCV-Core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenEmu","download_url":"https://codeload.github.com/OpenEmu/JollyCV-Core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenEmu%2FJollyCV-Core/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258814562,"owners_count":22762064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-02T05:19:38.443Z","updated_at":"2025-06-24T22:31:04.284Z","avatar_url":"https://github.com/OpenEmu.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"JollyCV\n-------\nJollyCV is a highly accurate emulator for the ColecoVision, including support\nfor the Super Game Module.\n\nJollyCV was the first emulator written specifically for The Jolly Good API.\nIt is designed to document the ColecoVision for educational purposes through\nverbose comments, and high quality emulation. The ColecoVision is the perfect\nconsole to use to demonstrate how computer systems and emulators function\nbecause it is very simple and uses generic, off-the-shelf chips with widely\navailable datasheets.\n\nThis repository lives at https://gitlab.com/jgemu/jollycv\n\nCompiling\n---------\nMake sure you have The Jolly Good API's header files installed. If you did\nnot install them, you will be required to include their path in CFLAGS.\n\nOptions:\n  USE_VENDORED_SPEEXDSP - Set to a non-zero value to use vendored SpeexDSP.\n\nLinux:\n  make\n\nmacOS:\n  make\n\nBSD:\n  gmake\n\nWindows (MSYS2):\n  make\n\nThe build will be output to \"jollycv/\". This directory may be used as is\nlocally by copying it to your local \"cores\" directory, or may be installed\nsystem-wide using the \"install\" target specified in the Makefile.\n\nInput Devices\n-------------\nJollyCV supports the following input devices:\n\nColecoVision Paddle\nRoller Controller\nSteering Wheel\nSuper Action Controller\n\nInput Notes\n-----------\n- The Roller Controller is implemented using a mouse. It is recommended to\n  assign the Fire buttons to mouse buttons.\n- The Steering Wheel is implemented using the X axis of a mouse. Buttons may\n  be assigned as usual.\n- The Super Action Controller's rollers are implemented using buttons which\n  may be held down to simulate a continuous roll. It is recommended to assign\n  the RollerL and RollerR input definitions to shoulder buttons on a gamepad.\n\nSettings\n--------\nmask_overscan = 0\n0 = Show Overscan, 1 = Mask Overscan\n\npalette = 0 \n0 = TeaTime, 1 = SYoung\n\nrsqual = 3\nN = Resampler Quality (0-10)\n\nregion = 0\n0 = NTSC, 1 = PAL\n\nCompatibility\n-------------\nJollyCV is compatible with 100% of the commercially released ColecoVision\nlibrary, and all known and freely available homebrew.\n\nOnly a single game is known not to boot (possibly a bad dump):\nLord of the Dungeon (USA) (Beta)\n\nSuper Sketch boots, but is not usable due to a lack of documentation on the\nSuper Sketch Pad.\n\nPorting\n-------\nJollyCV was written in standards compliant ISO C11 and should be extremely\nportable. Though it was written for The Jolly Good API, it was done in a\nmanner that allows it to be used easily in multi-emulator frameworks or\nstandalone binaries for many potential platforms. If a fork is created with\nsignificant modifications, it is requested that a clear indication of fork\nstatus is made. Please be an honest person and respect the licenses that\napply to the software.\n\nDocumentation\n-------------\nDocumentation used to create the emulator is available at\nhttps://gitlab.com/carmiker/colecodocs\n\nCopyright\n---------\nJollyCV (BSD-3-Clause)\n  Copyright (c) 2020-2022 Rupert Carmichael\n  See LICENSE\n\nJolly Good Z80 (MIT)\n  Copyright (c) 2019 Nicolas Allemand\n  Copyright (c) 2020-2022 Rupert Carmichael\n  Copyright (c) 2022 rofl0r\n  See src/z80/LICENSE\n\nSpeex Resampler (BSD-3-Clause)\n  Copyright (c) 2003, 2007, 2008 Xiph.org Foundation\n  See source files in deps/speex/ for detailed information\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenemu%2Fjollycv-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenemu%2Fjollycv-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenemu%2Fjollycv-core/lists"}