├── .editorconfig ├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ ├── bug-report.yml │ ├── config.yml │ └── package-request.yml ├── pull_request_template.md └── workflows │ ├── ci.yml │ ├── excavator.yml │ ├── issue_comment.yml │ ├── issues.yml │ └── pull_request.yml ├── .gitignore ├── .markdownlint.json ├── .pre-commit-config.yaml ├── .vscode ├── extensions.json └── settings.json ├── .whitesource ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── Scoop-Bucket.Tests.ps1 ├── appveyor.yml ├── bin ├── auto-pr.ps1 ├── checkhashes.ps1 ├── checkhealth.sh ├── checkurls.ps1 ├── checkver.ps1 ├── describe.ps1 ├── formatjson.ps1 ├── missing-checkver.ps1 ├── test.ps1 └── update_bucket_list.php ├── bucket ├── # │ ├── 1964.json │ ├── 3dmoo.json │ ├── 3dnes.json │ ├── 3doplay.json │ ├── 4do.json │ ├── 64tass.json │ ├── 80five.json │ ├── 86box-manager.json │ ├── 86box-roms.json │ ├── 86box.json │ └── 88va.json ├── .gitkeep ├── a │ ├── a7800.json │ ├── ace.json │ ├── ace32.json │ ├── activegs.json │ ├── adamem.json │ ├── adripsx.json │ ├── adviem.json │ ├── aes4all.json │ ├── agat.json │ ├── ages.json │ ├── aipc.json │ ├── akiko.json │ ├── alice32.json │ ├── altirra.json │ ├── anex86.json │ ├── antimicrox.json │ ├── apfemuw.json │ ├── apollo.json │ ├── apple1.json │ ├── applepc.json │ ├── appler.json │ ├── applewin.json │ ├── aprnes.json │ ├── aqemu.json │ ├── aranym.json │ ├── arcade64.json │ ├── arcem.json │ ├── archie.json │ ├── arculator.json │ ├── ares-dev.json │ ├── ares.json │ ├── arnimedes.json │ ├── arnold.json │ ├── asap.json │ ├── ascd.json │ ├── aspectrum.json │ ├── atari800.json │ ├── atari800winplus.json │ ├── atariplusplus.json │ ├── atom.json │ ├── atomulator.json │ ├── attractmode.json │ ├── aurex2.json │ └── avocado.json ├── b │ ├── b-em.json │ ├── b2.json │ ├── basiliskii.json │ ├── beebem.json │ ├── betterjoy.json │ ├── bfmulator.json │ ├── bgb.json │ ├── bigpemu.json │ ├── binjgb.json │ ├── bizhawk-dev.json │ ├── bizhawk.json │ ├── bk.json │ ├── blastem.json │ ├── bletchmame.json │ ├── bliss.json │ ├── bloodswan.json │ ├── bluemsx.json │ ├── bochs.json │ ├── boycottadv.json │ ├── bsnes-hd-beta.json │ ├── bsnes-mt.json │ ├── bsnes-plus-dev.json │ ├── bsnes-plus.json │ ├── bsnes.json │ ├── bsnesclassic.json │ ├── bsnessx2.json │ ├── bws.json │ └── bzsnes.json ├── c │ ├── c4pc.json │ ├── calcem.json │ ├── calice.json │ ├── callus.json │ ├── caprice-forever.json │ ├── caprice32.json │ ├── ccs64.json │ ├── cdiemulator.json │ ├── cemu-dev.json │ ├── cemu.json │ ├── cemuhook.json │ ├── cen64.json │ ├── chankast.json │ ├── citra-canary.json │ ├── citra-nightly.json │ ├── citra.json │ ├── classic99.json │ ├── clrmamepro.json │ ├── cogwheel.json │ ├── colem.json │ ├── coloremu.json │ ├── comeback64.json │ ├── coolcv.json │ ├── copacabana.json │ ├── cpcalive.json │ ├── cpce.json │ ├── cpcec.json │ ├── cpcem.json │ ├── cpcemu.json │ ├── cpe.json │ ├── cpmbox.json │ ├── cps3emulator.json │ ├── cpspemu.json │ ├── creativision.json │ ├── cscp.json │ ├── cspect.json │ ├── cxbx-reloaded.json │ ├── cxbx.json │ └── cygne.json ├── d │ ├── daedalus.json │ ├── daphne.json │ ├── dapple.json │ ├── dapple2-emuii.json │ ├── dcalice.json │ ├── dcexel.json │ ├── dchector.json │ ├── dcmicro.json │ ├── dcmo5.json │ ├── dcmoto.json │ ├── dcvg5k.json │ ├── decaf.json │ ├── dega.json │ ├── demul.json │ ├── demulshooter.json │ ├── denise.json │ ├── desmume-dev.json │ ├── desmume.json │ ├── dgen.json │ ├── dinoboy.json │ ├── directvms.json │ ├── dmgboy.json │ ├── dolphin-beta.json │ ├── dolphin-dev.json │ ├── dolphin.json │ ├── dolwin.json │ ├── dosbox-staging.json │ ├── dosbox-x.json │ ├── dosbox.json │ ├── dpspemu.json │ ├── dream64.json │ ├── dreamemu.json │ ├── dreamgba.json │ ├── dreamgbatng.json │ ├── dreamvmu.json │ ├── ds4windows.json │ ├── dsp-emulator.json │ ├── dsvz200.json │ ├── dualis.json │ ├── duckstation.json │ └── dve.json ├── e │ ├── eightyone.json │ ├── eka2l1.json │ ├── electrem.json │ ├── elf.json │ ├── elkulator.json │ ├── em7.json │ ├── emma02.json │ ├── emu.json │ ├── emu2001.json │ ├── emu42.json │ ├── emu64.json │ ├── emu71.json │ ├── emu7800.json │ ├── emu_loader.json │ ├── emukon.json │ ├── emulator3000.json │ ├── emuz2000.json │ ├── emuzwin.json │ ├── enter.json │ ├── ep128emu.json │ ├── ep32.json │ ├── epsxe.json │ ├── es-de.json │ ├── euphoric.json │ ├── ex68.json │ ├── exodus.json │ └── extramame.json ├── f │ ├── fakenes.json │ ├── fastz80.json │ ├── faux1.json │ ├── fbalpha.json │ ├── fbalphashuffle.json │ ├── fbneo-dev.json │ ├── fbneo.json │ ├── fceux-dev.json │ ├── fceux.json │ ├── feel.json │ ├── firegb.json │ ├── flycast-dev.json │ ├── flycast-dojo.json │ ├── flycast.json │ ├── fmsx.json │ ├── fnc.json │ ├── fpps4-dev.json │ ├── fpps4.json │ ├── free42.json │ ├── free64.json │ ├── freedo.json │ ├── frodo.json │ ├── fs-uae.json │ ├── funnymu.json │ ├── fuse.json │ └── futurepinball.json ├── g │ ├── galaxywin.json │ ├── gamecomemu.json │ ├── gamelad.json │ ├── gbeplus.json │ ├── gcemu.json │ ├── gcube.json │ ├── gearboy-dev.json │ ├── gearboy.json │ ├── gearsystem-dev.json │ ├── gearsystem.json │ ├── geepee32.json │ ├── gekko.json │ ├── gemulator.json │ ├── genesisplus.json │ ├── genieous.json │ ├── gens.json │ ├── gens32.json │ ├── gensgs.json │ ├── gensplus.json │ ├── gest.json │ ├── gm2001.json │ ├── gopher2600.json │ ├── groovymame.json │ └── gsport.json ├── h │ ├── handy.json │ ├── hatari.json │ ├── hbmame.json │ ├── hbmameui.json │ ├── hdnes.json │ ├── hhugboy.json │ ├── higan-dev.json │ ├── higan.json │ ├── hitachi_mb-s1.json │ ├── hola.json │ ├── homelab.json │ ├── horizon.json │ ├── hoxs64.json │ ├── hpsx64.json │ ├── ht1080z.json │ ├── hu6280.json │ ├── hugo.json │ ├── hyper64.json │ └── hypseus-singe.json ├── i │ ├── ice64.json │ ├── ideas.json │ ├── ines.json │ ├── infovectrex.json │ ├── ip6.json │ ├── ip6plus.json │ ├── ishiirukadolphin.json │ └── iv-play.json ├── j │ ├── jackal.json │ ├── jagulator.json │ ├── javacpc.json │ ├── jc64dis.json │ ├── jnes.json │ ├── joyce.json │ ├── joytokey.json │ ├── jpcsp-dev.json │ ├── jpcsp.json │ ├── jpemu.json │ ├── jrommanager.json │ ├── jum52.json │ ├── jvz200.json │ ├── jynx.json │ └── jzintv.json ├── k │ ├── kat5200.json │ ├── kc85emu.json │ ├── kcemu.json │ ├── kega-fusion.json │ ├── kegs.json │ ├── kegs32.json │ ├── kigb.json │ ├── kindred.json │ ├── klive.json │ ├── koleko.json │ └── koyote.json ├── l │ ├── lisa.json │ ├── lisaem.json │ ├── luagb.json │ └── ludo.json ├── m │ ├── m88.json │ ├── mahnes.json │ ├── makaron.json │ ├── makaronex.json │ ├── mame.json │ ├── mameclassic.json │ ├── mameplus.json │ ├── mameui.json │ ├── mark5.json │ ├── mastergear.json │ ├── medgui-reborn.json │ ├── mednafen-dev.json │ ├── mednafen.json │ ├── mednaffe.json │ ├── medusa.json │ ├── mega8.json │ ├── meisei.json │ ├── meka.json │ ├── melonds-dev.json │ ├── melonds.json │ ├── mercury.json │ ├── mesadx.json │ ├── mesen-s.json │ ├── mesen-sx.json │ ├── mesen-x.json │ ├── mesen.json │ ├── mesen2-dev.json │ ├── mesen2.json │ ├── mess.json │ ├── messui.json │ ├── mfme.json │ ├── mgalaxy.json │ ├── mgba-dev.json │ ├── mgba.json │ ├── micro64.json │ ├── minimon.json │ ├── minivmac.json │ ├── minus4.json │ ├── model-b.json │ ├── model2emu.json │ ├── modeler.json │ ├── msdos-player.json │ ├── mtxemu.json │ ├── mupen64plus-dev.json │ ├── mupen64plus.json │ ├── mupen64plusplus.json │ ├── mynes.json │ ├── mz700win.json │ ├── mz800emu.json │ └── mzxx.json ├── n │ ├── nanoboyadvance-dev.json │ ├── nanoboyadvance.json │ ├── nanowasp.json │ ├── ncdz.json │ ├── nebula.json │ ├── negamame.json │ ├── nekoprojectii.json │ ├── nemu64.json │ ├── nemulator.json │ ├── neocdsdl.json │ ├── neochip8.json │ ├── neonds.json │ ├── neopocott.json │ ├── neopop.json │ ├── nesemu.json │ ├── nester.json │ ├── nesterj.json │ ├── nesticle.json │ ├── nestopia.json │ ├── neusnem.json │ ├── neutrinosx2.json │ ├── ngae.json │ ├── nice64.json │ ├── nintendulator-nrs.json │ ├── nintendulator.json │ ├── nlmsx.json │ ├── nnnesterj.json │ ├── no2k6.json │ ├── noc64.json │ ├── nocpc.json │ ├── nogba.json │ ├── nogmb.json │ ├── nomsx.json │ ├── nones.json │ ├── noods.json │ ├── nopsx.json │ ├── nosns.json │ ├── nostalgia.json │ ├── nostlan.json │ ├── nozx.json │ ├── nucleus.json │ ├── nulldc-bear.json │ ├── nulldc.json │ └── nulldcn.json ├── o │ ├── o2em.json │ ├── ootake.json │ ├── openmsx-dev.json │ ├── openmsx.json │ ├── openttd.json │ ├── oricutron.json │ ├── osmose.json │ ├── oswan.json │ └── oswanu.json ├── p │ ├── pale.json │ ├── pantheon.json │ ├── parajve.json │ ├── pasofami.json │ ├── pc6001v.json │ ├── pc6001vw.json │ ├── pc6001vx.json │ ├── pc64.json │ ├── pc88win.json │ ├── pcae.json │ ├── pcejin.json │ ├── pcemacplus.json │ ├── pcsp.json │ ├── pcsx.json │ ├── pcsx2-dev.json │ ├── pcsx2.json │ ├── pcsxr.json │ ├── pcsxrr.json │ ├── pearpc.json │ ├── pegasus-nightly.json │ ├── pegasus.json │ ├── pfemame.json │ ├── phoenix.json │ ├── phoenixemu.json │ ├── picodrive.json │ ├── pinmame.json │ ├── pk201.json │ ├── pkemu.json │ ├── play-dev.json │ ├── play.json │ ├── playnite.json │ ├── plus4emu.json │ ├── pmd85.json │ ├── pokemini.json │ ├── pom1.json │ ├── potator.json │ ├── potemkin.json │ ├── ppsspp-dev.json │ ├── ppsspp.json │ ├── project64-dev.json │ ├── project64.json │ ├── project64k.json │ ├── project64k7e.json │ ├── projecttempest.json │ ├── prosystem.json │ ├── ps2emu.json │ ├── ps3-system-software.json │ ├── psinex.json │ ├── pspe.json │ ├── psx.json │ ├── psxeven.json │ ├── psxjin.json │ ├── psyke.json │ ├── punes-dev.json │ ├── punes-opengl-dev.json │ ├── punes-opengl.json │ └── punes.json ├── q │ ├── qemu.json │ ├── ql2k.json │ ├── qlay2.json │ ├── qlayw.json │ ├── qmc2.json │ └── quasi88.json ├── r │ ├── race.json │ ├── radio86.json │ ├── rainbow.json │ ├── raine.json │ ├── rascalboyadv.json │ ├── real80pro.json │ ├── realityboy.json │ ├── rebuilder.json │ ├── reddragon.json │ ├── redmsx.json │ ├── redream-dev.json │ ├── redream.json │ ├── redsquirrel.json │ ├── regen.json │ ├── reicast.json │ ├── retroarch-dev.json │ ├── retroarch.json │ ├── retrocopy.json │ ├── rmg.json │ ├── roc.json │ ├── rocknes.json │ ├── rocknesx.json │ ├── rokuyon.json │ ├── roland.json │ ├── romsorter.json │ ├── romvault.json │ ├── rpcemu.json │ ├── rpcs3.json │ ├── ruffle-nightly.json │ ├── rxnes.json │ ├── ryujinx-ava.json │ ├── ryujinx-ldn-ava.json │ ├── ryujinx-ldn.json │ └── ryujinx.json ├── s │ ├── saint.json │ ├── sameboy.json │ ├── satourne.json │ ├── saturnin.json │ ├── scummvm-nightly.json │ ├── scummvm.json │ ├── sdltrs.json │ ├── sharp80.json │ ├── sharpchip8.json │ ├── sheepshaver.json │ ├── shortwaves.json │ ├── simcoupe.json │ ├── simh.json │ ├── simple64.json │ ├── skyemu.json │ ├── sneese.json │ ├── snem.json │ ├── snes9x-dev.json │ ├── snes9x.json │ ├── snes9xrr.json │ ├── snes9xsx2.json │ ├── snesgt.json │ ├── softmac.json │ ├── softvms.json │ ├── sorcerer.json │ ├── speccy.json │ ├── specemu.json │ ├── spud.json │ ├── spudace.json │ ├── ssf.json │ ├── steam-rom-manager.json │ ├── steem.json │ ├── steemsse.json │ ├── stella.json │ ├── stem.json │ ├── stoicgoose.json │ ├── sugarbox.json │ ├── supergcube.json │ ├── supermodel.json │ └── swfopener.json ├── t │ ├── t2k.json │ ├── takeda.json │ ├── tegra-rcm-gui.json │ ├── tgbdual.json │ ├── ti994w.json │ ├── tilem.json │ ├── townemu.json │ ├── tronds.json │ ├── trs80gp.json │ ├── tsugaru.json │ ├── tunix2001.json │ ├── turboengine.json │ └── twombit.json ├── u │ ├── ubee512.json │ ├── ubernes.json │ ├── ultimo.json │ ├── ultrahle.json │ ├── ultrahle2064.json │ ├── unrealspeccy.json │ ├── unz.json │ ├── uosnes.json │ └── uoyabause.json ├── v │ ├── vace.json │ ├── vace3d.json │ ├── vaquarius.json │ ├── vb64.json │ ├── vb81_xur.json │ ├── vbjin-ovr.json │ ├── vbjin.json │ ├── vcc.json │ ├── vdmgr.json │ ├── vdos.json │ ├── vecx.json │ ├── vecxgl.json │ ├── vgb.json │ ├── vgba.json │ ├── vic20emu.json │ ├── vice-stable.json │ ├── vice.json │ ├── vinter.json │ ├── virtpanajr.json │ ├── virtu.json │ ├── virtual98.json │ ├── virtualapf.json │ ├── virtualbox.json │ ├── virtualjaguar.json │ ├── virtualmc10.json │ ├── virtualnectrek.json │ ├── virtualt.json │ ├── virtuanes.json │ ├── virtuanesplus.json │ ├── visualboy.json │ ├── visualboyadvance-m-nightly.json │ ├── visualboyadvance-m.json │ ├── visualboyadvance-rr.json │ ├── visualboyadvance-sdl.json │ ├── visualboyadvance.json │ ├── visualpinball.json │ ├── vita3k.json │ ├── vivanonno.json │ ├── vss.json │ └── vzem.json ├── w │ ├── w88.json │ ├── wataroo.json │ ├── whinecube.json │ ├── win64.json │ ├── win994a.json │ ├── winape.json │ ├── winarcadia.json │ ├── winboycott.json │ ├── wincpc.json │ ├── winfellow.json │ ├── winkawaks.json │ ├── wintvc.json │ ├── winuae.json │ ├── winvice.json │ ├── winvz.json │ ├── winvz300.json │ ├── winx1.json │ ├── wolfmame.json │ └── wscamp.json ├── x │ ├── x360ce.json │ ├── x88000.json │ ├── xe.json │ ├── xebra.json │ ├── xemu.json │ ├── xenia-canary.json │ ├── xenia.json │ ├── xeon.json │ ├── xformer.json │ ├── xgs32.json │ ├── xm6.json │ ├── xm7.json │ ├── xm7dash.json │ ├── xm8.json │ ├── xmillenium.json │ ├── xpeccy.json │ ├── xqemu.json │ ├── xroar.json │ └── xsnes.json ├── y │ ├── yabause.json │ ├── yabaused.json │ ├── yage.json │ ├── yanese.json │ ├── yape.json │ ├── yapesdl.json │ ├── yoshines.json │ ├── yuzu-pineapple.json │ └── yuzu.json └── z │ ├── z26.json │ ├── z64k.json │ ├── z80stealth.json │ ├── zboy.json │ ├── zero.json │ ├── zesarux.json │ ├── zinc.json │ ├── zsnes.json │ ├── zxpoly.json │ ├── zxspectrum4.json │ └── zxspin.json ├── deprecated └── .gitkeep └── scripts └── .gitkeep /.editorconfig: -------------------------------------------------------------------------------- 1 | # EditorConfig (is awesome): http://EditorConfig.org 2 | 3 | # * top-most EditorConfig file 4 | root = true 5 | 6 | # default style settings 7 | [*] 8 | charset = utf-8 9 | end_of_line = crlf 10 | indent_size = 4 11 | indent_style = space 12 | insert_final_newline = true 13 | trim_trailing_whitespace = true 14 | 15 | [*.{yml,yaml}] 16 | indent_size = 2 17 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Since Scoop is a Windows-only tool, we can safely use CRLF line endings for all text files. 2 | # If Git decides that the content is text, its line endings will be normalized to CRLF in the working tree on checkout. 3 | # In the Git index/repository the files will always be stored with LF line endings. This is fine. 4 | * text=auto eol=crlf 5 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | contact_links: 3 | - name: Scoop Community Support 4 | url: https://github.com/ScoopInstaller/Scoop/discussions 5 | about: Please ask Scoop related questions here. 6 | -------------------------------------------------------------------------------- /.github/workflows/excavator.yml: -------------------------------------------------------------------------------- 1 | on: 2 | workflow_dispatch: 3 | schedule: 4 | # run every 4 hours 5 | - cron: '20 */4 * * *' 6 | name: Excavator 7 | jobs: 8 | excavate: 9 | name: Excavate 10 | runs-on: windows-latest 11 | steps: 12 | - uses: actions/checkout@main 13 | - name: Excavate 14 | uses: ScoopInstaller/GithubActions@main 15 | env: 16 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 17 | SKIP_UPDATED: 1 18 | -------------------------------------------------------------------------------- /.github/workflows/issue_comment.yml: -------------------------------------------------------------------------------- 1 | on: 2 | issue_comment: 3 | types: [created] 4 | name: Commented Pull Request 5 | jobs: 6 | pullRequestHandler: 7 | name: PullRequestHandler 8 | runs-on: windows-latest 9 | steps: 10 | - uses: actions/checkout@main 11 | - name: PullRequestHandler 12 | uses: ScoopInstaller/GithubActions@main 13 | if: startsWith(github.event.comment.body, '/verify') 14 | env: 15 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 16 | -------------------------------------------------------------------------------- /.github/workflows/issues.yml: -------------------------------------------------------------------------------- 1 | on: 2 | issues: 3 | types: [opened, labeled] 4 | name: Issues 5 | jobs: 6 | issueHandler: 7 | name: IssueHandler 8 | runs-on: windows-latest 9 | steps: 10 | - uses: actions/checkout@main 11 | - name: IssueHandler 12 | uses: ScoopInstaller/GithubActions@main 13 | if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify')) 14 | env: 15 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 16 | -------------------------------------------------------------------------------- /.github/workflows/pull_request.yml: -------------------------------------------------------------------------------- 1 | on: 2 | pull_request: 3 | types: [opened] 4 | name: Pull Requests 5 | jobs: 6 | pullRequestHandler: 7 | name: PullRequestHandler 8 | runs-on: windows-latest 9 | steps: 10 | - uses: actions/checkout@main 11 | - name: PullRequestHandler 12 | uses: ScoopInstaller/GithubActions@main 13 | env: 14 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 15 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.sublime-workspace 2 | *~ 3 | ._* 4 | page.html 5 | checkver-*.html 6 | .vs 7 | -------------------------------------------------------------------------------- /.markdownlint.json: -------------------------------------------------------------------------------- 1 | { 2 | "MD013": false, 3 | "MD024": { 4 | "siblings_only": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- 1 | repos: 2 | - repo: https://github.com/pre-commit/pre-commit-hooks 3 | rev: v2.1.0 4 | hooks: 5 | - id: end-of-file-fixer 6 | - id: trailing-whitespace 7 | 8 | - id: mixed-line-ending 9 | args: [--fix=crlf] 10 | -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- 1 | { 2 | "recommendations": [ 3 | "EditorConfig.EditorConfig", 4 | "ms-vscode.PowerShell" 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /.whitesource: -------------------------------------------------------------------------------- 1 | { 2 | "scanSettings": { 3 | "baseBranches": [] 4 | }, 5 | "checkRunSettings": { 6 | "vulnerableCheckRunConclusionLevel": "failure", 7 | "displayMode": "diff", 8 | "useMendCheckNames": true 9 | }, 10 | "issueSettings": { 11 | "minSeverityLevel": "LOW", 12 | "issueType": "DEPENDENCY" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing to scoop-emulators 2 | 3 | Thank you for your interest in scoop-emulators! Before contributing, 4 | be sure to know about these few guidelines: 5 | 6 | - New packages are welcome, but keep in mind this repository is intended 7 | to contain *emulators* and *emulator-related tools*. 8 | -------------------------------------------------------------------------------- /Scoop-Bucket.Tests.ps1: -------------------------------------------------------------------------------- 1 | if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) } 2 | . "$env:SCOOP_HOME\test\Import-Bucket-Tests.ps1" 3 | -------------------------------------------------------------------------------- /bin/auto-pr.ps1: -------------------------------------------------------------------------------- 1 | param( 2 | # overwrite upstream param 3 | [String]$upstream = "/:main" 4 | ) 5 | 6 | if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) } 7 | $autopr = "$env:SCOOP_HOME/bin/auto-pr.ps1" 8 | $dir = "$PSScriptRoot/../bucket" # checks the parent dir 9 | & $autopr -Dir $dir -Upstream $Upstream @Args 10 | -------------------------------------------------------------------------------- /bin/checkhashes.ps1: -------------------------------------------------------------------------------- 1 | if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) } 2 | $checkhashes = "$env:SCOOP_HOME/bin/checkhashes.ps1" 3 | $dir = "$PSScriptRoot/../bucket" # checks the parent dir 4 | & $checkhashes -Dir $dir @Args 5 | -------------------------------------------------------------------------------- /bin/checkhealth.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cd "$(dirname "$(dirname "$(readlink -f "$0")")")" 3 | echo 4 | echo "Updating Scoop Buckets" 5 | echo 6 | powershell.exe scoop update 7 | echo 8 | echo "Check for missing checkver or autoupdate handling" 9 | echo 10 | powershell.exe bin\\missing-checkver.ps1 | grep -v "\[C\]\[A\]" 11 | echo 12 | echo "Check the download urls are working" 13 | echo 14 | powershell.exe bin\\checkurls.ps1 | grep -v "\[0\] " 15 | echo 16 | echo "Check for version calculation problems (checkver)" 17 | echo 18 | powershell.exe bin\\checkver.ps1 2>/dev/null | grep couldn 19 | -------------------------------------------------------------------------------- /bin/checkurls.ps1: -------------------------------------------------------------------------------- 1 | if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) } 2 | $checkurls = "$env:SCOOP_HOME/bin/checkurls.ps1" 3 | $dir = "$PSScriptRoot/../bucket" # checks the parent dir 4 | & $checkurls -Dir $dir @Args 5 | -------------------------------------------------------------------------------- /bin/checkver.ps1: -------------------------------------------------------------------------------- 1 | if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) } 2 | $checkver = "$env:SCOOP_HOME/bin/checkver.ps1" 3 | $dir = "$PSScriptRoot/../bucket" # checks the parent dir 4 | & $checkver -Dir $dir @Args 5 | -------------------------------------------------------------------------------- /bin/describe.ps1: -------------------------------------------------------------------------------- 1 | if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) } 2 | $describe = "$env:SCOOP_HOME/bin/describe.ps1" 3 | $dir = "$PSScriptRoot/../bucket" # checks the parent dir 4 | Invoke-Expression -command "& '$describe' -dir '$dir' $($args | ForEach-Object { "$_ " })" 5 | -------------------------------------------------------------------------------- /bin/formatjson.ps1: -------------------------------------------------------------------------------- 1 | if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) } 2 | $formatjson = "$env:SCOOP_HOME/bin/formatjson.ps1" 3 | $path = "$PSScriptRoot/../bucket" # checks the parent dir 4 | & $formatjson -Dir $path @Args 5 | -------------------------------------------------------------------------------- /bin/missing-checkver.ps1: -------------------------------------------------------------------------------- 1 | if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) } 2 | $missing_checkver = "$env:SCOOP_HOME/bin/missing-checkver.ps1" 3 | $dir = "$PSScriptRoot/../bucket" # checks the parent dir 4 | & $missing_checkver -Dir $dir @Args 5 | -------------------------------------------------------------------------------- /bin/test.ps1: -------------------------------------------------------------------------------- 1 | #Requires -Version 5.1 2 | #Requires -Modules @{ ModuleName = 'BuildHelpers'; ModuleVersion = '2.0.1' } 3 | #Requires -Modules @{ ModuleName = 'Pester'; ModuleVersion = '5.2.0' } 4 | 5 | $pesterConfig = New-PesterConfiguration -Hashtable @{ 6 | Run = @{ 7 | Path = "$PSScriptRoot/.." 8 | PassThru = $true 9 | } 10 | Output = @{ 11 | Verbosity = 'Detailed' 12 | } 13 | } 14 | $result = Invoke-Pester -Configuration $pesterConfig 15 | exit $result.FailedCount 16 | -------------------------------------------------------------------------------- /bucket/#/3doplay.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:3DOplay", 4 | "author:Viktor Ivanov", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/3doplay/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/3doplay/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.8.2", 10 | "description": "3DOplay is a Russian emulator for the Panasonic 3DO forked from the FreeDO sources.", 11 | "homepage": "https://code.google.com/archive/p/3doplay/", 12 | "license": "GNU GPLv3", 13 | "url": "https://consolo.is.cc/emu/3doplay/1.8.2.7z", 14 | "hash": "3995ebb74bb801bdf4bbcfd59e523e02eb4b55f89319375b9644d9580451239e", 15 | "bin": [ 16 | "3DOplay.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/#/4do.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:4DO", 4 | "author:JohnnyDude & Viktor", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/4do/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/4do/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.3.2.4", 10 | "description": "4DO is an open-source, low-level emulator based on the FreeDO source code. This is one of the best emulators for the 3DO.", 11 | "homepage": "http://fourdo.com/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/4do/1.3.2.4.7z", 14 | "hash": "0220f27cc32b92c2c9cc909e4704873e155cd78e88f77d802f7a9945e1ba74f3", 15 | "bin": [ 16 | "4DO.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/#/80five.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:MarioNES / 80five", 4 | "author:Gary Boyes", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/80five/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/80five/emulator_screen_01.jpg" 8 | ], 9 | "version": "x.xx", 10 | "description": "MarioNES / 80five is a Nintendo Entertainment System emulator.", 11 | "homepage": "https://www.zophar.net/nes/80five.html", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/80five/x.xx.7z", 14 | "hash": "ca83acfcd91e28641ff607d5ca748b84a5c1ca049cd5b8bdffa3ba2d6bb5fb73", 15 | "bin": [ 16 | "80five.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/.gitkeep: -------------------------------------------------------------------------------- 1 | # This directory stores all the JSON manifests. 2 | # Delete this '.gitkeep' file once this directory has any files. 3 | -------------------------------------------------------------------------------- /bucket/a/a7800.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "5.2", 3 | "description": "An Atari 7800 emulator", 4 | "homepage": "https://github.com/7800-devtools/a7800", 5 | "license": "GPL-2.0-or-later,CC0-1.0", 6 | "url": "https://github.com/7800-devtools/a7800/releases/download/v5.2/a7800-win-v5.2.zip", 7 | "hash": "f92fa66e6e95948d1dcc377ea9140470c3d9bed2da8b3e3d3645477f7b1698d3", 8 | "persist": "a7800.ini", 9 | "bin": "a7800.exe", 10 | "shortcuts": [ 11 | [ 12 | "a7800.exe", 13 | "Atari 7800" 14 | ] 15 | ], 16 | "checkver": "github", 17 | "autoupdate": { 18 | "url": "https://github.com/7800-devtools/a7800/releases/download/v$version/a7800-win-v$version.zip" 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /bucket/a/ace32.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:ACE32", 4 | "author:Paul Robson", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/ace32/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.5", 9 | "description": "ACE 32 - A Dos emulator for the Jupiter ACE.", 10 | "homepage": "http://www.jupiter-ace.co.uk/ace32.html", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/ace32/1.5.7z", 13 | "hash": "99eece4528559d9722124e84d14e668167c67e37033f9c9e6c5f55923f8f4f5a", 14 | "bin": [ 15 | "ACE32XP.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/a/activegs.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:ActiveGS", 4 | "author:Olivier Goguel", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/activegs/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/activegs/emulator_screen_01.jpg" 8 | ], 9 | "version": "3.7.109", 10 | "description": "ActiveGS is an Apple IIGS emulator.", 11 | "homepage": "http://activegs.freetoolsassociation.com/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/activegs/3.7.109.7z", 14 | "hash": "4551bbcf23e06a84c3a4b5128e3140ad2e48afae13f1cb2eaac20453b6033ade", 15 | "bin": [ 16 | "ActiveGS.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/a/adamem.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:ADAMEm", 4 | "author:Marcel de Kogel", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/adamem/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.0-dos", 9 | "description": "The Portable Coleco ADAM Emulator", 10 | "homepage": "http://www.komkon.org/~dekogel/adamem.html", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/adamem/1.0-dos.7z", 13 | "hash": "e53e7be3597681c5e205548e70c789c8048649422993121136ff61497e393d9d", 14 | "bin": [ 15 | "ADAMEM.EXE" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/a/ages.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:WinAGES", 4 | "author:Quinntesson", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/ages/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/ages/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.30a", 10 | "description": "WinAGES is a Sega 32x, Game Gear, Genesis / Megadrive, Master System and Sega CD emulator.", 11 | "homepage": "https://segaretro.org/AGES", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/ages/0.30a.7z", 14 | "hash": "e8ce6f32202009433c5452fda49cfd0b6f120021227d2f50c643e06f1671bb59", 15 | "bin": [ 16 | "AGES.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/a/aipc.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:AIPC (Apple in a PC)", 4 | "author:Keonwoo Kim aka sosaria7", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/aipc/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/aipc/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.1.40.3", 10 | "description": "AIPC (Apple in PC) is an Apple IIe Emulator.", 11 | "homepage": "https://github.com/sosaria7/appleinpc", 12 | "license": "GNU GPLv3", 13 | "url": "https://consolo.is.cc/emu/aipc/0.1.40.3.7z", 14 | "hash": "e81a5d5b31dd12a7c995ff1a9fddc277004b3282d99ff951856983856a5217e3", 15 | "bin": [ 16 | "aipc.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/a/alice32.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Alice32", 4 | "author:James the Animal Tamer", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/alice32/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/alice32/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.40", 10 | "description": "Alice32 is a Matra-Hachette Alice32 emulator.", 11 | "homepage": "http://www.geocities.ws/emucompboy/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/alice32/0.40.7z", 14 | "hash": "1854724255227a215492088b7d93c3144d984677dd54f022e1e7561acf3f18c4", 15 | "bin": [ 16 | "alice32.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/a/anex86.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Anex86", 4 | "author:A.N.", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/anex86/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/anex86/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.78", 10 | "description": "Anex86 is a PC-286, 386, 486 and 586 emulator.", 11 | "homepage": "https://www.zophar.net/pc98/anex86.html", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/anex86/2.78.7z", 14 | "hash": "2c9dd2351f81d87f549c454b06e15b8185ab61185e32873f00ad275884494ff9", 15 | "bin": [ 16 | "anex86.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/a/apfemuw.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:APF EMUW", 4 | "author:Enrique Collado", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/apfemuw/emulator_screen_01.jpg" 7 | ], 8 | "version": "2.0.1v2", 9 | "description": "APF_EMUW emulates in a PC a computer APF Imagination Machine.", 10 | "homepage": "http://www.nausicaa.net/~lgreenf/apfpage.htm", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/apfemuw/2.0.1v2.7z", 13 | "hash": "dfbd2e29a462763fa1fe2f10860a201fd823b07a3efbde2ed733c44e418a71d7", 14 | "bin": [ 15 | "APF_EMUW.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/a/apollo.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Apollo", 4 | "author:Aziber", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/apollo/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/apollo/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.10b", 10 | "description": "Apollo is a Nintendo 64 emulator.", 11 | "homepage": "http://www.apollo64.com/indexn.htm", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/apollo/0.10b.7z", 14 | "hash": "fba3377d8a3e0c95ed5b06a4a62eed53fb9b06e413ec9b073aaeeb8e6e728262", 15 | "bin": [ 16 | "Apollo.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/a/apple1.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Apple 1", 4 | "author:Peter Rittwage", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/apple1/emulator_screen_01.jpg" 7 | ], 8 | "version": "release1", 9 | "description": "The Apple I emulator has been updated a little using SDL so it runs on modern hardware/Windows. vPCB for DOS is lost forever, but the project has been revamped for the Palm platform.", 10 | "homepage": "http://www.rittwage.com/dp.php?pg=apple", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/apple1/release1.7z", 13 | "hash": "fa79681136da6662d45d4f67c496731026afe7731c9102196d69eb1e6f7035ef", 14 | "bin": [ 15 | "apple1.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/a/applepc.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:ApplePC", 4 | "author:David Ellsworth", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/applepc/emulator_screen_01.jpg" 7 | ], 8 | "version": "2.52", 9 | "description": "Apple //c Emulator.", 10 | "homepage": "ftp://users.aol.com/davidells/ApplePC/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/applepc/2.52.7z", 13 | "hash": "bd3b99e12fb0c0f2d05773056ccd0b6f9285db32ed3b74e2656f88718c49ec1b", 14 | "bin": [ 15 | "APPLE.EXE" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/a/appler.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:APPLER", 4 | "author:Emil Dotchevski and Alexander Patalenski", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/appler/emulator_screen_01.jpg" 7 | ], 8 | "version": "release1", 9 | "description": "Programmed in 16-bit assembly, and emulates sound through the PC speaker. Very compatible with ][+ applications; includes an attractive interface.", 10 | "homepage": "http://www.geocities.co/SiliconValley/Bay/3577/appler.html", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/appler/release1.7z", 13 | "hash": "5481e7649c9b385530e96844d28f300b6b39b553e287111429952c68339655c0", 14 | "bin": [ 15 | "APPLER.COM" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/a/applewin.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.30.21.0", 3 | "description": "Apple II emulator for Windows", 4 | "homepage": "https://github.com/AppleWin/AppleWin", 5 | "license": "GPL-2.0-only", 6 | "url": "https://github.com/AppleWin/AppleWin/releases/download/v1.30.21.0/AppleWin1.30.21.0.zip", 7 | "hash": "7948badac5184d79a35dee358bc616972b59372a56e93b37876bfb381123c292", 8 | "shortcuts": [ 9 | [ 10 | "Applewin.exe", 11 | "AppleWin" 12 | ] 13 | ], 14 | "checkver": "github", 15 | "autoupdate": { 16 | "url": "https://github.com/AppleWin/AppleWin/releases/download/v$version/AppleWin$version.zip" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /bucket/a/aprnes.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:April NES", 4 | "author:erspicu_brox", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/aprnes/emulator_screen_01.jpg" 7 | ], 8 | "version": "20170224", 9 | "description": "AprNes Nintendo Red and White Machine Simulator.", 10 | "homepage": "http://www.baxermux.byethost18.com/myemu/AprNes/index.htm?i=1", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/aprnes/20170224.7z", 13 | "hash": "9a68de6a2c893b1a35f77c5cef4e16dcf4f2ba37a618e948f87f235b6e0d0199", 14 | "bin": [ 15 | "AprNes.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/a/aqemu.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:AqEmu", 4 | "author:Kenny Millar", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/aqemu/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/aqemu/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.0", 10 | "description": "AqEmu was the first Mattel Aquarius Emulator.", 11 | "homepage": "http://archive.kontek.net/aqemu.classicgaming.gamespy.com/AqEmu.htm", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/aqemu/1.0.7z", 14 | "hash": "8681ef061be184ff1b9b7bc20bd2f22a3eb480a2fe47710c29ea9a9c32b2b0bf", 15 | "bin": [ 16 | "AqEmu.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/a/arcade64.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.277", 3 | "description": "MAME with working arcade games only ", 4 | "homepage": "https://github.com/Robbbert/store1", 5 | "license": "GPL-2.0", 6 | "url": "https://arcade.mameworld.info/arcade277.7z", 7 | "hash": "89d8385bf3d9b1dcccf82c8c67971878b5f8231ba80cb82c75ef77ef279faf44", 8 | "bin": "arcade64.exe", 9 | "shortcuts": [ 10 | [ 11 | "arcade64.exe", 12 | "Arcade64" 13 | ] 14 | ], 15 | "checkver": { 16 | "url": "https://arcade.mameworld.info/", 17 | "re": ">  ARCADE64 ([0-9\\.]*)\\.0 \\(64-bit, GUI\\)" 18 | }, 19 | "autoupdate": { 20 | "url": "https://arcade.mameworld.info/arcade$minorVersion.7z" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/a/arcem.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:ArcEm", 4 | "author:pnaulls and ralph", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/arcem/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/arcem/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.50", 10 | "description": "ArcEm is an Acorn Archimedes emulator", 11 | "homepage": "http://arcem.sourceforge.net/", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/arcem/1.50.7z", 14 | "hash": "1e73169dd81b3f91e3fb04ed49622ec8f0fd72a7eee16d8475755c8f795c1710", 15 | "bin": [ 16 | "ArcEm.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/a/arculator.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Arculator", 4 | "author:Tom Walker", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/arculator/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.99", 9 | "description": "Arculator emulates an old-style Archimedes (A3xx,A4xx,A3000,A540) with an ARM2 or ARM3, 4, 8 or 16 megabytes of RAM, and a single floppy drive.", 10 | "homepage": "http://b-em.bbcmicro.com/arculator/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/arculator/0.99.7z", 13 | "hash": "c8a74273fa09891b8b894d7782fef200ee385319e1822ea22237239410f1501b", 14 | "bin": [ 15 | "Arculator.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/a/arnimedes.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:ARNIMEDES", 4 | "author:Oliver Lenz", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/arnimedes/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/arnimedes/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.02", 10 | "description": "ARNIMEDES is an Amstrad CPC emulator. NOTE: Emulator appears to only run in Fullscreen mode.", 11 | "homepage": "http://arnimedes.de", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/arnimedes/1.02.7z", 14 | "hash": "410d332d6e079078a7e5b922c03d1a86506f63c595f74544b342070c001b19f2", 15 | "bin": [ 16 | "WinArnie.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/a/arnold.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Arnold", 4 | "author:Kevin Thacker", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/arnold/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/arnold/emulator_screen_01.jpg" 8 | ], 9 | "version": "2004.01.04", 10 | "description": "Arnold is an Amstrad/Schneider CPC, Plus/CPC+ and VEB Mikroelektronik KC Compact emulator.", 11 | "homepage": "http://arnold.cpc-live.com/", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/arnold/2004.01.04.7z", 14 | "hash": "958b55cac8f30cbf6a6bf2ec85768aef4765cad3ead621dd172a53cac6b51d73", 15 | "bin": [ 16 | "arnold.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/a/ascd.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:ASCD", 4 | "author:Aley Keprt", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/ascd/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/ascd/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.00", 10 | "description": "ASCD is a Sam Coupe and Sinclair ZX Spectrum emulator.", 11 | "homepage": "http://keprt.cz", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/ascd/1.00.7z", 14 | "hash": "09961fb001e49d34ab0b3227c6daefff867128857a4a435aa1bf62cdec8887d1", 15 | "bin": [ 16 | "Ascd.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/a/atom.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:ACORN ATOM", 4 | "author:Wouter Ras", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/atom/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.33", 9 | "description": "Welcome to the Acorn ATOM software emulator for PC's. This program enables you to run most of the original Acorn ATOM software on your PC.", 10 | "homepage": "http://www.stairwaytohell.com/atom/wouterras/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/atom/1.33.7z", 13 | "hash": "0c9c0d67e40b57e3523a512bc32e946db91590afce715a2f9937775498769316", 14 | "bin": [ 15 | "Atom.Exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/a/aurex2.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Aurex2", 4 | "author:Fumihiko MACHIDA", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/aurex2/emulator_screen_01.jpg" 7 | ], 8 | "version": "rc4", 9 | "description": "Aurex is a Ruputer emulator, It supports several applications & various games.", 10 | "homepage": "http://www.megadriver.info/~fumi/aurex/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/aurex2/rc4.7z", 13 | "hash": "30db3b7e17ef3027d1b2c7b7da63b0ea51cd4c171b6fb17832b3332bc1b1ab2e", 14 | "bin": [ 15 | "aurex.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/b/b-em.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.2", 3 | "description": "B-em is a BBC Micro emulator", 4 | "homepage": "http://b-em.bbcmicro.com", 5 | "license": "GPL-2.0-only", 6 | "url": "http://b-em.bbcmicro.com/B-emv2.2Win.zip", 7 | "hash": "1e86ed3165fd8f778a7bd2a43e8fcd7e969428e8ff1d532544e8571761e0bf5a", 8 | "bin": [ 9 | "B-em.exe" 10 | ], 11 | "shortcuts": [ 12 | [ 13 | "B-em.exe", 14 | "B-em" 15 | ] 16 | ], 17 | "checkver": "B-emv([\\d.]+)Win.zip", 18 | "autoupdate": { 19 | "url": "http://b-em.bbcmicro.com/B-emv$versionWin.zip" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/b/b2.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "20250105-203025-e825ff1", 3 | "description": "A cross-platform BBC Micro emulator. Use your Windows/Linux PC or macOS computer to play your old BBC games or develop new BBC software.", 4 | "homepage": "https://github.com/tom-seddon/b2", 5 | "license": "Unknown", 6 | "url": "https://github.com/tom-seddon/b2/releases/download/b2-20250105-203025-e825ff1/b2-windows-20250105-203025-e825ff1.zip", 7 | "hash": "77ffd94a0f1aa74447d9594c4dd4067747cc8ecec9a07e36115b1092a09ba4ef", 8 | "bin": "b2.exe", 9 | "checkver": { 10 | "regex": "/releases/tag/b2-(\\d{8}-\\d+-[\\da-f]{7})" 11 | }, 12 | "autoupdate": { 13 | "url": "https://github.com/tom-seddon/b2/releases/download/b2-$version/b2-windows-$version.zip" 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /bucket/b/basiliskii.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Basilisk II", 4 | "author:Christian Bauer aka cebix", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/basiliskii/emulator_screen_01.jpg" 7 | ], 8 | "version": "2015.02.26", 9 | "description": "Basilisk II is an Apple 68k Macintosh emulator.", 10 | "homepage": "http://basilisk.cebix.net/", 11 | "license": "GNU GPLv2", 12 | "url": "https://consolo.is.cc/emu/basiliskii/2015.02.26.7z", 13 | "hash": "8eaad61738d96109081901d5e2f32d6b8d97b08c006ec7ba172fea179c96ef76", 14 | "bin": [ 15 | "BasiliskII.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/b/beebem.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "4.19", 3 | "description": "BeebEm is a BBC Micro and Master 128 emulator", 4 | "homepage": "http://www.mkw.me.uk/beebem/", 5 | "license": "GPL-2.0-only", 6 | "url": "http://www.mkw.me.uk/beebem/BeebEm419.zip", 7 | "hash": "4feae2eaa012038332119f4b05ee71c3c394dd16f63b2907e70ef404242d5480", 8 | "extract_dir": "beebem", 9 | "shortcuts": [ 10 | [ 11 | "BeebEm.exe", 12 | "BeebEm" 13 | ] 14 | ], 15 | "checkver": "Download version ([\\d.]+)", 16 | "autoupdate": { 17 | "url": "http://www.mkw.me.uk/beebem/BeebEm$cleanVersion.zip" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/b/bfmulator.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:BFMulator", 4 | "author:Juergen Buchmueller, Mike Balfour, Howie Cohen, Oliver Galibert", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/bfmulator/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/bfmulator/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.07", 10 | "description": "BFMulator is a emulator for bellfruit MPU's.", 11 | "homepage": "http://www.fruitemu.co.uk/ib/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/bfmulator/2.07.7z", 14 | "hash": "a4c12dc921759a5e84b883e08874a4c53e63ce6af751dd2d1a1cb57c792537e3", 15 | "bin": [ 16 | "BFMulator.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/b/binjgb.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": "name:binjgb", 3 | "version": "0.1.11", 4 | "description": "Binjgb is a Game Boy emulator written in C++.", 5 | "homepage": "https://github.com/binji/binjgb", 6 | "license": "MIT", 7 | "url": "https://github.com/binji/binjgb/releases/download/v0.1.11/binjgb-windows.tar.gz", 8 | "hash": "86ebb0f68d760b30c8162f788bda472ba856b9ac7dd7ee89c69ad751456f3e66", 9 | "bin": "binjgb-win/binjgb.exe", 10 | "autoupdate": { 11 | "url": "https://github.com/binji/binjgb/releases/download/v$version/binjgb-windows.tar.gz" 12 | }, 13 | "checkver": "github" 14 | } 15 | -------------------------------------------------------------------------------- /bucket/b/bloodswan.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:BLooDsWan", 4 | "author:Blood Soft", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/bloodswan/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/bloodswan/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.2a", 10 | "description": "BLooDsWan is a Bandai Wonderswan and Wonderswan Color emulator based on Cygne.", 11 | "homepage": "https://consolo.is.cc/emulator/bloodswan", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/bloodswan/0.2a.7z", 14 | "hash": "264ed70282ec456ee5042ec3aebe32b6808969bef05104692a22fe776fb97833", 15 | "bin": [ 16 | "BLooDsWan.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/b/bws.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:bws", 4 | "author:byuu", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/bws/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/bws/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.0.0", 10 | "description": "bws is a Bandai WonderSwan and WonderSwan Color emulator.", 11 | "homepage": "http://byuu.org", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/bws/1.0.0.7z", 14 | "hash": "7bc0bed679b1c872bea4624e2ebaf9a731428e28e1eed365a663524ac3d8ab7c", 15 | "bin": [ 16 | "bws.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/c/calcem.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:CalcEm", 4 | "author:David Eriksson", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/calcem/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/calcem/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.51", 10 | "description": "CalcEm is a Texas Instruments TI-82, TI-83 and TI-85 emulator.", 11 | "homepage": "http://calcem.sourceforge.net/calcem/", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/calcem/0.51.7z", 14 | "hash": "1c0c49b0137dade47db17afb3404528792dd296a00fbf5011953f89198b712a7", 15 | "bin": [ 16 | "CalcEm.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/c/callus.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Callus95", 4 | "author:Bloodlust Software", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/callus/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/callus/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.42", 10 | "description": "Callus is a DirectX based Capcom CPS1 emulator that currently runs a selection of games.", 11 | "homepage": "http://bloodlust.zophar.net/Callus/callus.html", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/callus/0.42.7z", 14 | "hash": "7d00f05d8f7597d3169166f99420bb1c24a96d4511b2a45eb0c24f8b250b444b", 15 | "bin": [ 16 | "callus95.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/c/classic99.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Classic99", 4 | "author:M Brent and Tursi", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/classic99/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/classic99/emulator_screen_01.jpg" 8 | ], 9 | "version": "3.94", 10 | "description": "Classic99 is a Texas Instruments TI-99/4A and TI-99/4 emulator.", 11 | "homepage": "http://www.harmlesslion.com/classic99", 12 | "license": "Open Source", 13 | "url": "https://consolo.is.cc/emu/classic99/3.94.7z", 14 | "hash": "b24345e6b1dc621dcce6d7a5fc4b1cb407c128675012613427e385d6254f6cd5", 15 | "bin": [ 16 | "classic99.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/c/comeback64.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Come Back 64", 4 | "author:D Luxen", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/comeback64/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/comeback64/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.9z", 10 | "description": "CB64 is a software emulator for the C64 Computer.", 11 | "homepage": "https://sourceforge.net/projects/comeback64/", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/comeback64/0.9z.7z", 14 | "hash": "dc8f71089c81003427669757e98a4af2c8645da50d62cda01564b68510c331bb", 15 | "bin": [ 16 | "CB64.EXE" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/c/copacabana.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:CoPaCabana", 4 | "author:Regis Nicolas", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/copacabana/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/copacabana/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.74", 10 | "description": "CoPaCabana is an Amstrad CPC emulator.", 11 | "homepage": "http://copacabana.emuunlim.com", 12 | "license": "Donationware", 13 | "url": "https://consolo.is.cc/emu/copacabana/0.74.7z", 14 | "hash": "f50414ecc05e6cae8ba534268767fa193866831fb1461da1b6aaeee0175bdefc", 15 | "bin": [ 16 | "CoPaCabana.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/c/cpce.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:CPCE", 4 | "author:Cesar Nicolas Gonzalez", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/cpce/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/cpce/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.90", 10 | "description": "CPCE is an Amstrad CPC emulator.", 11 | "homepage": "http://cpce.emuunlim.com/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/cpce/1.90.7z", 14 | "hash": "e8263f75d8dc738416bf87744c3b5e66c5e29ba4bd7851ee49a879be4e304b3f", 15 | "bin": [ 16 | "CPCE95.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/c/cpcec.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": "name:CPCEC / ZXSEC", 3 | "version": "20250427", 4 | "description": "CPCEC is an emulator for the Amstrad CPC computer.", 5 | "homepage": "http://cngsoft.no-ip.org/cpcec.htm", 6 | "license": "MIT", 7 | "url": "http://cngsoft.no-ip.org/cpcec-20250427.zip", 8 | "hash": "c1f82a71b562eed14c28bb1364f1cee4c85ab9a9ca6af6bed2b47979f52a9a8f", 9 | "bin": [ 10 | "cpcec.exe", 11 | "CPCEC" 12 | ], 13 | "autoupdate": { 14 | "url": "http://cngsoft.no-ip.org/cpcec-$version.zip" 15 | }, 16 | "checkver": { 17 | "regex": "cpcec-(\\d+)\\.zip" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/c/cpcem.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:CPC-em", 4 | "author:Tom Walker", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/cpcem/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.4-dos", 9 | "description": "This Amstrad CPC emulator that has been around for awhile by Tom Walker. It emulates Z80, video emulation, disc emulation, sound emulation, a GUI, SVGA, joysticks, and more.", 10 | "homepage": "https://consolo.is.cc/emulator/cpcem", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/cpcem/0.4-dos.7z", 13 | "hash": "f3a3e16ee7d7b069248d8a97a9b927a0ed8db497054d93c976479322adce7d8e", 14 | "bin": [ 15 | "CPC-EM.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/c/cpcemu.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:CPCemu", 4 | "author:Marco Vieth", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/cpcemu/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/cpcemu/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.7", 10 | "description": "CPCEMU emulates an Amstrad CPC on your computer. You need at least an AT 386 with VGA graphics.", 11 | "homepage": "http://www.cpc-emu.org/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/cpcemu/1.7.7z", 14 | "hash": "f21b99399a53f214d48d7518b2567f8e13ce9480a86e8e61aadf4dd90a604eef", 15 | "bin": [ 16 | "cpcemu.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/c/cpe.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:CPE", 4 | "author:Bernd Schmidt & Ulrich Doewich", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/cpe/emulator_screen_01.jpg" 7 | ], 8 | "version": "5.2", 9 | "description": "The Amstrad CPC Emulator.", 10 | "homepage": "http://members.tor.shaw.wave.ca/~doewich/cpc", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/cpe/5.2.7z", 13 | "hash": "92ee41f1a1992abf5de730af872d7716c607c65bd43b7ea62d66e3c43761a33c", 14 | "bin": [ 15 | "CPE.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/c/cpmbox.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:CP/M Box", 4 | "author:habi", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/cpmbox/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/cpmbox/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.62b-win64", 10 | "description": "CP/M Box is an Amstrad PCW series emulator.", 11 | "homepage": "http://www.habisoft.com/pcw/", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/cpmbox/1.62b-win64.7z", 14 | "hash": "5e9aedee2d17dfb7d8479f426ab7e0b15fa3e5453d101490c1eb46f0a0d4b8f6", 15 | "bin": [ 16 | "PCW.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/c/cps3emulator.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Capcom Play System 3", 4 | "author:ElSemi", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/cps3emulator/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/cps3emulator/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.0a", 10 | "description": "Capcom Play System 3 Emulator is a Capcom Play System 3 emulator.", 11 | "homepage": "http://nebula.emulatronia.com", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/cps3emulator/1.0a.7z", 14 | "hash": "1ba7cb9f62fb21e8eac20639b186d3332e19a98af35f788779503be32531b9da", 15 | "bin": [ 16 | "emulator.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/c/cpspemu.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:CPSPEmu", 4 | "author:Soywiz", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/cpspemu/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/cpspemu/emulator_screen_01.jpg" 8 | ], 9 | "version": "r555", 10 | "description": "CPSPEmu is a Sony Playstation Portable emulator.", 11 | "homepage": "http://pspemu.soywiz.com", 12 | "license": "GNU GPLv3", 13 | "url": "https://consolo.is.cc/emu/cpspemu/r555.7z", 14 | "hash": "18e3369dca12c451f6c632cc2905861be3c5281a6fc58c6688a6e4e3c3b1199f", 15 | "bin": [ 16 | "cspspemu.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/c/creativision.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:creatiVision", 4 | "author:cvemu", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/creativision/emulator_screen_01.jpg" 7 | ], 8 | "version": "2016.04.24", 9 | "description": "creatiVision Emulator is an emulator for the VTech Creativision, Dick Smith Wizzard, Hanimex Rameses, VTech Laser 2001, Salora Manager and homebrew CSL Cartridge.", 10 | "homepage": "http://sourceforge.net/projects/creativisionemulator/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/creativision/2016.04.24.7z", 13 | "hash": "c9e1fb3f051e2c56e9a6185ff99f1d00aad53e7b5bfd0c5fd7403f306518ab24", 14 | "bin": [ 15 | "creatiVision.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/c/cspect.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": "name:#CSpect", 3 | "version": "2.19.5.0", 4 | "description": "CSpect is a ZX Spectrum emulator for Windows.", 5 | "homepage": "http://cspect.org/", 6 | "license": "MIT", 7 | "url": "http://www.javalemmings.com/public/zxnext/CSpect2_19_5_0.zip", 8 | "hash": "d203c6296719a62bcfe209c89f1a7aca3f26d11cc3837a900943a2a4a3a6196c", 9 | "bin": [ 10 | "cspect.exe", 11 | "CSpect" 12 | ], 13 | "checkver": { 14 | "url": "https://dailly.blogspot.com/", 15 | "regex": "CSpect V(\\d[\\.\\d]+)<" 16 | }, 17 | "autoupdate": { 18 | "url": "http://www.javalemmings.com/public/zxnext/CSpect$underscoreVersion.zip" 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /bucket/c/cygne.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Cygne", 4 | "author:Dox", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/cygne/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/cygne/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.1a", 10 | "description": "Cygne is a Bandai Wonderswan and Wonderswan Color emulator.", 11 | "homepage": "http://cygne.emuunlim.com", 12 | "license": "GNU GPL", 13 | "url": "https://consolo.is.cc/emu/cygne/2.1a.7z", 14 | "hash": "5cfb443ebef650793b0405f81f7723bf8048dc4ff1a02f90aa8237962167021f", 15 | "bin": [ 16 | "cygne.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/d/daedalus.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Daedalus", 4 | "author:StrmnNrmn", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/daedalus/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/daedalus/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.07b", 10 | "description": "Daedalus is a Nintendo N64 emulator.", 11 | "homepage": "https://sourceforge.net/projects/daedalus-n64/", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/daedalus/0.07b.7z", 14 | "hash": "eb4d35b8e8a84ba449c987a8fcc3923524164ccf1082e9ba0820aee8263e1b31", 15 | "bin": [ 16 | "Daedalus.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/d/dapple.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Dapple", 4 | "author:Steve Nickolas", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/dapple/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.42_v1.5a3", 9 | "description": "", 10 | "homepage": "https://sourceforge.net/projects/dapple/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/dapple/1.42_v1.5a3.7z", 13 | "hash": "20f145ec30b9a74025a6f82593fc2c0f944be576eac76ba379c99b4d7694f25a", 14 | "bin": [ 15 | "dap.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/d/dapple2-emuii.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Dapple2-emuII", 4 | "author:Steve Nickolas", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/dapple2-emuii/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.40", 9 | "description": "", 10 | "homepage": "https://sourceforge.net/projects/dapple/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/dapple2-emuii/0.40.7z", 13 | "hash": "7fcb03dd567fbf0dbf0d5ba072b38e994122b6c637b6b11f76f3b97ec063bd09", 14 | "bin": [ 15 | "emu2.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/d/dchector.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:DCHector", 4 | "author:Daniel Coulom", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/dchector/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/dchector/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.1", 10 | "description": "DCHector is an Interact Home Computer System emulator and several other computers including the Victor and the Hector.", 11 | "homepage": "http://dchector.free.fr", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/dchector/0.1.7z", 14 | "hash": "c965a4107b4c39006dc64bed7d7c6ae5d810887b8bd63c7297505d2f474b0f25", 15 | "bin": [ 16 | "dchector.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/d/dcmicro.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:DCMicroColor", 4 | "author:Daniel Coulom", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/dcmicro/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/dcmicro/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.0", 10 | "description": "DCMicroColor is a Tandy MC10 and Matra-Hachette Alice 4K emulator.", 11 | "homepage": "http://alice32.free.fr/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/dcmicro/1.0.7z", 14 | "hash": "ceaf7b83e70dc3480787f04021dfc7f452701631745c6d8013462ab60efaf344", 15 | "bin": [ 16 | "dcmicrocolor.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/d/dcmo5.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:DCMO5", 4 | "author:Daniel Coulom", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/dcmo5/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/dcmo5/emulator_screen_01.jpg" 8 | ], 9 | "version": "11", 10 | "description": "DCMO5 is a Thomson MO5 emualtor. Screenshot from Author's Website.", 11 | "homepage": "http://dcmo5.free.fr", 12 | "license": "GNU GPLv3", 13 | "url": "https://consolo.is.cc/emu/dcmo5/11.7z", 14 | "hash": "e105c200955f6d24856390abb00bebc700c0bb7da29b2e7587e4fc4217fb7de8", 15 | "bin": [ 16 | "dcmo5.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/d/dcvg5k.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:DCVG5K", 4 | "author:Daniel Coulom", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/dcvg5k/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/dcvg5k/emulator_screen_01.jpg" 8 | ], 9 | "version": "2012.04.13", 10 | "description": "DCVG5K is a Philips, Radiola and Schneider VG5000 emulator.", 11 | "homepage": "http://dcvg5k.free.fr", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/dcvg5k/2012.04.13.7z", 14 | "hash": "1acbf2359c51faaca8198d122e920605b56b975134e28ae5abd9a097ec32f220", 15 | "bin": [ 16 | "dcvg5k.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/d/dega.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Dega", 4 | "author:Dave", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/dega/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/dega/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.16", 10 | "description": "Dega is a Sega Master System and Game Gear emulator.", 11 | "homepage": "http://sourceforge.net/projects/dega/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/dega/1.16.7z", 14 | "hash": "6bd6852e76b97dcd6a0040b8b1634043b4326616a0b4a5732ae3a2f295781a82", 15 | "bin": [ 16 | "dega.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/d/dinoboy.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:DinoBoy", 4 | "author:Prads", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/dinoboy/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.0", 9 | "description": "DinoBoy is a Nintendo Game Boy and Game Boy Color emulator.", 10 | "homepage": "http://www.pradsprojects.com/dinoboy.html", 11 | "license": "GNU GPLv3", 12 | "url": "https://consolo.is.cc/emu/dinoboy/1.0.7z", 13 | "hash": "209f9a0db6fc1ddb9db6a3e0d0cd0c8d4636e6626dbd54da4068cf6c5661828a", 14 | "bin": [ 15 | "Game Boy Emulator.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/d/directvms.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:DirectVMS", 4 | "author:biggs", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/directvms/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/directvms/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.8", 10 | "description": "DirectVMS is a DirectX port of SoftVMS, an emulator for the Sega Dreamcast Visual Memory System.", 11 | "homepage": "http://rpging.simplenet.com", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/directvms/1.8.7z", 14 | "hash": "4957570ea79c4f512cc0e7b7aa96135d41fdaad32f40e5a046cb69623489e006", 15 | "bin": [ 16 | "WinVMS.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/d/dpspemu.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:PSPEmu", 4 | "author:Soywiz", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/dpspemu/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/dpspemu/emulator_screen_01.jpg" 8 | ], 9 | "version": "r301", 10 | "description": "PSPEmu is a Sony Playstation Portable emulator.", 11 | "homepage": "http://pspemu.soywiz.com", 12 | "license": "GNU GPLv3", 13 | "url": "https://consolo.is.cc/emu/dpspemu/r301.7z", 14 | "hash": "9c26e9d582b80f7791f34a6325fd813273a8a83333f217e79b8098d2d7278f27", 15 | "bin": [ 16 | "pspemu.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/d/dve.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:DVE", 4 | "author:Keith Wilkins", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/dve/emulator_screen_01.jpg" 7 | ], 8 | "version": "2.0b12-dos", 9 | "description": "DVE (DOS Vectrex Emulator) is a GCE Vectrex emulator for DOS.", 10 | "homepage": "http://www.atarihq.com/vectrex/dve.htm", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/dve/2.0b12-dos.7z", 13 | "hash": "5983dddeed971384a243a0a8e76939be435996422c24710b6170b9ce48a791d7", 14 | "bin": [ 15 | "VECTREX.EXE" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/e/elkulator.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Elkulator", 4 | "author:Tom Walker", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/elkulator/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/elkulator/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.0", 10 | "description": "Elkulator is an Acorn Electron emulator.", 11 | "homepage": "http://elkulator.acornelectron.co.uk/", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/elkulator/1.0.7z", 14 | "hash": "c2e2e70a98ffa376ed2c8058ef2dcfd47aebcb6e5ea2016ed3a7577aef612514", 15 | "bin": [ 16 | "Elkulator.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/e/em7.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:EM-7", 4 | "author:Yoshimi", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/em7/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/em7/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.2b-dos", 10 | "description": "EM7 is an emulator for the Fujitsu FM-7. NOTE: Emulator and Website are in Japanese.", 11 | "homepage": "http://www23.tok2.com/home/fm7emu/ysm4/ysm44.htm", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/em7/2.2b-dos.7z", 14 | "hash": "f8c0ebd12f785afe4737d441c024a58f00612afc6561d2a12c81ab3c8b983209", 15 | "bin": [ 16 | "EM7SWUP.EXE" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/e/emu2001.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Emulator2001", 4 | "author:Gavin Turner", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/emu2001/emulator_screen_01.jpg" 7 | ], 8 | "version": "120707", 9 | "description": "Emulator 2001 is a multi-system emulator that supports the Emerson Arcadia 2001, the VC 4000, the Elektor TV Games Computer and the VTech Laser-VZ300. For some systems all known ROMs are included.", 10 | "homepage": "http://www.gstsoftware.co.nz/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/emu2001/120707.7z", 13 | "hash": "b6ae983a4b00ae49faf5cdc38fe4fd1ba57e36d4b3971559612acb309c9cb78c", 14 | "bin": [ 15 | "emulator2001_120707.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/e/emu71.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.18", 3 | "description": "Emu71 is an emulator for the HP71B calculator. It base on the sources of the famous HP calculator emulator Emu48 and is published under the GPL. The emulator is running on all Win32 platforms. ", 4 | "homepage": "https://hp.giesselink.com/emu71.htm", 5 | "license": "Unknown", 6 | "url": "https://hp.giesselink.com/Emu71/Emu71v118Setup.zip", 7 | "hash": "fa0dc5b8e5b2996c4f393493a16a2e6d3d3717611a802ffb1b8b3450e87968b6", 8 | "bin": "Emu71.exe", 9 | "checkver": { 10 | "regex": "Installer package of Emu71 v([\\d\\.]+) " 11 | }, 12 | "autoupdate": { 13 | "url": "https://hp.giesselink.com/Emu71/Emu71v$cleanVersionSetup.zip" 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /bucket/e/emukon.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Emukon", 4 | "author:Martin and Robert Konrad", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/emukon/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.05", 9 | "description": "Emukon is a Sega Master System and Game Gear emulator.", 10 | "homepage": "https://web.archive.org/web/20091217085148/http://emukon.kontechs.de:80/", 11 | "license": "KonTechs Freeware License", 12 | "url": "https://consolo.is.cc/emu/emukon/1.05.7z", 13 | "hash": "d96b0159204677e0c9fbb7d24c7d846fac80aca2ebc9b7e56b7d0747af9d6b4c", 14 | "bin": [ 15 | "Emukon.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/e/emuz2000.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:EmuZ-2000", 4 | "author:Toshio Fukui", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/emuz2000/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/emuz2000/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.95.5", 10 | "description": "EmuZ-2000 is a Sharp MZ-2000, MZ-2200, MZ-80B and MZ-80B2 emulator. All documentation is in Japanese.", 11 | "homepage": "http://www5d.biglobe.ne.jp/~object/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/emuz2000/0.95.5.7z", 14 | "hash": "e95d20fb096580a6c311976fc2fe51f77bf30a77cfc5793dee15149409eef3d8", 15 | "bin": [ 16 | "EmuZ2000TF.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/e/emuzwin.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:EmuZWin", 4 | "author:Vladimir Kladov", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/emuzwin/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/emuzwin/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.7", 10 | "description": "EmuZWin is a Sinclair ZX Spectrum and various Russian Clone emulator.", 11 | "homepage": "https://consolo.is.cc/emulator/emuzwin", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/emuzwin/2.7.7z", 14 | "hash": "2e55a11a6e7181c2430a520dca2e8fce51b29a165961284f484a59714705b850", 15 | "bin": [ 16 | "EmuZwin.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/e/enter.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:ENTER", 4 | "author:Kevin Thacker", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/enter/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/enter/emulator_screen_01.jpg" 8 | ], 9 | "version": "2002.01.19", 10 | "description": "ENTER is an Enterprise Computers Enterprise emulator.", 11 | "homepage": "http://enter.emuunlim.com/", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/enter/2002.01.19.7z", 14 | "hash": "4f2347a70fd8a472e7d3b829ca58db489c016603d070a056aa5f865e02768eb2", 15 | "bin": [ 16 | "enter.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/e/ep32.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:ep32", 4 | "author:Kevin Thacker and Vincze Bela Gyorgy", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/ep32/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/ep32/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.20", 10 | "description": "ep32 is an Enterprise Computers Enterprise emulator.", 11 | "homepage": "http://www.ep128.hu/Ep_Emulator_eng.htm", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/ep32/1.20.7z", 14 | "hash": "ad84b41c9c1a58c3ca47a9d2660d910279d5e2f502850f978be1e0dbfa3ae887", 15 | "bin": [ 16 | "ep32.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/e/euphoric.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Euphoric", 4 | "author:Fabrice Francès", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/euphoric/emulator_screen_01.jpg" 7 | ], 8 | "version": "Build-1019", 9 | "description": "Euphoric is a Dos/Windows emulator for the Oric computer", 10 | "homepage": "http://oric.free.fr/emulator.html", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/euphoric/Build-1019.7z", 13 | "hash": "76a96f524b369bd813c866575dff1414f887e1517eb9780d9ba56b37100f282d", 14 | "bin": [ 15 | "euphoric.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/e/ex68.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:EX68", 4 | "author:Yamama", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/ex68/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/ex68/emulator_screen_01.jpg" 8 | ], 9 | "version": "215", 10 | "description": "EX68 is a Sharp X68000 emulator. NOTE: Emulator and Help Files are in Japanese.", 11 | "homepage": "http://www.ksky.ne.jp/~yamama/emul/", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/ex68/215.7z", 14 | "hash": "86fad23292493c1b3279f9cd1082eb16701084bfbedb4b8d307285cb4bab7cbb", 15 | "bin": [ 16 | "EX68.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/f/faux1.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:faux1", 4 | "author:Edward Patel", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/faux1/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/faux1/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.95.9", 10 | "description": "Vace is a Jupiter Cantab Jupiter Ace emulator.", 11 | "homepage": "http://sourceforge.net/projects/faux1", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/faux1/0.95.9.7z", 14 | "hash": "fd43189ec706184085590d38f0f3ef966815dc11a95057b09514f153f8da14e0", 15 | "bin": [ 16 | "faux1.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/f/firegb.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:FireGB", 4 | "author:Frankablu", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/firegb/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.1", 9 | "description": "FireGB is a Nintendo Game Boy emulator.", 10 | "homepage": "https://github.com/Frankablu/FireGB", 11 | "license": "GNU GPLv2", 12 | "url": "https://consolo.is.cc/emu/firegb/1.1.7z", 13 | "hash": "22497ed5e48b90f01ac5915f20d78ea1a9eb30caf56ab84810fbe9cd4d4f1c37", 14 | "bin": [ 15 | "FireGB.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/f/fnc.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Fish 'N' Chips", 4 | "author:hap", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/fnc/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/fnc/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.1.5", 10 | "description": "Fish 'N' Chips is a RCA Cosmac VIP and Chip-8 / SCHIP emulator.", 11 | "homepage": "https://consolo.is.cc/emulator/fnc", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/fnc/2.1.5.7z", 14 | "hash": "73621da952f71d0e30a264143376706a01ee3878dcb155374b5a09f48a816beb", 15 | "bin": [ 16 | "Fish 'N' Chips.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/f/free64.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Free 64", 4 | "author:Brad Martin", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/free64/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.01", 9 | "description": "Free 64 emulates the Commodore 64.", 10 | "homepage": "http://home.gvi.net/~martin/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/free64/0.01.7z", 13 | "hash": "3d09404982f19922292540a00f669e8a0788951a6ef5c83293e1ad7469649a93", 14 | "bin": [ 15 | "FREE64.EXE" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/f/frodo.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Frodo", 4 | "author:Christian Bauer et al.", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/frodo/emulator_screen_01.jpg" 7 | ], 8 | "version": "4.1", 9 | "description": "Frodo is a Commodore C64 emulator. It comes in 3 versions: Standard line-based emulation (frodo.exe - quick), Improved line-based emulation (frodopc.exe - slower) and the Single-Cycle emulation (frodosc.exe - slowest).", 10 | "homepage": "http://frodo.cebix.net/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/frodo/4.1.7z", 13 | "hash": "b93602e317343eb9bb4dd293f373372dec5d6998bd7395ce09686697e9df3634", 14 | "bin": [ 15 | "frodo.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/f/funnymu.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:FunnyMU", 4 | "author:Pablo", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/funnymu/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.43", 9 | "description": "FunnyMu is a Funvision/Whizzard/Creativision emulator for Linux/Mac OS X and (sorta) Windows", 10 | "homepage": "http://www.lemoncube.com/26.html", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/funnymu/0.43.7z", 13 | "hash": "0c066777d94424eb44635850a1c022ad342e3cf2899fde232eac381a3c2325dd", 14 | "bin": [ 15 | "funnymu.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/g/galaxywin.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Galaxy Win", 4 | "author:Sadrzaj", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/galaxywin/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.3", 9 | "description": "Galaxy Win is an emulator for the Galaksija computer. It is a Windows port of the DOS GALAKSIJA emulator by Miodrag Jevremovic.", 10 | "homepage": "http://emulator.galaksija.org/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/galaxywin/0.3.7z", 13 | "hash": "c519ea0600a3f8b3dcd9fa875ff946b4e8837b99b24df551587ca649b12a7448", 14 | "bin": [ 15 | "Galaxy.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/g/gamecomemu.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Game.Com", 4 | "author:UNKNOWN", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/gamecomemu/emulator_screen_01.jpg" 7 | ], 8 | "version": "1998.12.29", 9 | "description": "Game.Com Emulator is the only (AFAIK) emulator for the Tiger Game.Com.", 10 | "homepage": "https://consolo.is.cc/emulator/gamecomemu", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/gamecomemu/1998.12.29.7z", 13 | "hash": "8c2465f26ed1ce37186906b8aeeb3de19a1d63c2c0719765084359ebfa4c595e", 14 | "bin": [ 15 | "GAMECOM.EXE" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/g/gbeplus.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.6", 3 | "description": "A gameboy trying to emulate ALL the peripherals for the gameboy", 4 | "homepage": "https://github.com/shonumi/gbe-plus", 5 | "license": "GPL-2.0", 6 | "url": "https://github.com/shonumi/gbe-plus/releases/download/1.6/gbe_plus_1.6.7z", 7 | "hash": "dc5600e6661113fefed19642a34924d9238c0a981037044d7e8dbd29c2fbab3f", 8 | "extract_dir": "gbe-plus", 9 | "bin": "gbe_plus_qt.exe", 10 | "shortcuts": [ 11 | [ 12 | "gbe_plus.exe", 13 | "gbeplus", 14 | "gbe+" 15 | ] 16 | ], 17 | "checkver": "github", 18 | "autoupdate": { 19 | "url": "https://github.com/shonumi/gbe-plus/releases/download/$version/gbe_plus_$version.7z" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/g/geepee32.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:GeePee32", 4 | "author:Tim Schuerewegen", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/geepee32/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/geepee32/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.43", 10 | "description": "GeePee32 is a Game-Park GP32 handheld console.", 11 | "homepage": "http://users.skynet.be/firefly/gp32/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/geepee32/0.43.7z", 14 | "hash": "add4a8a3392a4aad38cf630aedb2e907c2d628adb1db5593095afc8cc2d465bc", 15 | "bin": [ 16 | "geepee32.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/g/genieous.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Genieous", 4 | "author:Attila Grosz", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/genieous/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/genieous/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.0.3", 10 | "description": "Genieous is an EACA EG2000 Color Genie emulator. The current version only supports the unexpanded Color Genie.", 11 | "homepage": "http://gaia.atilia.eu/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/genieous/1.0.3.7z", 14 | "hash": "4401d42829ac133f0c0f44fda1384b9d0dfbc64fec3481d46716687ab20fdf5d", 15 | "bin": [ 16 | "Genieous.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/g/gm2001.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:GM2001", 4 | "author:Hanz Freemurmur", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/gm2001/emulator_screen_01.jpg" 7 | ], 8 | "version": "1998.04.04", 9 | "description": "This is my emulator for GameMaster 2001, it is being a much popular small game unit here in Europe, I am thinking they make it at other places too! I decide to make this emulator to learn how to do it.", 10 | "homepage": "https://consolo.is.cc/emulator/gm2001", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/gm2001/1998.04.04.7z", 13 | "hash": "23224524b9cf6e0d37ed6fbf9e2a87ada5f34038713e37fc5eb68f5597cc45a5", 14 | "bin": [ 15 | "GM2001.EXE" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/g/gsport.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:GSPort", 4 | "author:GSport Development Team", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/gsport/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.31", 9 | "description": "GSport is an Apple IIGS emulator based on the KEGS cross-platform IIgs emulator by Kent Dickey.", 10 | "homepage": "http://gsport.sourceforge.net/index.html", 11 | "license": "GNU GPLv2", 12 | "url": "https://consolo.is.cc/emu/gsport/0.31.7z", 13 | "hash": "727f42d7eecd4b15ba1d9f3f3d0b6392957de4c5b128a43273a616689a6a8933", 14 | "bin": [ 15 | "GSport.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/h/hbmame.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.245.14", 3 | "description": "HBMAME (HomeBrew MAME) is a derivate of MAME, and contains various hacks and homebrews that are not included in MAME. It is based on the latest MAME source from SVN at the time of release.", 4 | "homepage": "http://hbmame.1emulation.com/", 5 | "license": "https://raw.githubusercontent.com/Robbbert/hbmame/master/COPYING", 6 | "url": "http://hbmame.1emulation.com/hbmame24514.7z", 7 | "hash": "0de8c3127d1c1be467db10b641f9ba3a8c7759c3a01978d180cc0dd802e09413", 8 | "bin": "hbmame.exe", 9 | "checkver": { 10 | "regex": "HBMAME ([\\d\\.]+) " 11 | }, 12 | "autoupdate": { 13 | "url": "http://hbmame.1emulation.com/hbmame$minorVersion$patchVersion.7z" 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /bucket/h/hbmameui.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.245.14", 3 | "description": "HBMAMEUI (HomeBrew MAME) is a derivate of MAME, and contains various hacks and homebrews that are not included in MAME. It is based on the latest MAME source from SVN at the time of release.", 4 | "homepage": "http://hbmame.1emulation.com/", 5 | "license": "https://raw.githubusercontent.com/Robbbert/hbmame/master/COPYING", 6 | "url": "http://hbmame.1emulation.com/hbmameui24514.7z", 7 | "hash": "31c9bbb3af16e8dc189dd910f21e10b4ba61b200849ef2d953337384b2e482df", 8 | "bin": "hbmameui.exe", 9 | "checkver": { 10 | "regex": "HBMAMEUI ([\\d\\.]+) " 11 | }, 12 | "autoupdate": { 13 | "url": "http://hbmame.1emulation.com/hbmameui$minorVersion$patchVersion.7z" 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /bucket/h/hdnes.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:HDNes", 4 | "author:mkwong98", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/hdnes/emulator_screen_01.jpg" 7 | ], 8 | "version": "20.07.2014", 9 | "description": "HDNes is a Nintendo Entertainment System emulator with the ability to replace the graphics of the game with custom-made graphics packs and it also comes with an editor for creating them.", 10 | "homepage": "http://forums.nesdev.com/viewtopic.php?f=3&t=9935", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/hdnes/20.07.2014.7z", 13 | "hash": "ebd9089a049ecf7f7cd6682bdb0fa9dd674c5e41b3df52ab6608778576dffafb", 14 | "bin": [ 15 | "hdnes.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/h/hhugboy.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:hhugboy", 4 | "author:Taizou", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/hhugboy/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.1.8", 9 | "description": "a Game Boy/Game Boy Color emulator for Windows.", 10 | "homepage": "http://hhug.me", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/hhugboy/1.1.8.7z", 13 | "hash": "a8815fe3d6acd5a5a40a1501c32afa7f27eec3b9b89aa623dab7a30152e195e0", 14 | "bin": [ 15 | "hhugboy.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/h/higan-dev.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "nightly", 3 | "description": "A multi-system emulator that is quite large.", 4 | "homepage": "https://higan.byuu.org/", 5 | "license": { 6 | "identifier": "Unknown" 7 | }, 8 | "url": "https://github.com/higan-emu/higan/releases/download/nightly/higan-windows.zip", 9 | "hash": "3bf9af40417e2671c269cc05511bd8a2c8d0bf65a0d44dcc64d069560293ab61", 10 | "extract_dir": "higan-nightly", 11 | "bin": "icarus.exe", 12 | "shortcuts": [ 13 | [ 14 | "icarus.exe", 15 | "icarus" 16 | ] 17 | ], 18 | "autoupdate": { 19 | "url": "https://github.com/higan-emu/higan/releases/download/nightly/higan-windows.zip" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/h/hola.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:HoLa!", 4 | "author:Attila Grosz", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/hola/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/hola/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.2b", 10 | "description": "Hola! is a HomeLab Model 4 emulator. The Emulator and all documentation is in Hungarian.", 11 | "homepage": "http://gaia.atilia.eu/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/hola/2.2b.7z", 14 | "hash": "3452a8f6e695cd7fbb4068f308aed159b2872a10b30e1c1258016e52c63520b8", 15 | "bin": [ 16 | "HomeLab.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/h/homelab.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:HomeLAB", 4 | "author:Grósz Attila", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/homelab/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.2", 9 | "description": "HomeLAB is an HomeLAB4 emulator for Windows", 10 | "homepage": "http://gaia.atilia.eu/content/view/3/4/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/homelab/1.2.7z", 13 | "hash": "0d4a0881f2a8cd7269c759bf48c827da6662c3e58ac521c10a8dfb37629b2af2", 14 | "bin": [ 15 | "Homelab.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/h/horizon.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Horizon", 4 | "author:Chris Lam", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/horizon/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/horizon/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.1", 10 | "description": "Horizon emulates the Acorn BBC Micro (Model B) with 32K RAM. B+ and Master models are not supported.", 11 | "homepage": "https://consolo.is.cc/emulator/horizon", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/horizon/2.1.7z", 14 | "hash": "346e40dcbd454e676932d44a7b61cb285543ec6a0eec26d14cb4037f7a89c236", 15 | "bin": [ 16 | "Horizon 2.1.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/h/hpsx64.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:HPSX (Highly-Experimental Playstation Emulator)", 4 | "author:TheGangster", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/hpsx64/emulator_screen_01.jpg" 7 | ], 8 | "version": "019", 9 | "description": "HPSX (Highly-Experimental Playstation Simulator) is a Sony Playstation 1 & Playstation 2 emulator. NOTE: 64bit ONLY and PS2 emulator is still in Alpha.", 10 | "homepage": "https://sourceforge.net/projects/hpsx64/", 11 | "license": "GNU GPLv3", 12 | "url": "https://consolo.is.cc/emu/hpsx64/019.7z", 13 | "hash": "85519a117ef111d014935479ff5fd643e0d18de4a74541ea11b030ba0b35a994", 14 | "bin": [ 15 | "hps1x64.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/h/ht1080z.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:HT1080Z", 4 | "author:Attila Grosz", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/ht1080z/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/ht1080z/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.6.4-win64", 10 | "description": "HT-1080Z is a VideoGenie I, System-80, TRS-80 and HT-1080Z emulator.", 11 | "homepage": "http://gaia.atilia.eu/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/ht1080z/1.6.4-win64.7z", 14 | "hash": "08a6d814fa0b6151aba675c0b0d19eec0e24e24a4170f56e16588a982bd60418", 15 | "bin": [ 16 | "HT1080Z.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/h/hu6280.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Hu6280", 4 | "author:Vobbo", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/hu6280/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.05b", 9 | "description": "Hu6280 is an NEC TurboGrafx-16 Entertainment SuperSystem and PC Engine emulator.", 10 | "homepage": "http://www.hu6280.com", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/hu6280/1.05b.7z", 13 | "hash": "24ea731db3f8c2470ad1076348fe31b749409993b58f2fdf75b4573d492a946f", 14 | "bin": [ 15 | "hu6280.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/h/hugo.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Hu-Go!", 4 | "author:Zeograd", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/hugo/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/hugo/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.12", 10 | "description": "Good pce emulator. Plays sounds, support fullscreen. Plays most roms!", 11 | "homepage": "http://www.zeograd.com", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/hugo/2.12.7z", 14 | "hash": "fc3aa0e88a8b29fb24c01d19d3826b2d459e45a5436c8d50fa61a06eda03eb69", 15 | "bin": [ 16 | "hugo.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/i/ice64.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:ICE64", 4 | "author:Pokefan", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/ice64/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/ice64/emulator_screen_01.jpg" 8 | ], 9 | "version": "3.7.0b", 10 | "description": "ICE64 is a Nintendo 64 emulator base on the NICE64 v2.1.2 code base", 11 | "homepage": "https://consolo.is.cc/emulator/ice64", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/ice64/3.7.0b.7z", 14 | "hash": "2916748ec1612b9e8490ae5393b21b150f3cd17038c95ce29b16384ea74f46f1", 15 | "bin": [ 16 | "ICE64.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/i/infovectrex.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:InfoVectrex", 4 | "author:Jay's Factory", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/infovectrex/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.3j", 9 | "description": "InfoVectrex is a Bandai Vectrex emulator.", 10 | "homepage": "https://github.com/jay-kumogata/InfoVectrex", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/infovectrex/0.3j.7z", 13 | "hash": "b2d7816db08b604fc710b56b4ac1526e9ffe21452174209e31506c4f418297be", 14 | "bin": [ 15 | "InfoVectrex.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/i/ip6.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:iP6", 4 | "author:ISHIOKA Hiroshi", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/ip6/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.63release6", 9 | "description": "iP6 is an NEC PC-6001 emulator.", 10 | "homepage": "http://p6ers.net/mm/pc-6001/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/ip6/0.63release6.7z", 13 | "hash": "738693246e2a94e9bbcf77e366dd8a8f51a6c79f0d420d34aa04bdeae1908c09", 14 | "bin": [ 15 | "ip6Win.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/j/jackal.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Jackal", 4 | "author:Expert and Floating Point", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/jackal/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/jackal/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.009", 10 | "description": "Jackal is a Sony Playstation 1 emulator.", 11 | "homepage": "https://consolo.is.cc/emulator/jackal", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/jackal/0.009.7z", 14 | "hash": "dce692de1ad4b711bfa744e6934b692056e15f2f74de8cbf934bf69ae8e02132", 15 | "bin": [ 16 | "jackal.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/j/javacpc.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:JavaCPC", 4 | "author:Markus Hohmann aka Devilmarkus", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/javacpc/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/javacpc/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.9.5e", 10 | "description": "JavaCPC is a Java-based CPC emulator that has a complete Desktop environment.", 11 | "homepage": "http://cpc-live.com/news.php", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/javacpc/2.9.5e.7z", 14 | "hash": "bd717e624704bece5fa4593560d212e7e298e1343c75495961cc7a92a5c1a610", 15 | "bin": [ 16 | "JavaCPC.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/j/joyce.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:JOYCE", 4 | "author:John Elliott", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/joyce/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/joyce/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.2.11", 10 | "description": "JOYCE emulates a PCW8000 series computer. Run it, and your PC becomes a PCW.", 11 | "homepage": "http://www.seasip.info/Unix/Joyce/download.html", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/joyce/2.2.11.7z", 14 | "hash": "f3073172463d88d33488a28cca98d2c958bd908380206026457173806694d80f", 15 | "bin": [ 16 | "xjoyce.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/j/joytokey.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "7.1.1", 3 | "description": "This software is a keyboard emulator for joysticks. It converts joystick input into keyboard input (and mouse input).Use it when you want to control an application with joysticks that doesn't support joystick input. If you wish, you can control even Word, Excel, etc. with joysticks! ", 4 | "homepage": "https://joytokey.net/ja/", 5 | "license": "Unknown", 6 | "url": "https://joytokey.net/download/JoyToKey.zip", 7 | "hash": "2a19081598a1b74ea7074b9de111561d931bec2ece72ac731382cd35a4caa146", 8 | "bin": "JoyToKey.exe", 9 | "checkver": { 10 | "regex": "最新バージョン ([\\d\\.]+)<" 11 | }, 12 | "autoupdate": { 13 | "url": "https://joytokey.net/download/JoyToKey.zip" 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /bucket/j/jpemu.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:JPeMu IMPACT", 4 | "author:Tony Friery", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/jpemu/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/jpemu/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.51", 10 | "description": "JPeMu emulates Fruit Machines based on JPM Impact technology.", 11 | "homepage": "https://consolo.is.cc/emulator/jpemu", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/jpemu/2.51.7z", 14 | "hash": "8d825384205766b0a30291aa7cb160669c93addd5eb3f03a1159d771e420bf79", 15 | "bin": [ 16 | "JPeMu v2.51.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/j/jvz200.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:James VZ200", 4 | "author:James the Animal Tamer", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/jvz200/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/jvz200/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.21", 10 | "description": "James's VZ200, an emulator for the VZ200 computer", 11 | "homepage": "http://www.lchr.org/a/18/2t/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/jvz200/0.21.7z", 14 | "hash": "794b5335a4e714e66d79b889c1316903daf60dbcc83b927c238482b00dd067ff", 15 | "bin": [ 16 | "jvz200.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/j/jzintv.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:jzIntv", 4 | "author:Joseph Zbiciak", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/jzintv/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/jzintv/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.0", 10 | "description": "jzIntv is an Intellivision emulator.", 11 | "homepage": "http://spatula-city.org/~im14u2c/intv", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/jzintv/1.0.7z", 14 | "hash": "1fd9dcd03e8667f67c250ce0a9f1c3bfdc54dd3b9d2b221719f4c545fee62dbd", 15 | "bin": [ 16 | "jzintv.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/k/kegs32.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Kent's Emulated GS32", 4 | "author:Chea Chee Keong", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/kegs32/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.91", 9 | "description": "KEGS32 is Apple ][ GS emulator based on the Kent Dickey's KEGS for UNIX.", 10 | "homepage": "http://www.emaculation.com/kegs32.htm", 11 | "license": "GNU GPLv2", 12 | "url": "https://consolo.is.cc/emu/kegs32/0.91.7z", 13 | "hash": "1db0d508ca8faeb0105fc6b7581116c9fddb4c53dcb9b3e8371dda0eb7eaf949", 14 | "bin": [ 15 | "kegs32.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/k/klive.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Klive", 4 | "author:Steve Snake", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/klive/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/klive/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.1", 10 | "description": "Klive is a Sinclair ZX Spectrum emulator.", 11 | "homepage": "https://github.com/hsaturn/klive", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/klive/1.1.7z", 14 | "hash": "1a4f2342d32cf60e46d20e23a4f899de3c4063b371cc02e9ea2b39d37a2db460", 15 | "bin": [ 16 | "Klive.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/k/koleko.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:KOLEKO", 4 | "author:Saverio Russo aka SiRioKD", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/koleko/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.33", 9 | "description": "KOLEKO is a Coleco ColecoVision emulator.", 10 | "homepage": "https://consolo.is.cc/emulator/koleko", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/koleko/1.33.7z", 13 | "hash": "35e3d845b952b87550790bda0e9af524a205bd70f75ba8cda14e95e15755786a", 14 | "bin": [ 15 | "koleko_vos.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/k/koyote.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Koyote", 4 | "author:David Raingeard and Romain Tisserand", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/koyote/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/koyote/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.5.0", 10 | "description": "Koyote is an SNK Neo Geo Pocket and Pocket Color emulator.", 11 | "homepage": "https://consolo.is.cc/emulator/koyote", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/koyote/0.5.0.7z", 14 | "hash": "f6f07dbbc13eaa7c98a55338f1e2f5ced99974aa85a15f332563f3e1782d01db", 15 | "bin": [ 16 | "koyote.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/l/lisa.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Lisa", 4 | "author:Gilles Fetis", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/lisa/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.10a", 9 | "description": "Lisa is an Apple Lisa emulator.", 10 | "homepage": "https://lisa.sunder.net/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/lisa/0.10a.7z", 13 | "hash": "935855df5378fc652e97ff7f0c6d8e2d9a00a480302e49354380023c7e98c13f", 14 | "bin": [ 15 | "idle.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/l/lisaem.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:LisaEm", 4 | "author:Ray A. Arachelian", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/lisaem/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/lisaem/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.2.6", 10 | "description": "LisaEm is an Apple Lisa emulator.", 11 | "homepage": "http://lisaem.sunder.net/", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/lisaem/1.2.6.7z", 14 | "hash": "e24e2a6026b72cd279e4172f641d635dcd58200f40fa30d9025fbf0b42d19a28", 15 | "bin": [ 16 | "lisaem.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/l/ludo.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.18.0", 3 | "description": "Ludo is a work in progress libretro frontend written in go. It works on OSX, Linux, Linux ARM and Windows. libretro is an API designed mainly for games and emulators.", 4 | "homepage": "https://github.com/libretro/ludo/", 5 | "license": "GPL-3", 6 | "url": "https://github.com/libretro/ludo/releases/download/v0.18.0/Ludo-Windows-x86_64-0.18.0.zip", 7 | "hash": "6185ff426abb2db1a50c1db939ad6bae9c78b18258df85936cb112ba1ba592b6", 8 | "bin": "ludo.exe", 9 | "checkver": "github", 10 | "autoupdate": { 11 | "url": "https://github.com/libretro/ludo/releases/download/v$version/Ludo-Windows-x86_64-$version.zip" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /bucket/m/m88.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:M88", 4 | "author:rururutan", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/m88/emulator_screen_01.jpg" 7 | ], 8 | "version": "2.21a", 9 | "description": "M88 is an NEC PC8001 emulator. NOTE: The emulator is in Japanese.", 10 | "homepage": "http://github.com/rururutan/m88", 11 | "license": "NewBSD", 12 | "url": "https://consolo.is.cc/emu/m88/2.21a.7z", 13 | "hash": "4ce5ce5d934d2808bae71b3a3f522042313bb4891fd00d021288a7b5adb8776a", 14 | "bin": [ 15 | "M88.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/m/mahnes.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:MahNES", 4 | "author:H Lorenzi", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/mahnes/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.3.004", 9 | "description": "MahNES is a Nintendo Entertainment System emulator.", 10 | "homepage": "https://github.com/hlorenzi/mahnes", 11 | "license": "BSD", 12 | "url": "https://consolo.is.cc/emu/mahnes/0.3.004.7z", 13 | "hash": "8fceb6e3b34af31d3a9185e9778448328667ede83896b64bd76b7a42123006a3", 14 | "bin": [ 15 | "MahNES.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/m/makaron.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Makaron", 4 | "author:Deunan", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/makaron/emulator_screen_01.jpg" 7 | ], 8 | "version": "12.7", 9 | "description": "Makaron is a Sega Dreamcast and Naomi emulator.", 10 | "homepage": "http://dknute.livejournal.com", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/makaron/12.7.7z", 13 | "hash": "29745968029c5a5411f3370a38210f0731a654c5686b809affc74a57b9176edc", 14 | "bin": [ 15 | "NAOMI.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/m/mameclassic.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "10.2.0", 3 | "description": "Mame Classic is the first Windows Front-End for M.A.M.E. to feature independent default settings for raster and vector games! Works with Windows 98, ME, 2000, XP, & Vista.", 4 | "homepage": "https://mameclassic.mameworld.info/", 5 | "license": "GNU GPLv2, BSD-3-Clause", 6 | "url": "http://mameclassic.mameworld.info/downloads/FP1020.zip", 7 | "hash": "77a1bad3c5b0a5e5854c9d862b83a781d04779ab378ff43863a78445cb69dae2", 8 | "bin": "MClassic.exe", 9 | "checkver": { 10 | "regex": "Version ([\\d\\.]+) -" 11 | }, 12 | "autoupdate": { 13 | "url": "http://mameclassic.mameworld.info/downloads/FP$cleanVersion.zip" 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /bucket/m/mameplus.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.168", 3 | "description": "Mame Plus! is a fork of MAME", 4 | "homepage": "http://messui.1emulation.com/", 5 | "license": "https://raw.githubusercontent.com/Robbbert/messui/master/COPYING", 6 | "url": "http://messui.1emulation.com/Mamep168.7z", 7 | "hash": "d7c440c9ef9b17351b73fa33a691d75c0ac651eab2059d4777541e7cde97b6a6", 8 | "bin": [ 9 | "mamep.exe", 10 | "mamepui.exe" 11 | ], 12 | "checkver": { 13 | "regex": "MAME Plus! ([\\d\\.]+) " 14 | }, 15 | "autoupdate": { 16 | "url": "http://messui.1emulation.com/Mamep$minorVersion.7z" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /bucket/m/meisei.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:meisei", 4 | "author:hap", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/meisei/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/meisei/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.3.2", 10 | "description": "meisei is an MSX emulator. NOTE: BIOS is NOT required but will improve emulation and allow access to extra features.", 11 | "homepage": "https://consolo.is.cc/emulator/meisei", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/meisei/1.3.2.7z", 14 | "hash": "afaa1b136af599a6da75d4006af451978f44a09e500c37152682a60952b925d9", 15 | "bin": [ 16 | "meisei.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/m/mercury.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Mercury Revival", 4 | "author:Avgardisme", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/mercury/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/mercury/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.032", 10 | "description": "Mercury Revival is a Nintendo Entertainment System emulator. This emulator is in French.", 11 | "homepage": "https://consolo.is.cc/emulator/mercury", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/mercury/0.032.7z", 14 | "hash": "f9ee31d792188f0be532a2c3a793f0b154e235140047f79733ce136acae9e9b3", 15 | "bin": [ 16 | "Mercury.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/m/mesadx.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:MesaDX", 4 | "author:Eric R Quinn", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/mesadx/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/mesadx/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.04", 10 | "description": "MesaDX is a Sega Master System and Game Gear emulator.", 11 | "homepage": "https://web.archive.org/web/20070124152103/http://home.comcast.net/~mesadx/index.html", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/mesadx/0.04.7z", 14 | "hash": "9a46a8dbef77dcb353fb5b5aeafab3f86b242e5bb112f79af01a2ce978b7e07c", 15 | "bin": [ 16 | "MesaDX.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/m/micro64.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Micro64", 4 | "author:Benjamin 'BeRo' Rosseaux", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/micro64/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/micro64/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.00.2013.05.11-win64", 10 | "description": "Micro64 aims to be the most accurate Commodore 64 emulator.", 11 | "homepage": "http://micro64.de/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/micro64/1.00.2013.05.11-win64.7z", 14 | "hash": "e54f74b4b48ce0dd5644abff433739e82ce1994c86006c112893ef2a71275ef4", 15 | "bin": [ 16 | "micro64.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/m/minimon.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Minimon", 4 | "author:Bryon Vandiver", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/minimon/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/minimon/emulator_screen_01.jpg" 8 | ], 9 | "version": "2005-01-20", 10 | "description": "This is the world first Pokemon Mini emulator.", 11 | "homepage": "http://www.sublab.net/minimon/minimon.html", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/minimon/2005-01-20.7z", 14 | "hash": "137c376d9ee67dc16b09b6a24f49e4017bd0e071f29976a179745b335a14f711", 15 | "bin": [ 16 | "Minimon.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/m/minivmac.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Mini vMac", 4 | "author:Paul C Pratt and Others", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/minivmac/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/minivmac/emulator_screen_01.jpg" 8 | ], 9 | "version": "3.3.3-win64", 10 | "description": "Mini vMac is an Apple Macintosh (using Motorola 680x0 processors) emulator.", 11 | "homepage": "http://minivmac.sourceforge.net", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/minivmac/3.3.3-win64.7z", 14 | "hash": "2cac213d91d600f7d64f846fc336c6c64b2ba9beb29a5aefde8614c432d536e7", 15 | "bin": [ 16 | "Mini vMac.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/m/minus4.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Minus4w", 4 | "author:Mike Dailly", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/minus4/emulator_screen_01.jpg" 7 | ], 8 | "version": "2.6", 9 | "description": "Minus / 4 is a C16 / Plus/4 emulator for Windows.", 10 | "homepage": "http://minus4.plus4.net", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/minus4/2.6.7z", 13 | "hash": "408f9af5654f050499a7c04cc693f19a7523d51775bae6590f48606069d9ca96", 14 | "bin": [ 15 | "minus4w.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/m/model-b.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "20040410", 3 | "description": "model-b is a BBC Micro emulator", 4 | "homepage": "http://modelb.bbcmicro.com", 5 | "license": "GPL-2.0-only", 6 | "url": "http://modelb.bbcmicro.com/latest/modelb-dx8.zip", 7 | "hash": "9cade6d0f7a45b4a91c7e14dce5259fc8a9c0b7d1f27d240fc2b916f6e477741", 8 | "shortcuts": [ 9 | [ 10 | "modelb.exe", 11 | "model-b" 12 | ] 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /bucket/m/mtxemu.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Mt. Xemu", 4 | "author:Per Persson and Bemmu Sepponen", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/mtxemu/emulator_screen_01.jpg" 7 | ], 8 | "version": "r1", 9 | "description": "Mt. Xemu is a Memotech MTX emulator.", 10 | "homepage": "https://consolo.is.cc/emulator/mtxemu", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/mtxemu/r1.7z", 13 | "hash": "05fa8fd7452115093bea6dc7353aedee85fb2e6bf615d806b712fccc7e6f8ee8", 14 | "bin": [ 15 | "MtXemu.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/m/mynes.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:My NES", 4 | "author:Ala Ibrahim Hadid", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/mynes/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/mynes/emulator_screen_01.jpg" 8 | ], 9 | "version": "6.3.10", 10 | "description": "My NES is a portable, open source, low level Nintendo Entertainment Systema and Famicom emulator.", 11 | "homepage": "http://sourceforge.net/projects/mynes/", 12 | "license": "GNU GPLv3", 13 | "url": "https://consolo.is.cc/emu/mynes/6.3.10.7z", 14 | "hash": "94b1bc4b68ac0e406247ef2ed38e506dc3ff400178ce11143e1f868f4a73e4ab", 15 | "bin": [ 16 | "MyNes.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/m/mz700win.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:MZ700WIN", 4 | "author:Takeshi Maruyama (marukun)", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/mz700win/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.56", 9 | "description": "mz700win - an MZ-700 emulator.", 10 | "homepage": "http://www.retropc.net/mz-memories/mz700/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/mz700win/0.56.7z", 13 | "hash": "d8ca72c041469e37a485815be550919f90c66bad392050e2ff1a3b233fcb22a9", 14 | "bin": [ 15 | "mz700win.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/m/mz800emu.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:MZ-800", 4 | "author:Michael Hucik aka chaky", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/mz800emu/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.0.3", 9 | "description": "MZ800Emu is a Sharp MZ-700 and MZ-800 emulator.", 10 | "homepage": "http://sourceforge.net/projects/mz800emu/", 11 | "license": "GNU GPLv3", 12 | "url": "https://consolo.is.cc/emu/mz800emu/1.0.3.7z", 13 | "hash": "6e67a29ac0ea2fdc2956bc3658c9654d11ff355a20639abd403fcad41827ca0c", 14 | "bin": [ 15 | "mz800emu.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/n/nanowasp.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:NanoWasp", 4 | "author:Dave Chuchill", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/nanowasp/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/nanowasp/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.0b", 10 | "description": "An emulator for the Microbee, a microcomputer popular in Australia in the early '80s.", 11 | "homepage": "http://www.stairwaytohell.com/atom/wouterras/", 12 | "license": "GNU GPLv3", 13 | "url": "https://consolo.is.cc/emu/nanowasp/2.0b.7z", 14 | "hash": "b6990ae8f1466fdcd6417082478ae98ee3bd01c1bbc2ebbc5e83d989a8e831d3", 15 | "bin": [ 16 | "nanowasp.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/n/nebula.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Nebula", 4 | "author:ElSemi", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/nebula/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/nebula/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.25b", 10 | "description": "Nebula is a Capcom CPS1 and CPS2 and SNK NeoGeo emulator.", 11 | "homepage": "http://nebula.emulatronia.com", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/nebula/2.25b.7z", 14 | "hash": "375c7ded1a2ee60ec33e770e3b81f14b9b7e4ef472f247fedd17c09da17548be", 15 | "bin": [ 16 | "nebula.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/n/nekoprojectii.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Neko Project II", 4 | "author:NP Team", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/nekoprojectii/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/nekoprojectii/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.86-win64", 10 | "description": "Neko Project II is an NEC PC-9801 series emulator.", 11 | "homepage": "http://www.yui.ne.jp/np2/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/nekoprojectii/0.86-win64.7z", 14 | "hash": "76056ba519391878836fa98b71f7f5115be357890335d5de841780e1d43e9ed2", 15 | "bin": [ 16 | "np2.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/n/neocdsdl.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:NeoCD/SDL", 4 | "author:Fosters", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/neocdsdl/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/neocdsdl/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.3.1", 10 | "description": "NeoCD/SDL is a port of NeoCD using SDL libraries.", 11 | "homepage": "http://pacifi3d.retrogames.com/neocdsdl/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/neocdsdl/0.3.1.7z", 14 | "hash": "63aac0bcbe4a4b177e246deace0278166df2a15546af5d14499dce0d2bc056f9", 15 | "bin": [ 16 | "neocd.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/n/neochip8.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:NeoChip8", 4 | "author:Eric Scrivner aka zenogais", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/neochip8/emulator_screen_01.jpg" 7 | ], 8 | "version": "2004.06.30", 9 | "description": "NeoChip8 is a RCA COSMAC VIP and Chip-8 emulator.", 10 | "homepage": "https://consolo.is.cc/emulator/neochip8", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/neochip8/2004.06.30.7z", 13 | "hash": "1fbc033b685f11a1b40c3854b1b1b98cd5f4e054e270b077114f873221892b36", 14 | "bin": [ 15 | "NeoChip8.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/n/neopocott.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:NeoPocott", 4 | "author:Julien FRELAT \"Gollum\"", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/neopocott/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/neopocott/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.38b", 10 | "description": "NeoPocott is an SNK Neo Geo Pocket and Neo Geo Pocket Color emulator.", 11 | "homepage": "http://neopocott.emuunlim.com", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/neopocott/0.38b.7z", 14 | "hash": "569e1fc8b76999a62ce632fe06889b94366711015295ae13b122811793597c76", 15 | "bin": [ 16 | "NeoPocott.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/n/neopop.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:NeoPop", 4 | "author:neopop_uk", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/neopop/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/neopop/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.06b", 10 | "description": "NeoPop is a portable 'NeoGeo Pocket (Color)' emulator.", 11 | "homepage": "http://neopop.emuxhaven.net", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/neopop/1.06b.7z", 14 | "hash": "b77f779d4bc98cd88f1075e0182ef0eb53a4746714613a36f3abf6beb4ad9f55", 15 | "bin": [ 16 | "NeoPop-Win32.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/n/nesemu.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:nes-emu", 4 | "author:Antonio Maiorano", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/nesemu/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/nesemu/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.3", 10 | "description": "nes-emu is a Nintendo Entertainment System emulator.", 11 | "homepage": "http://github.com/amaiorano/nes-emu/", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/nesemu/1.3.7z", 14 | "hash": "d405714a0091360326d3c6652feed6ece2fefb921f879a53ca5aaf4199ced227", 15 | "bin": [ 16 | "nes-emu.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/n/nesticle.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:NESticle", 4 | "author:Bloodlust Software", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/nesticle/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.42", 9 | "description": "NESticle is a Nintendo Entertainment System emulator.", 10 | "homepage": "http://bloodlust.zophar.net/NESticle/nes.html", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/nesticle/0.42.7z", 13 | "hash": "a3d77211665b550cbd7ac075262134b32e62b82206c6eae42d5651c18d0b41f4", 14 | "bin": [ 15 | "NESTCL95.EXE" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/n/neusnem.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:NewSneM", 4 | "author:Tom Walker", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/neusnem/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.1", 9 | "description": "NewSneM is a Nintendo SNES emulator.", 10 | "homepage": "https://consolo.is.cc/emulator/neusnem", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/neusnem/0.1.7z", 13 | "hash": "73b5f8de7bd637c7e5c37d7622462213bcd07d4723303e0f282a49f05a0157ff", 14 | "bin": [ 15 | "NeuSneM.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/n/ngae.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:NGAE", 4 | "author:IsmaMj", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/ngae/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/ngae/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.2", 10 | "description": "NGAE is a Neo Geo emulator based on MAME 146.", 11 | "homepage": "https://consolo.is.cc/emulator/ngae", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/ngae/1.2.7z", 14 | "hash": "1fd8e5992c2592364f20e8ff52041796654322d9d887d0ae9fc24a692a63173b", 15 | "bin": [ 16 | "NGAEUI32.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/n/nice64.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:NICE64", 4 | "author:Rice and Pokefan", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/nice64/emulator_screen_01.jpg" 7 | ], 8 | "version": "2.1.1", 9 | "description": "NICE64 is a Nintendo 64 emulator.", 10 | "homepage": "https://consolo.is.cc/emulator/nice64", 11 | "license": "GNU GPLv2", 12 | "url": "https://consolo.is.cc/emu/nice64/2.1.1.7z", 13 | "hash": "43856e8bcfb2754a74ca11d9ae4dcab0a6768039d42010d777247241bc289137", 14 | "bin": [ 15 | "NICE64.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/n/nlmsx.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:NLMSX", 4 | "author:Frits Hilderink", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/nlmsx/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/nlmsx/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.48", 10 | "description": "NLMSX is an emulator for the MSX, MSX2, MSX2+ and MSX Turbo-R computers.", 11 | "homepage": "http://nlmsx.generation-msx.nl/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/nlmsx/0.48.7z", 14 | "hash": "03c83e345a580ce054bdc5a03b76501a6be22c7a9c6b5cb57b8d899c70655eb6", 15 | "bin": [ 16 | "nlmsx.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/n/nnnesterj.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:NNNesterJ", 4 | "author:UNKNOWN", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/nnnesterj/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/nnnesterj/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.23", 10 | "description": "NNNesterJ is a Nintendo Entertainment System emulator based on NesterJ.", 11 | "homepage": "http://www.emulation9.com/nnnesterj", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/nnnesterj/0.23.7z", 14 | "hash": "5ca05fb880d6ffee9cfcf49705bf60ead00a174fca2eb1a79e6810fd1b2ac81d", 15 | "bin": [ 16 | "nnnesterJ.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/n/no2k6.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:no$2k6", 4 | "author:Martin Korth", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/no2k6/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/no2k6/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.1", 10 | "description": "nocash Atari 2600 emulator/debugger for windows.", 11 | "homepage": "http://problemkaputt.de/index.htm", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/no2k6/1.1.7z", 14 | "hash": "26df7eff167f4cdfdc2382447b5a95efc63c240c4708002d26eb0de72ef1ac2f", 15 | "bin": [ 16 | "NO$2K6.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/n/nocpc.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:no$cpc", 4 | "author:Martin Korth", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/nocpc/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/nocpc/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.8", 10 | "description": "nocash Amstrad/Schneider CPC Emulator/Debugger for DOS/Windows.", 11 | "homepage": "http://problemkaputt.de/index.htm", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/nocpc/1.8.7z", 14 | "hash": "c5fdc8141544bf56cb1bf9a52b556cce3dad87b3b2680495e620a0a50d1e1a09", 15 | "bin": [ 16 | "NO$CPC.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/n/nones.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:no$nes", 4 | "author:Martin Korth", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/nones/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/nones/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.1", 10 | "description": "nocash NES/FDS/PC10/VS emulator/debugger for windows.", 11 | "homepage": "http://problemkaputt.de/index.htm", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/nones/1.1.7z", 14 | "hash": "34ba846dfb244f6875f518a869832b1843bfad788fb51dd2b93c5d56f8c1ba2f", 15 | "bin": [ 16 | "NO$NES.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/n/nosns.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:no$sns", 4 | "author:Martin Korth", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/nosns/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/nosns/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.6", 10 | "description": "nocash SNES/Super Famicom emulator/debugger for windows.", 11 | "homepage": "http://problemkaputt.de/index.htm", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/nosns/1.6.7z", 14 | "hash": "359e5b54e95e8e9d897e504ffc5c374c7dc4f11f77a834623765c3831410752b", 15 | "bin": [ 16 | "NO$SNS.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/n/nostalgia.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Nostalgia", 4 | "author:Joe Fisher", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/nostalgia/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/nostalgia/emulator_screen_01.jpg" 8 | ], 9 | "version": "5.0.5.0", 10 | "description": "Nostalgia, an Intellivision Emulator.", 11 | "homepage": "http://www.intellivision.us/intvgames/nostalgia/nostalgia.php", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/nostalgia/5.0.5.0.7z", 14 | "hash": "b03cdc5a8bf4998c33a8741b0b05f5d324e8247e4315613ddb2abdfc1dd61b9f", 15 | "bin": [ 16 | "nostalgia.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/n/nozx.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:no$zx", 4 | "author:Martin Korth", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/nozx/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/nozx/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.0", 10 | "description": "nocash ZX81 & ZX Spectrum emulator/debugger for windows.", 11 | "homepage": "http://problemkaputt.de/index.htm", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/nozx/2.0.7z", 14 | "hash": "13e7a166e774a00eb39a660eb6813142447c0e398bd271715dca256a17329a86", 15 | "bin": [ 16 | "NO$ZX.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/n/nulldcn.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:nullDC NAOMI", 4 | "author:Stefanos Kornilios Mitsis Poiitidis", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/nulldcn/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/nulldcn/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.04r136", 10 | "description": "NullDC Naomi is a Sega Naomi emulator.", 11 | "homepage": "http://github.com/skmp/nulldc", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/nulldcn/1.04r136.7z", 14 | "hash": "1acb0440073dc877270b3f1709b2c5466707986a8da73dcc6f4bde0a18e75c05", 15 | "bin": [ 16 | "nullDC_Win32_Release-NoTrace.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/o/oricutron.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Oricutron", 4 | "author:Peter Gordon", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/oricutron/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/oricutron/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.2", 10 | "description": "Oricutron is an Oric Atmos, Oric-1, Telestrat and Pravetz 8D emulator.", 11 | "homepage": "https://consolo.is.cc/emulator/oricutron", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/oricutron/1.2.7z", 14 | "hash": "483c7b5687b9f73a462d101d0e3e1a85daae39aa89a2ce58fa30cdcf1def94f1", 15 | "bin": [ 16 | "oricutron.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/o/osmose.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Osmose", 4 | "author:Bruno Vedder", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/osmose/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/osmose/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.8.5b", 10 | "description": "Osmose is a Sega Master System and Game Gear emulator.", 11 | "homepage": "https://consolo.is.cc/emulator/osmose", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/osmose/0.8.5b.7z", 14 | "hash": "ca613bd4ebcc9eaebb33c00cce2853deed41bfbee8620546d6545629515b4748", 15 | "bin": [ 16 | "Osmose.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/o/oswan.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Oswan", 4 | "author:Cal2", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/oswan/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/oswan/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.73", 10 | "description": "Oswan is a Bandai WonderSwan and WonderSwan Color emulator.", 11 | "homepage": "https://consolo.is.cc/emulator/oswan", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/oswan/1.73.7z", 14 | "hash": "390b85b1bb2d0e6f46711039d5f3ead3ec49eb27800b5e42d8434270b339627b", 15 | "bin": [ 16 | "Oswan.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/p/pale.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Pete's Amazing Lynx", 4 | "author:Pete Todd", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/pale/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/pale/emulator_screen_01.jpg" 8 | ], 9 | "version": "8.50", 10 | "description": "The Camputers Lynx was a unique computer.", 11 | "homepage": "http://www.russelldavis.org/CamputersLynx/PALE/index.htm", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/pale/8.50.7z", 14 | "hash": "83357cd9f6b5e9a2587d1eb472625bfc0b2e7f4ae4e775ff93fd47d947602f8f", 15 | "bin": [ 16 | "Pale.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/p/parajve.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Parabellum's Java Vectrex", 4 | "author:Franck Chevassu", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/parajve/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.7.0", 9 | "description": "Parabellum's Java Vectrex Emulator is a GCE Vectrex emulator. This emulator comes with a large collection of included ROMs.", 10 | "homepage": "http://vectrex-emu.blogspot.com.au/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/parajve/0.7.0.7z", 13 | "hash": "e9838944001934ab4f06bf874e9d8e426656e353ed7a62cba68ab796770b5e8b", 14 | "bin": [ 15 | "ParaJVE.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/p/pc6001v.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:PC6001V", 4 | "author:Yumitaro", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/pc6001v/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/pc6001v/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.25-win64", 10 | "description": "PC6001V is an NEC PC-6000 series emulator. NOTE: Website is in Japanese.", 11 | "homepage": "http://papicom.net", 12 | "license": "GNU GPLv2.1", 13 | "url": "https://consolo.is.cc/emu/pc6001v/1.25-win64.7z", 14 | "hash": "43d0053795a76df7a4150789b67f271441e6996722ca5471aa32f963c8846d38", 15 | "bin": [ 16 | "pc6001v.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/p/pc6001vx.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:PC6001VX", 4 | "author:eighttails", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/pc6001vx/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/pc6001vx/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.30.0", 10 | "description": "PC6001VX is an NEC PC-6000 series emulator based on PC6001V by Yumitaro. NOTE: Website is in Japanese.", 11 | "homepage": "http://eighttails.seesaa.net", 12 | "license": "GNU GPLv2.1", 13 | "url": "https://consolo.is.cc/emu/pc6001vx/2.30.0.7z", 14 | "hash": "f3da43e1b3a69101842a10eb81fd0de3c8c3167fda77032a22e1d2843f1ace45", 15 | "bin": [ 16 | "PC6001VX.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/p/pc88win.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:PC88Win", 4 | "author:SOLTIN software", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/pc88win/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.14", 9 | "description": "a NEC - PC8801 Emulator on the Windows platform.", 10 | "homepage": "http://hwbb.gyao.ne.jp/soltin/pc88win.html", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/pc88win/1.14.7z", 13 | "hash": "d98de53fb4c3ba3ad44d817e9ca0864b9bd94a0774abe315c6ac42d2290a487e", 14 | "bin": [ 15 | "PC88WIN.EXE" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/p/pcejin.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:PCEjin", 4 | "author:Paul_t", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/pcejin/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/pcejin/emulator_screen_01.jpg" 8 | ], 9 | "version": "svn209", 10 | "description": "PCEjin is an NEC TurboGrafx-16 Entertainment SuperSystem and PC Engine emulator.", 11 | "homepage": "http://tasvideos.org/EmulatorResources/Pcejin.html", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/pcejin/svn209.7z", 14 | "hash": "d50ef4033e78054102ff69d5005090f07e26f52488000ad6b81bd4c638af27d2", 15 | "bin": [ 16 | "pcejin.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/p/pcemacplus.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:PCE-MacPlus", 4 | "author:Hampa Hug", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/pcemacplus/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.2.2", 9 | "description": "PCE-MacPlus is an Apple Macintosh Plus emulator.", 10 | "homepage": "http://hampa.ch/", 11 | "license": "GNU GPLv2", 12 | "url": "https://consolo.is.cc/emu/pcemacplus/0.2.2.7z", 13 | "hash": "bd5106e72e732db9167c7f83ff48cde1bdefe12a93cc0c11b192138f8acc62f8", 14 | "bin": [ 15 | "pce-mac-classic.bat" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/p/pcsx.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:PCSX", 4 | "author:PCSX Team", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/pcsx/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/pcsx/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.5", 10 | "description": "Pcsx is a Sony Playstation 1 emulator. A BIOS is NOT required but may make some games run better! Also, this emulator requires Plugins.", 11 | "homepage": "https://consolo.is.cc/emulator/pcsx", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/pcsx/1.5.7z", 14 | "hash": "f6b2929bb973a846a2b850111005af50f04129576e4bfd74b71f8a3454a67cfe", 15 | "bin": [ 16 | "pcsx.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/p/pk201.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:PK201", 4 | "author:Dr. Hell", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/pk201/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/pk201/emulator_screen_01.jpg" 8 | ], 9 | "version": "2009.09.09", 10 | "description": "PK201 is a Sony PocketStation emulator.", 11 | "homepage": "https://consolo.is.cc/emulator/pk201", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/pk201/2009.09.09.7z", 14 | "hash": "1e4eb6187eeddb783be35e00713d10db6d94855b33ca5db1d33895b5a867e664", 15 | "bin": [ 16 | "PK201.EXE" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/p/pkemu.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:PKEmu", 4 | "author:SN systems", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/pkemu/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/pkemu/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.1", 10 | "description": "PKEmu is a Sony Pocket Station emulator.", 11 | "homepage": "http://www.megagames.com/psx/psx_pocketstation.shtml", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/pkemu/1.1.7z", 14 | "hash": "d4a76c930dcceb8b315e043846bf8c7e24a5f11e8d64092225ced4187b4d2e1b", 15 | "bin": [ 16 | "pkemu.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/p/playnite.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "10.35", 3 | "description": "Open source video game library manager and launcher with support for 3rd party libraries like Steam, GOG, Origin, Battle.net and Uplay. Including game emulation support, providing one unified interface for your games.", 4 | "homepage": "https://github.com/JosefNemec/Playnite", 5 | "license": "MIT", 6 | "url": "https://github.com/JosefNemec/Playnite/releases/download/10.35/Playnite1035.zip", 7 | "hash": "290028fd67549d26592f8d3f83fbcad58f45c5f698de09119363989c0550c48e", 8 | "bin": "playnite.exe", 9 | "checkver": "github", 10 | "autoupdate": { 11 | "url": "https://github.com/JosefNemec/Playnite/releases/download/$version/Playnite$cleanVersion.zip" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /bucket/p/potemkin.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Potemkin", 4 | "author:Henrik Rydgard (aka ector)", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/potemkin/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/potemkin/emulator_screen_01.jpg" 8 | ], 9 | "version": "alpha01", 10 | "description": "Potemkin (Codename DaSH) is an experimental HLE Sony Playstation Portable emulator.", 11 | "homepage": "https://consolo.is.cc/emulator/potemkin", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/potemkin/alpha01.7z", 14 | "hash": "ba6720de4c6f610887e9ea9b681b711b4073dfa65b5d416f54d8d87147c8ec66", 15 | "bin": [ 16 | "DaShRelease.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/p/project64k7e.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Project64K7E", 4 | "author:Gaudy", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/project64k7e/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/project64k7e/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.3.1", 10 | "description": "Project64K7E is a Nintendo 64 emulator based on Project64.", 11 | "homepage": "http://project64k7e.blogspot.com.au/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/project64k7e/1.3.1.7z", 14 | "hash": "201733acbeb3f5786f53fa985d88511b01c9d682b6bf6e54892864d484b1194f", 15 | "bin": [ 16 | "Project64K7E.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/p/pspe.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:pspe", 4 | "author:Unknown", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/pspe/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.9b", 9 | "description": "Emulation is growing every day, and PSPE is a perfect prove of that, even though this emulator still can't run any commercial PSP game, you can try it by playing some demos and homebrew games.", 10 | "homepage": "http://www.psp-emulator.com/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/pspe/0.9b.7z", 13 | "hash": "5bffa14479ba32e8c48b44119f22172e6f5e23c12c219d19760d0659be8f4475", 14 | "bin": [ 15 | "pspe.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/p/psxjin.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:PSXjin", 4 | "author:The PSXjin Team", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/psxjin/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/psxjin/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.0.2", 10 | "description": "PSXjin is a Sony Playstation 1 emulator.", 11 | "homepage": "http://code.google.com/p/psxjin/", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/psxjin/2.0.2.7z", 14 | "hash": "9e73e2ab6d0411a4d98b204dca06f1d3610e5edf143a6db0c72509770cdd28aa", 15 | "bin": [ 16 | "psxjin.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/p/psyke.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:PSyKe", 4 | "author:Giovanni Bajo and Stefano Crosara", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/psyke/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/psyke/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.2.0", 10 | "description": "PSyKe is a Sony Playstation 1 emulator. This emulator requires the CD-ROM to be placed in the CD Drive.", 11 | "homepage": "https://consolo.is.cc/emulator/psyke", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/psyke/0.2.0.7z", 14 | "hash": "5fcd4ace77b675b3e87bc8a93c844fb75fcef85761694004ff6c59e39848df12", 15 | "bin": [ 16 | "Psyke.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/q/ql2k.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:QL2K", 4 | "author:Jimmy Montesinos", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/ql2k/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/ql2k/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.01-win64", 10 | "description": "meisei is an MSX emulator. NOTE: BIOS is NOT required but will improve emulation and allow access to extra features.", 11 | "homepage": "http://www.jadiam.org/QL/", 12 | "license": "Postcardware", 13 | "url": "https://consolo.is.cc/emu/ql2k/1.01-win64.7z", 14 | "hash": "6f13ce3d763bf9cd0d2a74b37edb34015300f32c268511d4bc29dea0ee898704", 15 | "bin": [ 16 | "QL2K-x64.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/q/qlay2.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:QLAY2", 4 | "author:Jimmy Montesinos and Raphael Zhou", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/qlay2/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/qlay2/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.95", 10 | "description": "QLAY2 is a Sinclair QL emulator. It is a port of QLAY.", 11 | "homepage": "http://www.jadiam.org/QL/QLAY2/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/qlay2/0.95.7z", 14 | "hash": "028da05ef15977dc3b602fe4e72a7d6ded4e20ae49c3f1fdb06b6280941be23b", 15 | "bin": [ 16 | "qlay2.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/q/qlayw.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:QLAY", 4 | "author:Jan Venema", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/qlayw/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/qlayw/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.90", 10 | "description": "QLAY is a Sinclair QL emulator.", 11 | "homepage": "http://www.inter.nl.net/hcc/A.Jaw.Venema", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/qlayw/0.90.7z", 14 | "hash": "bdf4ced45ea715c2f97eb903042de6b6f25b82d177d2c648db72c522393be12b", 15 | "bin": [ 16 | "qlayw.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/q/quasi88.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:QUASI88", 4 | "author:S. Fukunaga", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/quasi88/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/quasi88/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.6.4", 10 | "description": "Portable PC-8801 emulator for Unix/X11, Mac OS X, and Windows.", 11 | "homepage": "http://www.eonet.ne.jp/~showtime/quasi88/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/quasi88/0.6.4.7z", 14 | "hash": "264d03503dc22f0ba4cc1f64350aa3a18da46b8297561365150cd729446f9dce", 15 | "bin": [ 16 | "QUASI88win32.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/r/radio86.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:RADIO-86", 4 | "author:Alexander Demin", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/radio86/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.0.1", 9 | "description": "RADIO-86 is a Radio 86RK emulator. This emulator comes with several games.", 10 | "homepage": "http://www.itwas.ru/radio/", 11 | "license": "GNU GPLv2", 12 | "url": "https://consolo.is.cc/emu/radio86/0.0.1.7z", 13 | "hash": "ca62fa637780d041e1713cdd238a096d64788dde093357e3c73cb9ff55a6006c", 14 | "bin": [ 15 | "radio86.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/r/real80pro.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Real-80 PRO", 4 | "author:Kollar Zoltan", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/real80pro/emulator_screen_01.jpg" 7 | ], 8 | "version": "2.5.5", 9 | "description": "Real-80 PRO is a EACA Video Genie-1 and HT1080Z emulator.", 10 | "homepage": "https://consolo.is.cc/emulator/real80pro", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/real80pro/2.5.5.7z", 13 | "hash": "8cf1c0e9eff1862ef7aa41622b4a59bead78e47a6fdbfb180eb022f0e5e9b4d1", 14 | "bin": [ 15 | "Real80pro.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/r/realityboy.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Reality Boy", 4 | "author:David Tucker", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/realityboy/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/realityboy/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.84.0", 10 | "description": "Reality Boy is a Nintendo Virtual Boy emulator.", 11 | "homepage": "http://goliathindustries.com/vb", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/realityboy/0.84.0.7z", 14 | "hash": "7e667147d6c6094f7bf31fc934d873dabce91a892d42ffd7e72db82f37cd8243", 15 | "bin": [ 16 | "rboy_front.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/r/reddragon.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Red Dragon", 4 | "author:frostgiant and Parasyte", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/reddragon/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.38", 9 | "description": "Red Dragon is a Nintendo Virtual Boy emulator.", 10 | "homepage": "http://www.vtemulation.net/emulators/windows/vb.php", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/reddragon/0.38.7z", 13 | "hash": "b3b677d352570dea881ce5cbd51f13d3deda9fc8a55376335f7d9f2ce8ff8579", 14 | "bin": [ 15 | "rdragon.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/r/redmsx.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:RedMSX", 4 | "author:SLotman", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/redmsx/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/redmsx/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.4", 10 | "description": "RedMSX is an MSX, MSX2 and MSX2+ emulator.", 11 | "homepage": "http://redmsx.msxblue.com/index.htm", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/redmsx/1.4.7z", 14 | "hash": "f520f186e6a8ed281ab7a8880c812ce0f70f85ab7a86d69cdb218b262b9b8d6c", 15 | "bin": [ 16 | "RedMSX.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/r/reicast.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "20.02.03", 3 | "description": "Dreamcast Emulator", 4 | "homepage": "https://reicast.com", 5 | "license": { 6 | "identifier": "GPL-2.0" 7 | }, 8 | "url": "http://reicast-builds-windows.s3.amazonaws.com/builds/heads/stable-333b7c536071ea77b0ecc46e534cb28206e471b4/reicast-win_x64-RelWithDebInfo-333b7c536071ea77b0ecc46e534cb28206e471b4.zip", 9 | "hash": "556eccd84fbf463ca7d32cdb6decf51254d929088db6010c447071f54da416ed", 10 | "bin": "reicast-win_x64-RelWithDebInfo-333b7c536071ea77b0ecc46e534cb28206e471b4.exe", 11 | "shortcuts": [ 12 | [ 13 | "reicast-win_x64-RelWithDebInfo-333b7c536071ea77b0ecc46e534cb28206e471b4.exe", 14 | "reicast.exe", 15 | "reicast" 16 | ] 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/r/rocknes.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:RockNES", 4 | "author:Zepper", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/rocknes/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/rocknes/emulator_screen_01.jpg" 8 | ], 9 | "version": "5.41", 10 | "description": "RockNES is a Nintendo Entertainment System emulator and '.nsf' player.", 11 | "homepage": "http://rocknes.web.fc2.com", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/rocknes/5.41.7z", 14 | "hash": "2e4efe02b3929fce931de27a8c3936e151e6717da4f8630c8e535c9279d4b323", 15 | "bin": [ 16 | "RockNES.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/r/rocknesx.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:RockNES X", 4 | "author:Alexandre da Veiga", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/rocknesx/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/rocknesx/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.0", 10 | "description": "RockNES X is a Nintendo Entertainment System emulator based on an old version of RockNES by Fx3.", 11 | "homepage": "https://consolo.is.cc/emulator/rocknesx", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/rocknesx/2.0.7z", 14 | "hash": "0c6b4794838d2b43b363097c0b962672be3d6785b26fac763609adbe7b1990bd", 15 | "bin": [ 16 | "RockNESX.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/r/rxnes.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:RxNES", 4 | "author:Myles Johnston", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/rxnes/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.71", 9 | "description": "RxNES is a Nintendo Entertainment System emulator that attempts to upgrade the graphics of the NES to modern levels.", 10 | "homepage": "http://www.rxnes.com", 11 | "license": "GNU GPLv2", 12 | "url": "https://consolo.is.cc/emu/rxnes/1.71.7z", 13 | "hash": "acb65ddd0ff52fc975e3c039eff1f04aaff72b6f874b45339dd4e95d4679a816", 14 | "bin": [ 15 | "RxNES.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/s/sharp80.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Sharp 80", 4 | "author:Matthew Hamilton", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/sharp80/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.1.0.99", 9 | "description": "This is a full-featured emulator of a TRS-80 Model III microcomputer. It is free of charge and all source code is publically available.", 10 | "homepage": "http://www.sharp80.com/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/sharp80/1.1.0.99.7z", 13 | "hash": "e0b98b1d8009379dab831c1c1d7232c440a053688bdfee2ff8109978ac57c810", 14 | "bin": [ 15 | "Sharp80.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/s/sheepshaver.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Sheep Shaver", 4 | "author:Christian Bauer aka cebix", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/sheepshaver/emulator_screen_01.jpg" 7 | ], 8 | "version": "2013.05.06", 9 | "description": "SheepShaver is a MacOS run-time environment that runs MacOS 7.5.2 thru 9.0.4.", 10 | "homepage": "http://sheepshaver.cebix.net", 11 | "license": "GNU GPLv2", 12 | "url": "https://consolo.is.cc/emu/sheepshaver/2013.05.06.7z", 13 | "hash": "77d06184c719e2c601e7684371e88bbd685ec1bb7d3efea19ee88b13b78acbc8", 14 | "bin": [ 15 | "SheepShaver.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/s/simcoupe.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:SimCoupe", 4 | "author:Simon Owen", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/simcoupe/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/simcoupe/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.0", 10 | "description": "SimCoupe is a Miles Gordon Technology SAM Coupe emulator.", 11 | "homepage": "http://simcoupe.org", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/simcoupe/1.0.7z", 14 | "hash": "12e55c1cc0bed30e1c2633f15029921320256a26641ead8a66f9edfe5def3c76", 15 | "bin": [ 16 | "SimCoupe.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/s/snem.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:SneM", 4 | "author:Tom Walker", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/snem/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.094", 9 | "description": "SneM is a Nintendo SNES emulator.", 10 | "homepage": "https://consolo.is.cc/emulator/snem", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/snem/0.094.7z", 13 | "hash": "208a074a56f4661d354924b5c6571d9cbb7e6ca7bbe08bc7deaf9d74c6d18d7d", 14 | "bin": [ 15 | "snem.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/s/snes9xrr.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:SNES9X Rerecording", 4 | "author:UNKNOWN", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/snes9xrr/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/snes9xrr/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.52r185", 10 | "description": "Snes9x rerecording is a Nintendo SNES and Super Famicom emulator based on Snes9x.", 11 | "homepage": "https://consolo.is.cc/emulator/snes9xrr", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/snes9xrr/1.52r185.7z", 14 | "hash": "227800cbeaa171a70c4bdb11fa7987036a6d74a8c9e809dfcf460e23defac127", 15 | "bin": [ 16 | "snes9x.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/s/snes9xsx2.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:SNES9X-SX2", 4 | "author:LuigiBlood", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/snes9xsx2/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/snes9xsx2/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.2", 10 | "description": "snes9x-sx2 is a Nintendo SNES and Super Famicom emulator based on snes9x", 11 | "homepage": "https://consolo.is.cc/emulator/snes9xsx2", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/snes9xsx2/0.2.7z", 14 | "hash": "2ef77dc1a5b541e5292180d7416c7f0d22bce5a6b79a8aa0d761b694ae934d2f", 15 | "bin": [ 16 | "snes9x.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/s/snesgt.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:SNESGT", 4 | "author:GIGO and Hii", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/snesgt/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/snesgt/emulator_screen_01.jpg" 8 | ], 9 | "version": "0230b7e", 10 | "description": "SNESGT is a Nintendo SNES and Super Famicom emulator.", 11 | "homepage": "http://gigo.retrogames.com/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/snesgt/0230b7e.7z", 14 | "hash": "5e85b3dd23bf6256eef624d2d2c85dbd110694e357a5bebcdbe6f0258850d8ad", 15 | "bin": [ 16 | "snesgt.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/s/softmac.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "8.20", 3 | "description": "Macintosh Emulator for Microsoft Windows", 4 | "homepage": "http://emulators.com/", 5 | "license": "Unknown", 6 | "url": "http://emulators.com/freefile/softmac.zip", 7 | "hash": "fbfcaf6b41e5ec085ef94b42909f2528513d7f036044d2174b51f6718c6ba1be", 8 | "bin": [ 9 | "softmac.exe", 10 | "softmac2.exe" 11 | ] 12 | } 13 | -------------------------------------------------------------------------------- /bucket/s/softvms.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:SoftVMS", 4 | "author:Marcus Comstedt", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/softvms/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.7", 9 | "description": "SoftVMS is an emulator for the Sega Dreamcast Visual Memory System capable of running some VMS games. Compiled by Atani Software in association with EmuCult.", 10 | "homepage": "http://mc.pp.se/dc/sw.html", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/softvms/1.7.7z", 13 | "hash": "514a771d93ea4d5852388784a169225ced5eddf781858432a7c2a2096c52aacd", 14 | "bin": [ 15 | "VMS.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/s/sorcerer.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Sorcerer", 4 | "author:James the Animal Tamer", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/sorcerer/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/sorcerer/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.01", 10 | "description": "Windows Sorcerer, an emulator for the Exidy Sorcerer.", 11 | "homepage": "http://www.geocities.ws/emucompboy/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/sorcerer/0.01.7z", 14 | "hash": "c7f831c9ab0b18f5c0d58a152f666fb6fcaf8f4e3448bd3711077f5c1e220729", 15 | "bin": [ 16 | "WSorcer.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/s/specemu.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "3.2.b180223", 3 | "description": "SpecEmu is a Spectrum emulator designed to run under Windows 95/98/ME and requires DirectX installed. It has been written in 100% assembler to give it the power to accurately emulate all of the native ZX Spectrum hardware.", 4 | "homepage": "https://keybase.pub/woodywoodster/specemu/", 5 | "license": "Unknown", 6 | "url": "https://woodywoodster.keybase.pub/specemu/specemu-3.2.b180223.zip?dl=1", 7 | "hash": "6042e96f49679cfb24ba4a7e8d19932b45919e533d9ab4f0041d912e4c03d72c", 8 | "bin": "SpecEmu.exe", 9 | "checkver": { 10 | "regex": ">specemu-(\\d[^<]+)\\.zip<" 11 | }, 12 | "autoupdate": { 13 | "url": "https://woodywoodster.keybase.pub/specemu/specemu-$version.zip?dl=1" 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /bucket/s/spud.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Spud", 4 | "author:Richard Chandler", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/spud/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.240", 9 | "description": "Spud is a ZX Spectrum 48k/128k Emulator written in C++, it emulates 16K/48K/128K/+2/+2A/+3 machines.", 10 | "homepage": "https://worldofspectrum.org/forums/index.php?p=discussion/43829/redirect/p1", 11 | "license": "GNU GPLv2", 12 | "url": "https://consolo.is.cc/emu/spud/0.240.7z", 13 | "hash": "6a603a315603a8aeeaebbeb80a74d42e9440faddbaed707cb1f230a9c93a8443", 14 | "bin": [ 15 | "Spud.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/s/spudace.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:SpudACE", 4 | "author:Richard Chandler", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/spudace/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/spudace/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.323", 10 | "description": "SpudACE is a Jupiter Cantab Jupiter Ace emulator.", 11 | "homepage": "http://www.jupiter-ace.co.uk/emulators_win.html", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/spudace/0.323.7z", 14 | "hash": "4df727be0a3a42f82abc80e04173641aebc12f9ed6357be4288a4fe3b354827b", 15 | "bin": [ 16 | "SpudACE.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/s/stem.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:STEM", 4 | "author:Paul Robson", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/stem/emulator_screen_01.jpg" 7 | ], 8 | "version": "2000-09-17", 9 | "description": "RCA Studio 2 emulator written in C and assembler.", 10 | "homepage": "http://www.robsons.org.uk/archive/www.classicgaming.com/studio2/index.htm", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/stem/2000-09-17.7z", 13 | "hash": "80b15c500c7c3f86580bc111b751ff2283a1f7080f4b01a2cbb86ea5740a4941", 14 | "bin": [ 15 | "WINSTEM.EXE" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/s/stoicgoose.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "002", 3 | "description": "StoicGoose is a work-in-progress Bandai WonderSwan and WonderSwan Color emulator. It is written in C# via Visual Studio Community 2022 under Windows 10 Pro 21H2, and uses .NET 6.0 along with the following NuGet packages.", 4 | "homepage": "https://github.com/xdanieldzd/StoicGoose", 5 | "license": "MIT", 6 | "url": "https://github.com/xdanieldzd/StoicGoose/releases/download/v002/StoicGoose.WinForms-v002.zip", 7 | "hash": "435e548d5cef4c9ffbb5151d2af88c82ac599cea03f107441939662869616ed8", 8 | "bin": "StoicGoose.WinForms.exe", 9 | "checkver": "github", 10 | "autoupdate": { 11 | "url": "https://github.com/xdanieldzd/StoicGoose/releases/download/v$version/StoicGoose.WinForms-v$version.zip" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /bucket/s/sugarbox.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Sugarbox", 4 | "author:Thomas Guillemin", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/sugarbox/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/sugarbox/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.26", 10 | "description": "Sugarbox is an Amstrad CPC emulator.", 11 | "homepage": "http://sugarbox.free.fr/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/sugarbox/0.26.7z", 14 | "hash": "d759e8fe7e7da14454faddeba4f3b61efc5363f7ca91b5a04e304a083a271eb7", 15 | "bin": [ 16 | "Sugarbox.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/s/swfopener.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:SWF Opener", 4 | "author:UnH Solutions", 5 | "cmd:%BIN% %ROM% -full -sa", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/swfopener/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/swfopener/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.3", 10 | "description": "SWF Opener requires macromedia flash player (flash.ocx)", 11 | "homepage": "http://www.browsertools.net/SWF-Opener", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/swfopener/1.3.7z", 14 | "hash": "75f59fb38049dcc20a7991f93cca3f4750ba12387635f242739f8401f7d2fa5f", 15 | "bin": [ 16 | "SWFOpener.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/t/ti994w.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Ti994W", 4 | "author:Frederik G Kaal", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/ti994w/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/ti994w/emulator_screen_01.jpg" 8 | ], 9 | "version": "4.1cb3", 10 | "description": "Ti994W is a Texas Instruments TI99/4A emulator.", 11 | "homepage": "http://www.99er.net/cgi-bin/schlabo/dl.pl?ti99emulwin", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/ti994w/4.1cb3.7z", 14 | "hash": "3d1fb64f8540010e2015289c51ac8c795c55b37a7f20987e5f4644e6250c4cab", 15 | "bin": [ 16 | "Ti994w.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/t/tilem.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:TilEm", 4 | "author:Benjamin Moody and Thibault Duponchelle", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/tilem/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/tilem/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.0", 10 | "description": "TilEm is an emulator and debugger for Texas Instruments Z80-based graphing calculators.", 11 | "homepage": "http://lpg.ticalc.org/prj_tilem/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/tilem/2.0.7z", 14 | "hash": "6c7bfb3e50e5499e8f789c8e3fd9d307662831cf0f94732e82fd4b9b4087cfdb", 15 | "bin": [ 16 | "tilem2.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/t/trs80gp.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:trs80gp", 4 | "author:George Phillips", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/trs80gp/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/trs80gp/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.8", 10 | "description": "trs80gp is a Tandy/Radio Shack TRS-80 series emulator.", 11 | "homepage": "http://members.shaw.ca/gp2000/trs80gp.html", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/trs80gp/1.8.7z", 14 | "hash": "187ca5e788ab3145180895ec327f1358ae4c548a27b90e6e52d979dffd3643c5", 15 | "bin": [ 16 | "trs80gp.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/t/tunix2001.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Tunix 2001", 4 | "author:Gavin Turner", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/tunix2001/emulator_screen_01.jpg" 7 | ], 8 | "version": "2006.10.16", 9 | "description": "Tunix 2001 is an Emerson Arcadia 2001, Interton VC4000, VTech Laser 200, Dick Smith VZ-200 and Sinclair Spectrum 48k emulator.", 10 | "homepage": "http://www.gstsoftware.co.nz/", 11 | "license": "SPECIAL", 12 | "url": "https://consolo.is.cc/emu/tunix2001/2006.10.16.7z", 13 | "hash": "1666a4d5e92f016071ea3c5fee5b81e01581564639e9602f18631b858a16b5ec", 14 | "bin": [ 15 | "Tunix2001.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/t/twombit.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:TwoMBit", 4 | "author:piciji", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/twombit/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/twombit/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.0.3", 10 | "description": "TwoMBit is an Sega Master System, Game Gear and SG-1000 emulator.", 11 | "homepage": "http://sourceforge.net/projects/twombit/", 12 | "license": "GNU GPLv3", 13 | "url": "https://consolo.is.cc/emu/twombit/1.0.3.7z", 14 | "hash": "fcfb5f6e5ce7c9053c50006710f0152db012d25be38326966bd3f8b2903a7e6c", 15 | "bin": [ 16 | "TwoMBit.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/u/ubee512.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:uBee512", 4 | "author:Stewart Kay", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/ubee512/emulator_screen_01.jpg" 7 | ], 8 | "version": "6.0.0-win32", 9 | "description": "uBee512 is an emulator for the Microbee Z80 ROM, FDD and HDD based models.", 10 | "homepage": "http://www.microbee-mspp.org.au/repository", 11 | "license": "GNU GPLv2", 12 | "url": "https://consolo.is.cc/emu/ubee512/6.0.0-win32.7z", 13 | "hash": "4aca86da120976c685d78cb3fa37bcf7fdabddd78b88041fc4557de55db4fad0", 14 | "bin": [ 15 | "ubee512.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/u/ubernes.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:UberNES", 4 | "author:M \\ K Productions", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/ubernes/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/ubernes/emulator_screen_01.jpg" 8 | ], 9 | "version": "2011", 10 | "description": "UberNES is a Nintendo Entertainment System emulator.", 11 | "homepage": "http://www.ubernes.com/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/ubernes/2011.7z", 14 | "hash": "39c9c2fbc649673f17b3de756641eeb54249e913d369514469af8520373ba7b7", 15 | "bin": [ 16 | "UberNES.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/u/ultimo.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Ultimo", 4 | "author:Attila Grosz", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/ultimo/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/ultimo/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.5.2", 10 | "description": "Ultimo is a Microkey Primo emulator. NOTE: Emulator is in Hungarian.", 11 | "homepage": "http://gaia.atilia.eu/content/view/3/4/", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/ultimo/1.5.2.7z", 14 | "hash": "d3e27a2f3604f342271d79f7fba0a89016c70d821ddd7851cf8b524c588f000a", 15 | "bin": [ 16 | "Ultimo.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/v/vace.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Vace", 4 | "author:Edward Patel", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/vace/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/vace/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.0", 10 | "description": "Vace is a Jupiter Cantab Jupiter Ace emulator.", 11 | "homepage": "https://www.jupiter-ace.co.uk/emulators_win.html", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/vace/1.0.7z", 14 | "hash": "f94c7298bed97b2930eb9ae1a30105dc3fca71c9faa1c22699e9be894171ce01", 15 | "bin": [ 16 | "Vace.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/v/vb64.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:VB64", 4 | "author:Amigafeeva", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/vb64/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/vb64/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.0", 10 | "description": "VB64 is a Commodore 64 emulator written in VisualBasic.", 11 | "homepage": "http://vb64.emuunlim.com/", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/vb64/2.0.7z", 14 | "hash": "0255412023c9058fe7df1389e04bd184cb3e1d97d65aa2ed5bbe071026220043", 15 | "bin": [ 16 | "vb64.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/v/vb81_xur.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": "name:VB81 XuR", 3 | "version": ".1", 4 | "description": "vb81_xur is a ZX81 emulator for Windows", 5 | "homepage": "http://zx81.vb81.free.fr/", 6 | "license": "GPL-2.0-only", 7 | "url": "http://zx81.vb81.free.fr/download/VB81_XuR_EXE.zip", 8 | "hash": "e719ef66ffc55176402d3a7d0d71e89d9b159773f8bd8feba118c1d283c1294b", 9 | "extract_dir": "Vb81_XuR", 10 | "bin": [ 11 | "Vb81_XuR.exe", 12 | "Vb81_XuR" 13 | ], 14 | "checkver": { 15 | "url": "http://zx81.vb81.free.fr/", 16 | "regex": [ 17 | "vb81 Version", 18 | "\\s*(\\d[\\.\\d]+)" 19 | ] 20 | }, 21 | "autoupdate": { 22 | "url": "http://zx81.vb81.free.fr/download/VB81_XuR_EXE.zip" 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /bucket/v/vbjin-ovr.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:VBjin-OVR", 4 | "author:Jay Mattis", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/vbjin-ovr/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/vbjin-ovr/emulator_screen_01.jpg" 8 | ], 9 | "version": "3.0", 10 | "description": "VBjin-OVR is a Virtual Boy Emulator for Windows with support for the Oculus Rift VR display device.", 11 | "homepage": "https://github.com/braindx/vbjin-ovr", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/vbjin-ovr/3.0.7z", 14 | "hash": "29759bd0cb73e7c98230f0fafc9ef9287a1fb8f98ce24ee9a5f8b6ddda4d676f", 15 | "bin": [ 16 | "VBjin-OVR.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/v/vcc.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.1.8.1", 3 | "description": "VCC is an accurate emulation of a stock Tandy Color Computer 3 just as you would have bought in a Radio Shack store or Tandy Computer Center in 1986-1992", 4 | "homepage": "https://github.com/VCCE/VCC/", 5 | "license": "GPL-3", 6 | "url": "https://github.com/VCCE/VCC/releases/download/vcc2.1.8.1/VCC.2.1.8.1.Coco.3.Emulator.zip", 7 | "hash": "ec4c8af1af589e048f1da3226cb147ba2b37a66cd2c596d0bdc386136fc87a8f", 8 | "bin": "Vcc.exe", 9 | "checkver": { 10 | "regex": "/releases/tag/vcc([\\d\\.]+)" 11 | }, 12 | "autoupdate": { 13 | "url": "https://github.com/VCCE/VCC/releases/download/vcc$version/VCC.$version.Coco.3.Emulator.zip" 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /bucket/v/vecx.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:vecx", 4 | "author:Valavan Manohararajah", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/vecx/emulator_screen_01.jpg" 7 | ], 8 | "version": "2002.03.02", 9 | "description": "vecx is a GCE Vectrex emulator.", 10 | "homepage": "https://github.com/jhawthorn/vecx", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/vecx/2002.03.02.7z", 13 | "hash": "9c37ea95d71cd8ae318b3c691c10e848e40c84ccf020d073523dda62aa553155", 14 | "bin": [ 15 | "vecx.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/v/vecxgl.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:VecXGL", 4 | "author:James Higgs", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/vecxgl/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.2", 9 | "description": "VecXGL is a GCE Vectrex emulator based on vecx by Valavan Manohararajah.", 10 | "homepage": "http://jum.pdroms.de/emulators/emul.html", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/vecxgl/1.2.7z", 13 | "hash": "86b84d8086d9067a479b6e5daba8fec2f5818121b080da04fea8658521d72ef4", 14 | "bin": [ 15 | "vecxgl.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/v/vinter.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Virtual Interact", 4 | "author:James the Animal Tamer", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/vinter/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/vinter/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.01", 10 | "description": "Virtual Interact, an emulator for the Interact Family Computer", 11 | "homepage": "http://www.geocities.ws/emucompboy/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/vinter/0.01.7z", 14 | "hash": "4cb440c5732403b8991807b40c296383cc4e67458c853485f254f7b2b146967b", 15 | "bin": [ 16 | "VINTER.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/v/virtpanajr.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Virtual Panasonic JR-200U", 4 | "author:James the Animal Tamer", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/virtpanajr/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/virtpanajr/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.12", 10 | "description": "Virtual Panasonic JR-200U is an emulator for the Panasonic JR-200U.", 11 | "homepage": "http://www.geocities.ws/emucompboy/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/virtpanajr/0.12.7z", 14 | "hash": "53452bed5819edde756aebdb7eba2aa953dd6e807b4db8e28c9d959665460111", 15 | "bin": [ 16 | "vpanajr.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/v/virtu.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Virtu", 4 | "author:fool and sicklittlemonkey", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/virtu/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/virtu/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.9.3", 10 | "description": "Virtu is an Apple IIe emulator for the .NET Framework using C# with WPF.", 11 | "homepage": "http://virtu.codeplex.com/", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/virtu/0.9.3.7z", 14 | "hash": "412a36d8b751099f89dbdefbc094e8bf7b433901de1777153ef295c5d2ddcb17", 15 | "bin": [ 16 | "Jellyfish.Virtu.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/v/virtual98.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Virtual98", 4 | "author:SOLTIN software", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/virtual98/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.28", 9 | "description": "This PC98 emulator requires MMX.", 10 | "homepage": "http://hwbb.gyao.ne.jp/soltin/virtual98.html", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/virtual98/0.28.7z", 13 | "hash": "2ded9b0d1743d96b2af55375da9e4816d28f8e405c77ae097498d34b50987566", 14 | "bin": [ 15 | "VIRTUAL9.EXE" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/v/virtualapf.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Virtual APF", 4 | "author:James the Animal Tamer", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/virtualapf/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.1", 9 | "description": "Virtual APF, an emulator for the APF Imagination Machine", 10 | "homepage": "http://www.geocities.ws/emucompboy/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/virtualapf/0.1.7z", 13 | "hash": "931f5189e45e563da5eea28aad5a4cd208be1871720b62eabadbbc8e9a5a688e", 14 | "bin": [ 15 | "vapf.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/v/virtualnectrek.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Virtual NEC Trek", 4 | "author:James the Animal Tamer", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/virtualnectrek/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.4a", 9 | "description": "Virtual NEC Trek, an emulator for the NEC Trek (aka NEC PC-6001A).", 10 | "homepage": "http://www.geocities.ws/emucompboy/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/virtualnectrek/0.4a.7z", 13 | "hash": "e33c59b72b4dd61ab6609cd9b315ae9bb8dadc8213ab5cffbdf873ad02c61130", 14 | "bin": [ 15 | "vnectrek.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/v/vivanonno.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:viva nonno", 4 | "author:Karl Stenerud", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/vivanonno/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/vivanonno/emulator_screen_01.jpg" 8 | ], 9 | "version": "22.0.3", 10 | "description": "viva nonno is a namco system 22 emulator for Windows and DirectX.", 11 | "homepage": "http://vivanonno.vg-network.com/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/vivanonno/22.0.3.7z", 14 | "hash": "1f2ea240a34485c0b90f65bb376cecad9a34e8b4c654a1000462eb3e974a3e02", 15 | "bin": [ 16 | "vivanonno.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/w/w88.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:W88", 4 | "author:anon", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/w88/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.05", 9 | "description": "PC98 emulator for windows.", 10 | "homepage": "http://www.cug.net/~anonB/w88/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/w88/0.05.7z", 13 | "hash": "80883255e80bcd4516e6436e7c4426bcad0fba9d5d8066dcb5a6a011345f2faf", 14 | "bin": [ 15 | "W88.EXE" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/w/win64.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Win64", 4 | "author:Ralph Mason", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/win64/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.40b", 9 | "description": "Win64 emulates the Commodore 64.", 10 | "homepage": "http://www.geocities.com/SilliconValley/Park/6558", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/win64/0.40b.7z", 13 | "hash": "1191b3b2c27cc2b09f1c7a01f08109fac0bb3fba558c9d7cd6c9b8202855b469", 14 | "bin": [ 15 | "Win64.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/w/winape.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:WinAPE", 4 | "author:Richard Wilson", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/winape/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/winape/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.0b2", 10 | "description": "WinAPE is an Amstrad CPC and Amstrad Plus emulator.", 11 | "homepage": "http://www.winape.net/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/winape/2.0b2.7z", 14 | "hash": "4638dc8fb30a984ffe7f6ad8e53b02a9a12f5c7fd1391ce8664466c0d013a445", 15 | "bin": [ 16 | "WinApe.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/w/wincpc.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:WinCPC", 4 | "author:Flynn", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/wincpc/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.9.26", 9 | "description": "WinCPC is the Borland Delphi port of an Amstrad CPC emulator called vbCPC.", 10 | "homepage": "http://www.wincpc.ch/?topic=projects-wincpc", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/wincpc/0.9.26.7z", 13 | "hash": "a060aae86db74e791c6f65d35661b4f965dfac13bdd64e65c11c9af8e1f1d024", 14 | "bin": [ 15 | "WinCPC.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/w/winkawaks.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:WinKawaks", 4 | "author:The WinKawaks Team", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/winkawaks/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/winkawaks/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.65", 10 | "description": "WinKawaks is a windows version of Kawaks, an emulator for the Capcom CPS1 and CPS2 and SNK NeoGeo.", 11 | "homepage": "http://www.winkawaks.org/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/winkawaks/1.65.7z", 14 | "hash": "1c33ba2b95153a9cc60f295ea34f8263a17f9512d47020fcd6c59aabd1c52a8b", 15 | "bin": [ 16 | "WinKawaks.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/w/wintvc.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:winTVC", 4 | "author:Grósz Attila", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/wintvc/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.1.0-win64", 9 | "description": "WinTVC is my Videoton TV Computer (TVC) emulator for Windows. The TVC is very similar to the Enterprise 128.", 10 | "homepage": "http://gaia.atilia.eu/content/view/2/5/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/wintvc/1.1.0-win64.7z", 13 | "hash": "297edd11d213f31f4eb751261544a17a18f4f694992144a526b567be78b29024", 14 | "bin": [ 15 | "WinTVCx64.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/w/winvz.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:WinVZ", 4 | "author:xip", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/winvz/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/winvz/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.2", 10 | "description": "WinVZ is a Dick Smith VZ200 and VZ300, VTech Laser 200 and Texet 8000 emulator.", 11 | "homepage": "https://consolo.is.cc/emulator/winvz", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/winvz/0.2.7z", 14 | "hash": "c48506420ae38eaed152fde020844783f92ad6999315a36d677c765f9865eba8", 15 | "bin": [ 16 | "WinVZ.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/w/winx1.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:WinX1", 4 | "author:Kenjo", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/winx1/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/winx1/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.08", 10 | "description": "WinX1 is a Sharp X-1 series emulator.", 11 | "homepage": "http://web.archive.org/web/20011216045650/http://www.retropc.net/kenjo/winx1.html", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/winx1/0.08.7z", 14 | "hash": "5c308cb6eb3c5bca1dc8ac9dfef46eb7074c3cfece4180ee365d090ad835b14f", 15 | "bin": [ 16 | "winx1.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/w/wscamp.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:WSCamp", 4 | "author:UNKNOWN", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/wscamp/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/wscamp/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.21", 10 | "description": "WSCamp is a Bandai WonderSwan and WonderSwan Color emulator.", 11 | "homepage": "https://consolo.is.cc/emulator/wscamp", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/wscamp/0.21.7z", 14 | "hash": "2320bb9e6c09b1e51e183e83c90685e5e7d2ba6b65632f1ff74bb4a4efaf66a8", 15 | "bin": [ 16 | "WSCamp.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/x/x88000.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:X88000", 4 | "author:Manuke", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/x88000/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/x88000/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.4.0", 10 | "description": "X88000 is an NEC PC-8801 emulator.", 11 | "homepage": "http://www.geocities.com/Area51/Dungeon/6809/x88000.html", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/x88000/1.4.0.7z", 14 | "hash": "372aea7fe1c21fedbe1e202efbd7569da93943771e6b9513506f36573ab174c6", 15 | "bin": [ 16 | "x88x3.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/x/xgs32.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:XGS/32", 4 | "author:smentzer", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/xgs32/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/xgs32/emulator_screen_01.jpg" 8 | ], 9 | "version": "1.6.4", 10 | "description": "", 11 | "homepage": "http://xgs32.emucamp.com/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/xgs32/1.6.4.7z", 14 | "hash": "56df8a3c723a25e2ec90728a59fc06f14a8da006089f0f204c1b122c29b82f6f", 15 | "bin": [ 16 | "XGS32.EXE" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/x/xm6.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:XM 6 Type G", 4 | "author:GIMONS", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/xm6/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/xm6/emulator_screen_01.jpg" 8 | ], 9 | "version": "2.06-win64", 10 | "description": "XM 6 Type G is a Sharp X68000 emulator based on XM 6 by PI.. NOTE: 2.05 version of this emulator is in Japanese.", 11 | "homepage": "http://www.ipc-tokai.or.jp/~ytanaka/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/xm6/2.06-win64.7z", 14 | "hash": "435f6f5249305e04dbebe58e2f6c398495d7fc6d71e6827618d507a5f628d5c8", 15 | "bin": [ 16 | "xm6g.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/x/xm7.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:XM7", 4 | "author:PI. and Ryu Takegami", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/xm7/emulator_screen_01.jpg" 7 | ], 8 | "version": "3.4L62", 9 | "description": "XM7 is an emulator for the Fujitsu FM-7. NOTE: Emulator and Website are in Japanese.", 10 | "homepage": "http://xm7.la.coocan.jp/xm7/xm7.html", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/xm7/3.4L62.7z", 13 | "hash": "e9fd32f020849d8f930168aa809127444c173ef578f92218741ca5b7e2ae3885", 14 | "bin": [ 15 | "XM7.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/x/xm7dash.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:XM7dash", 4 | "author:PI., Ryu Takegami and Toma", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/xm7dash/emulator_screen_01.jpg" 7 | ], 8 | "version": "3.4L63R21", 9 | "description": "XM7dash is an emulator for the Fujitsu FM-7. NOTE: Emulator and Website are in Japanese.", 10 | "homepage": "http://tomatoma.s54.xrea.com/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/xm7dash/3.4L63R21.7z", 13 | "hash": "21da74c4e307b0cbfd92494977ac6daf39ede1ea78fd9ea8292f705378647b05", 14 | "bin": [ 15 | "XM7.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/x/xm8.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:XM8", 4 | "author:PI.", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/xm8/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.61-win64", 9 | "description": "XM8 is an NEC PC-8801 emulator. NOTE: Website is in Japanese.", 10 | "homepage": "http://retropc.net/pi/", 11 | "license": "GNU GPLv2", 12 | "url": "https://consolo.is.cc/emu/xm8/1.61-win64.7z", 13 | "hash": "7ccb0f9aa2def2680fa68c4c52d6b53ac520a8bfa59f2bd27081e2b97e2438f9", 14 | "bin": [ 15 | "XM8.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/x/xmillenium.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:XMillenium", 4 | "author:Adrastea", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/xmillenium/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/xmillenium/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.26", 10 | "description": "XMillenium is a Sharp X-1 series emulator based on X1EMU.", 11 | "homepage": "http://www.retropc.net/yui/xmil.html", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/xmillenium/0.26.7z", 14 | "hash": "d684daefb7d3c184caacd70119b39457c398ccf072d7ef0e483641ff658aff6a", 15 | "bin": [ 16 | "XmillMK2.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/x/xqemu.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:XQEMU", 4 | "author:espes", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/xqemu/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/xqemu/emulator_screen_01.jpg" 8 | ], 9 | "version": "2016.08.11", 10 | "description": "XQEMU is a Microsoft XBox emulator. NOTE: This emulator is very complicated to get working. Screenshot from Author's Website.", 11 | "homepage": "http://xqemu.com", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/xqemu/2016.08.11.7z", 14 | "hash": "0bc49be6e57ae8db105bd3c0bfcfec19285d9ff291bdb310f97e764b8aee2bac", 15 | "bin": [ 16 | "qemu-system-xbox.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/y/yabause.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.9.15", 3 | "description": "Sega Saturn emulator", 4 | "homepage": "https://yabause.org", 5 | "license": "GPL", 6 | "url": "https://download.tuxfamily.org/yabause/releases/0.9.15/yabause-0.9.15-win64.zip", 7 | "hash": "ee989be918eb49cce0b046d55775cacfe39d6c9c44a161bcf4539dbdd670c432", 8 | "extract_dir": "yabause-0.9.15-win64", 9 | "bin": "yabause.exe", 10 | "shortcuts": [ 11 | [ 12 | "yabause.exe", 13 | "yabause" 14 | ] 15 | ] 16 | } 17 | -------------------------------------------------------------------------------- /bucket/y/yabaused.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Yabause-Devmiyax", 4 | "author:Benjamin Siskoo", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/yabaused/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/yabaused/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.1.14", 10 | "description": "Yabause-Devmiyax is a Sega Saturn emulator based on Yabause.", 11 | "homepage": "http://www.tradu-france.com", 12 | "license": "GNU GPLv2", 13 | "url": "https://consolo.is.cc/emu/yabaused/0.1.14.7z", 14 | "hash": "5dc4fd801cb53cb3d70447ba50e30ff87b871b8911fc4c5152ae5d70cf3d9b3c", 15 | "bin": [ 16 | "Yabause-Devmiyax 09.04.2016.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/y/yanese.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:YANESE (Yet Another NES Emulator)", 4 | "author:Anes", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/yanese/emulator_logo.jpg", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/yanese/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.89-win64", 10 | "description": "YANESE (Yet Another NES Emulator) is a Nintendo Entertainment System emulator.", 11 | "homepage": "http://www.yanese.com/", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/yanese/0.89-win64.7z", 14 | "hash": "48dcd2792362f6f0c3c8810c3c7223045ebc0d4656b2ad614a555ea0b8b88ec7", 15 | "bin": [ 16 | "yanese64.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/y/yapesdl.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:Yet Another Plus/4 Emulator SDL", 4 | "author:Attila Grosz", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/yapesdl/emulator_screen_01.jpg" 7 | ], 8 | "version": "0.70.1-win64", 9 | "description": "yapeSDL is a Commodore plus/4 and 64 family emulator based on YAPE.", 10 | "homepage": "https://yapesdl.codeplex.com/", 11 | "license": "GNU GPLv2", 12 | "url": "https://consolo.is.cc/emu/yapesdl/0.70.1-win64.7z", 13 | "hash": "92d65f3d6064476e679d4a416fa176654b6a1ad32bd5586a1af78f497843ba0c", 14 | "bin": [ 15 | "YapeSDL.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/z/z26.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "4.07", 3 | "description": "z26 is an Atari 2600 emulator", 4 | "homepage": "http://www.whimsey.com/z26", 5 | "license": "GPL-2.0-only", 6 | "url": "https://www.emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=20700&fid=20&fidx=1&rid=1699#/dl.zip", 7 | "hash": "4b73fdfa7e671e8e5c69544ab2fb68318e7b12125dd15b0d36fa9e1abc7b0de1", 8 | "extract_dir": "z26_407_win10", 9 | "shortcuts": [ 10 | [ 11 | "z26.exe", 12 | "z26" 13 | ] 14 | ], 15 | "checkver": "version ([\\d.]+)\\.", 16 | "autoupdate": { 17 | "url": "http://www.whimsey.com/z26/z26_$cleanVersion_win10.zip", 18 | "extract_dir": "z26_$cleanVersion_win10" 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /bucket/z/z64k.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2-2025-April-14", 3 | "description": "Pixel exact emulation of the Commodore 64, VIC 20 and Atari 2600 written entirely in Java. The emulators should run on any platform with an updated java runtime environment installed.", 4 | "homepage": "http://www.z64k.com/", 5 | "license": "Unknown", 6 | "url": "http://www.z64k.com/resources/version2/Z64K.jar", 7 | "hash": "486f09068a123a6a5c8859bb7f2011f01c6cf06e68eabc8ba69db0820f79ccb6", 8 | "bin": "Z64K.jar", 9 | "checkver": { 10 | "regex": "last updated (?\\d+) (?[^ ]+) (?\\d{4})", 11 | "replace": "2-${year}-${month}-${day}" 12 | }, 13 | "autoupdate": { 14 | "url": "http://www.z64k.com/resources/version2/Z64K.jar" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /bucket/z/zinc.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:ZiNc", 4 | "author:The_Author and DynaChicken", 5 | "cmd:%BIN% %ROM%", 6 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/zinc/emulator_screen_01.jpg" 7 | ], 8 | "version": "1.1", 9 | "description": "ZiNc is an emulator for various arcade games which ran on modified Sony PlayStation hardware. It does not emulate any other games, including other 3D games.", 10 | "homepage": "http://www.emuhype.com/", 11 | "license": "Freeware", 12 | "url": "https://consolo.is.cc/emu/zinc/1.1.7z", 13 | "hash": "53b48e393fb559bc3cab0345a3d557fa8b0bbfab701bb400eb535bd9a438dc69", 14 | "bin": [ 15 | "ZiNc.exe" 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/z/zxspin.json: -------------------------------------------------------------------------------- 1 | { 2 | "##": [ 3 | "name:ZXSpin", 4 | "author:Paul Dunn and Mark Woodmass", 5 | "cmd:%BIN% %ROM%", 6 | "logo:https://consolo.is.cc/images/emuDownloadCenter/hooks/zxspin/emulator_logo.png", 7 | "screenshot:https://consolo.is.cc/images/emuDownloadCenter/hooks/zxspin/emulator_screen_01.jpg" 8 | ], 9 | "version": "0.7", 10 | "description": "ZXSpin is a Sinclair ZX Spectrum and Pentagon emulator.", 11 | "homepage": "https://consolo.is.cc/emulator/zxspin", 12 | "license": "Freeware", 13 | "url": "https://consolo.is.cc/emu/zxspin/0.7.7z", 14 | "hash": "dc98915e7fc04dfcf3f310ce891353e9f2b7b53dd260c72ae3003468ebfced8d", 15 | "bin": [ 16 | "ZXSpin.exe" 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /deprecated/.gitkeep: -------------------------------------------------------------------------------- 1 | # This directory stores all the deprecated JSON manifests, which are not meant to be installed. 2 | # Delete this '.gitkeep' file once this directory has any files. 3 | -------------------------------------------------------------------------------- /scripts/.gitkeep: -------------------------------------------------------------------------------- 1 | # This directory stores helper files like shell scripts, registry entries etc. for installable applications. 2 | # Delete this '.gitkeep' file once this directory has any files. 3 | --------------------------------------------------------------------------------