
Gearcoleco (https://github.com/drhelius/Gearcoleco)
-----------------------------------------------------
Gearcoleco is a very accurate cross-platform ColecoVision emulator written in C++ that runs on Windows, macOS, Linux, BSD, Raspberry Pi and RetroArch.
Please, consider sponsoring (https://github.com/sponsors/drhelius) and following me on Twitter (http://twitter.com/drhelius) for updates.
-----------------------------------------------------
Supported Machines:
    - Colecovision
-----------------------------------------------------
Features:
    - Accurate Z80 core, including undocumented opcodes and behaviour like R and MEMPTR registers.
    - MAccurate TMS9918 emulation.
    - Sound emulation using SDL Audio and Sms_Snd_Emu library.
    - Save states.
    - Compressed rom support (ZIP).
    - Game Genie and Pro Action Replay cheat support.
    - Supported platforms (standalone): Windows, Linux, BSD, macOS, and Raspberry Pi.
    - Supported platforms (libretro): Windows, Linux, macOS, Raspberry Pi, Android, iOS, tvOS, PlayStation Vita, PlayStation 3, Nintendo 3DS, Nintendo GameCube, Nintendo Wii, Nintendo WiiU, Nintendo Switch, Emscripten, Classic Mini systems (NES, SNES, C64, ...), OpenDingux and QNX.
    - FFull debugger with just-in-time disassembler, cpu breakpoints, memory access breakpoints, code navigation (goto address, JP JR and CALL double clicking), debug symbols, memory editor, IO inspector and VRAM viewer including registries, tiles, sprites and backgrounds.
    - Windows and Linux Portable Mode by creating a file named portable.ini in the same directory as the application binary.
    - Support for modern game controllers through gamecontrollerdb.txt file located in the same directory as the application binary.
-----------------------------------------------------
Gearcoleco is licensed under the GNU General Public License v3.0 License:

Copyright (C) 2021 Ignacio Sanchez
This program 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 3 of the License, or any later version.
This program 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.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/