├── .gitignore ├── AUTHORS ├── COPYING ├── COPYING.GPL ├── ChangeLog ├── HOWTO ├── INSTALL ├── Makefile.am ├── Makefile.in ├── NEWS ├── README ├── aclocal.m4 ├── bin ├── Makefile.am ├── Makefile.in ├── bristoljackstats.c └── startBristol.in ├── bitmaps ├── bicon.dia ├── bicon.svg ├── blueprints │ ├── BME700.xpm.gz │ ├── BME700mods.xpm.gz │ ├── BME700opts.xpm.gz │ ├── BME700shade.xpm.gz │ ├── arp2600.xpm.gz │ ├── axxe.xpm.gz │ ├── axxephat.xpm.gz │ ├── axxeshade.xpm.gz │ ├── bit100.xpm.gz │ ├── bit99.xpm.gz │ ├── bit99shade.xpm.gz │ ├── bitone.xpm.gz │ ├── bitoneshade.xpm.gz │ ├── bm.xpm.gz │ ├── bmmods.xpm.gz │ ├── bmshade.xpm.gz │ ├── cs80.xpm.gz │ ├── cs80mods.xpm.gz │ ├── cs80opts.xpm.gz │ ├── cs80shade.xpm.gz │ ├── display5.xpm.gz │ ├── dx.xpm.gz │ ├── dx7.xpm.gz │ ├── dxalgo.xpm.gz │ ├── dxmem.xpm.gz │ ├── dxshade.xpm.gz │ ├── explorer.xpm.gz │ ├── explorershade.xpm.gz │ ├── genmem.xpm.gz │ ├── granular.xpm.gz │ ├── hammond.xpm.gz │ ├── hammondB3.xpm.gz │ ├── hammondB3mem.xpm.gz │ ├── hammondB3opts.xpm.gz │ ├── hammondB3shade.xpm.gz │ ├── hammondb3mem.xpm.gz │ ├── hammondb3opts.xpm.gz │ ├── hammondmem.xpm.gz │ ├── hammondmods.xpm.gz │ ├── hammondopts.xpm.gz │ ├── hammondvol.xpm.gz │ ├── juno.xpm.gz │ ├── junoshade.xpm.gz │ ├── jupiter.xpm.gz │ ├── jupitermods.xpm.gz │ ├── jupitershade.xpm.gz │ ├── m1bus.xpm.gz │ ├── m1chan.xpm.gz │ ├── m1master.xpm.gz │ ├── mastershade.xpm.gz │ ├── melbourneshade.xpm.gz │ ├── memMoog.xpm.gz │ ├── memMoogshade.xpm.gz │ ├── mini.xpm.gz │ ├── minishade.xpm.gz │ ├── mmmods.xpm.gz │ ├── mods.xpm.gz │ ├── monoshade.xpm.gz │ ├── motion.xpm.gz │ ├── ms20.xpm.gz │ ├── ms20shade.xpm.gz │ ├── obx.xpm.gz │ ├── obxa.xpm.gz │ ├── obxalogo.xpm.gz │ ├── obxamod.xpm.gz │ ├── obxashade.xpm.gz │ ├── obxlogo.xpm.gz │ ├── obxmod.xpm.gz │ ├── obxshade.xpm.gz │ ├── odyssey.xpm.gz │ ├── odyssey2.xpm.gz │ ├── odysseymem.xpm.gz │ ├── odysseyshade.xpm.gz │ ├── poly.xpm.gz │ ├── poly6.xpm.gz │ ├── poly6shade.xpm.gz │ ├── poly800.xpm.gz │ ├── poly800mods.xpm.gz │ ├── poly800shade.xpm.gz │ ├── polymods.xpm.gz │ ├── polyorg.xpm.gz │ ├── pro1.xpm.gz │ ├── pro1shade.xpm.gz │ ├── prophet.xpm.gz │ ├── prophet10.xpm.gz │ ├── prophet10mod.xpm.gz │ ├── prophet10shade.xpm.gz │ ├── prophet52.xpm.gz │ ├── prophet52shade.xpm.gz │ ├── prophetmod.xpm.gz │ ├── prophetmod2.xpm.gz │ ├── prophetshade.xpm.gz │ ├── realistic.xpm.gz │ ├── realshade.xpm.gz │ ├── rhodesbassshade.xpm.gz │ ├── rhodesopts.xpm.gz │ ├── rhodesshade.xpm.gz │ ├── roadrunnermods.xpm.gz │ ├── roadrunneropts.xpm.gz │ ├── roadrunnershade.xpm.gz │ ├── sAks.xpm.gz │ ├── sid.xpm.gz │ ├── sid2.xpm.gz │ ├── sidshade.xpm.gz │ ├── solinamods.xpm.gz │ ├── solinapanel.xpm.gz │ ├── solinashade.xpm.gz │ ├── sonic6.xpm.gz │ ├── sonic6shade.xpm.gz │ ├── sonicmods.xpm.gz │ ├── stratus.xpm.gz │ ├── stratusmods.xpm.gz │ ├── stratusopts.xpm.gz │ ├── stratusshade.xpm.gz │ ├── trilogy.xpm.gz │ ├── trilogymods.xpm.gz │ ├── trilogyopts.xpm.gz │ ├── trilogyshade.xpm.gz │ ├── vox.xpm.gz │ ├── voxM2.xpm.gz │ ├── voxM2vars.xpm.gz │ ├── voxm2.xpm.gz │ ├── voxopts.xpm.gz │ ├── voxshade.xpm.gz │ ├── voyager.xpm.gz │ └── voyagershade.xpm.gz ├── buttons │ ├── blue.xpm.gz │ ├── dualpushgrey.xpm.gz │ ├── green.xpm.gz │ ├── greendot.xpm.gz │ ├── jbb1.xpm.gz │ ├── jbb1o.xpm.gz │ ├── jbb2.xpm.gz │ ├── jbb2o.xpm.gz │ ├── jbg.xpm.gz │ ├── jbgo.xpm.gz │ ├── jbo.xpm.gz │ ├── jboo.xpm.gz │ ├── jbr.xpm.gz │ ├── jbro.xpm.gz │ ├── jbw.xpm.gz │ ├── jbwo.xpm.gz │ ├── jby.xpm.gz │ ├── jbyo.xpm.gz │ ├── jellyoff.xpm.gz │ ├── jellyon.xpm.gz │ ├── klunk.xpm.gz │ ├── klunk2.xpm.gz │ ├── klunk3.xpm.gz │ ├── klunk4.xpm.gz │ ├── patchlow.xpm.gz │ ├── patchoff.xpm.gz │ ├── patchoffSA.xpm.gz │ ├── patchoffb.xpm.gz │ ├── patchon.xpm.gz │ ├── patchonSA.xpm.gz │ ├── patchonSA1.xpm.gz │ ├── patchonSA2.xpm.gz │ ├── patchonSA3.xpm.gz │ ├── patchonSA4.xpm.gz │ ├── patchonSA5.xpm.gz │ ├── patchonl.xpm.gz │ ├── polyblue.xpm.gz │ ├── polyredV.xpm.gz │ ├── polywhiteH.xpm.gz │ ├── polywhiteV.xpm.gz │ ├── pressoff.xpm.gz │ ├── pressoffS.xpm.gz │ ├── pressoffSb.xpm.gz │ ├── pressoffSg.xpm.gz │ ├── pressoffSy.xpm.gz │ ├── pressoffg.xpm.gz │ ├── pressoffo.xpm.gz │ ├── pressoffw.xpm.gz │ ├── presson.xpm.gz │ ├── pressonS.xpm.gz │ ├── pressonSb.xpm.gz │ ├── pressonSg.xpm.gz │ ├── pressonSy.xpm.gz │ ├── pressong.xpm.gz │ ├── pressono.xpm.gz │ ├── pressonw.xpm.gz │ ├── pushin.xpm.gz │ ├── pushinw.xpm.gz │ ├── pushout.xpm.gz │ ├── pushoutw.xpm.gz │ ├── reddot.xpm.gz │ ├── rockerblack.xpm.gz │ ├── rockerblue.xpm.gz │ ├── rockergrey.xpm.gz │ ├── rockerred.xpm.gz │ ├── rockersmooth.xpm.gz │ ├── rockersmoothBB.xpm.gz │ ├── rockersmoothBBL.xpm.gz │ ├── rockersmoothBBLd.xpm.gz │ ├── rockersmoothBBd.xpm.gz │ ├── rockersmoothBC.xpm.gz │ ├── rockersmoothBCd.xpm.gz │ ├── rockersmoothBG.xpm.gz │ ├── rockersmoothBGR.xpm.gz │ ├── rockersmoothBGRd.xpm.gz │ ├── rockersmoothBGd.xpm.gz │ ├── rockersmoothBW.xpm.gz │ ├── rockersmoothBWR.xpm.gz │ ├── rockersmoothBWRd.xpm.gz │ ├── rockersmoothBWd.xpm.gz │ ├── rockersmoothd.xpm.gz │ ├── rockerwhite.xpm.gz │ ├── sidb.xpm.gz │ ├── sidbon.xpm.gz │ ├── sidbongreen.xpm.gz │ ├── sliderblack5.xpm.gz │ ├── sliderblack7.xpm.gz │ ├── sliderblack7_1.xpm.gz │ ├── sliderblack7_2.xpm.gz │ ├── sliderblack7_3.xpm.gz │ ├── slidergreen7_1.xpm.gz │ ├── slidergreen7_2.xpm.gz │ ├── slidergreen7_3.xpm.gz │ ├── slidergrey.xpm.gz │ ├── slidergrey7_1.xpm.gz │ ├── slidergrey7_2.xpm.gz │ ├── slidergrey7_3.xpm.gz │ ├── sliderred7_1.xpm.gz │ ├── sliderred7_2.xpm.gz │ ├── sliderred7_3.xpm.gz │ ├── sliderwhite2.xpm.gz │ ├── sliderwhite7_1.xpm.gz │ ├── sliderwhite7_2.xpm.gz │ ├── sliderwhite7_3.xpm.gz │ ├── solinaOff.xpm.gz │ ├── solinaOn.xpm.gz │ ├── sonicrocker1.xpm.gz │ ├── sonicrocker2.xpm.gz │ ├── sonicrocker3.xpm.gz │ ├── sw1.xpm.gz │ ├── sw2.xpm.gz │ ├── sw3.xpm.gz │ ├── sw4.xpm.gz │ ├── sw5.xpm.gz │ ├── switch1.xpm.gz │ ├── switch2.xpm.gz │ ├── switch3.xpm.gz │ ├── touch.xpm.gz │ ├── touchg.xpm.gz │ ├── touchgb.xpm.gz │ ├── touchnL.xpm.gz │ ├── touchnl.xpm.gz │ ├── touchnlG.xpm.gz │ ├── touchnlO.xpm.gz │ ├── touchnlR.xpm.gz │ ├── touchnlW.xpm.gz │ ├── touchnlb.xpm.gz │ ├── touchnlg.xpm.gz │ ├── touchnlo.xpm.gz │ ├── touchnlr.xpm.gz │ ├── touchnlw.xpm.gz │ ├── touchnrb.xpm.gz │ ├── toucho.xpm.gz │ ├── touchoff.xpm.gz │ ├── touchog.xpm.gz │ ├── touchogb.xpm.gz │ ├── touchoo.xpm.gz │ ├── touchow.xpm.gz │ ├── touchoy.xpm.gz │ ├── touchw.xpm.gz │ ├── touchy.xpm.gz │ └── yellowdot.xpm.gz ├── digits │ ├── 0.xpm.gz │ ├── 1.xpm.gz │ ├── 2.xpm.gz │ ├── 3.xpm.gz │ ├── 4.xpm.gz │ ├── 5.xpm.gz │ ├── 6.xpm.gz │ ├── 7.xpm.gz │ ├── 8.xpm.gz │ ├── 9.xpm.gz │ ├── Down.xpm.gz │ ├── L.xpm.gz │ ├── S.xpm.gz │ ├── Up.xpm.gz │ ├── display.xpm.gz │ ├── display2.xpm.gz │ ├── display3.xpm.gz │ ├── display4.xpm.gz │ ├── kbd_0.xpm.gz │ ├── kbd_1.xpm.gz │ ├── kbd_2.xpm.gz │ ├── kbd_3.xpm.gz │ ├── kbd_4.xpm.gz │ ├── kbd_5.xpm.gz │ ├── kbd_6.xpm.gz │ ├── kbd_7.xpm.gz │ ├── kbd_8.xpm.gz │ ├── kbd_9.xpm.gz │ ├── kbd_a.xpm.gz │ ├── kbd_ar.xpm.gz │ ├── kbd_b.xpm.gz │ ├── kbd_c.xpm.gz │ ├── kbd_d.xpm.gz │ ├── kbd_da.xpm.gz │ ├── kbd_down.xpm.gz │ ├── kbd_fn.xpm.gz │ ├── kbd_ld.xpm.gz │ ├── kbd_r.xpm.gz │ ├── kbd_ret.xpm.gz │ ├── kbd_s.xpm.gz │ ├── kbd_st.xpm.gz │ ├── kbd_stop.xpm.gz │ ├── kbd_u.xpm.gz │ ├── kbd_ua.xpm.gz │ ├── kbd_ud.xpm.gz │ ├── numeral.xpm.gz │ ├── redled0.xpm.gz │ ├── redled1.xpm.gz │ ├── redled2.xpm.gz │ ├── redled3.xpm.gz │ ├── redled4.xpm.gz │ ├── redled5.xpm.gz │ ├── redled6.xpm.gz │ ├── redled7.xpm.gz │ ├── redled8.xpm.gz │ ├── redled8offsource.xpm.gz │ ├── redled8source.xpm.gz │ ├── redled9.xpm.gz │ ├── redledE.xpm.gz │ └── redledoff.xpm.gz ├── icon_bitmap.xbm ├── images │ ├── algo0.xpm.gz │ ├── algo1.xpm.gz │ ├── algo10.xpm.gz │ ├── algo11.xpm.gz │ ├── algo12.xpm.gz │ ├── algo13.xpm.gz │ ├── algo14.xpm.gz │ ├── algo15.xpm.gz │ ├── algo16.xpm.gz │ ├── algo17.xpm.gz │ ├── algo18.xpm.gz │ ├── algo19.xpm.gz │ ├── algo2.xpm.gz │ ├── algo20.xpm.gz │ ├── algo21.xpm.gz │ ├── algo22.xpm.gz │ ├── algo23.xpm.gz │ ├── algo3.xpm.gz │ ├── algo4.xpm.gz │ ├── algo5.xpm.gz │ ├── algo6.xpm.gz │ ├── algo7.xpm.gz │ ├── algo8.xpm.gz │ ├── algo9.xpm.gz │ ├── alphadisplay.xpm.gz │ ├── alphadisplay2.xpm.gz │ ├── alphadisplay3.xpm.gz │ ├── alphadisplay4.xpm.gz │ ├── alphadisplay5.xpm.gz │ ├── blueled.xpm.gz │ ├── bristol.xpm.gz │ ├── cable.xpm.gz │ ├── cable2.xpm.gz │ ├── cableV.xpm.gz │ ├── cableVred.xpm.gz │ ├── cableVyellow.xpm.gz │ ├── cablered.xpm.gz │ ├── cableyellow.xpm.gz │ ├── explorer.xpm.gz │ ├── greenled.xpm.gz │ ├── led.xpm.gz │ ├── memorymoog.xpm.gz │ ├── mini.xpm.gz │ ├── offled.xpm.gz │ ├── op1.xpm.gz │ ├── op2.xpm.gz │ ├── op3.xpm.gz │ ├── op4.xpm.gz │ ├── op5.xpm.gz │ ├── op6.xpm.gz │ ├── pcb.xpm.gz │ ├── pointer.xpm.gz │ ├── pro1.xpm.gz │ ├── pro10.xpm.gz │ ├── prophet.xpm.gz │ ├── prophet55.xpm.gz │ ├── redled.xpm.gz │ ├── rhodes.xpm.gz │ ├── rhodesplate.xpm.gz │ ├── sphere.xpm.gz │ ├── voyager.xpm.gz │ ├── vu.xpm.gz │ ├── vumask.xpm.gz │ └── yellowled.xpm.gz ├── keys │ ├── blackdown.xpm.gz │ ├── blackmdown.xpm.gz │ ├── blackmup.xpm.gz │ ├── blackup.xpm.gz │ ├── brevdown.xpm.gz │ ├── brevmdown.xpm.gz │ ├── brevmup.xpm.gz │ ├── brevup.xpm.gz │ ├── kbg.xpm.gz │ ├── kbghammond.xpm.gz │ ├── vkbg.xpm.gz │ ├── whitedown.xpm.gz │ ├── whiteldown.xpm.gz │ ├── whitelup.xpm.gz │ ├── whiteup.xpm.gz │ ├── wrevdown.xpm.gz │ └── wrevup.xpm.gz ├── knobs │ ├── alpharotary.xpm.gz │ ├── alpharotary2.xpm.gz │ ├── extend.xpm.gz │ ├── grotary.xpm.gz │ ├── hammondbar.xpm.gz │ ├── hammondblack.xpm.gz │ ├── hammondbrown.xpm.gz │ ├── hammondwhite.xpm.gz │ ├── knob.xpm.gz │ ├── knob1.xpm.gz │ ├── knob2.xpm.gz │ ├── knob3.xpm.gz │ ├── knob4.xpm.gz │ ├── knob5.xpm.gz │ ├── knob6.xpm.gz │ ├── knob7.xpm.gz │ ├── knob8.xpm.gz │ ├── knob9.xpm.gz │ ├── knobblue.xpm.gz │ ├── knobbluenew.xpm.gz │ ├── knobgreen.xpm.gz │ ├── knobgreennew.xpm.gz │ ├── knobgreynew.xpm.gz │ ├── knobhollownew.xpm.gz │ ├── knoborange.xpm.gz │ ├── knobred.xpm.gz │ ├── knobrednew.xpm.gz │ ├── knobyellow.xpm.gz │ ├── knobyellownew.xpm.gz │ ├── line.xpm.gz │ ├── modwheel.xpm.gz │ ├── modwheelblue.xpm.gz │ ├── slider1.xpm.gz │ ├── sliderArpBlack.xpm.gz │ ├── sliderArpBlue.xpm.gz │ ├── sliderArpGreen.xpm.gz │ ├── sliderArpRed.xpm.gz │ ├── sliderArpWhite.xpm.gz │ ├── sliderArpYellow.xpm.gz │ ├── sliderblack.xpm.gz │ ├── sliderblack2.xpm.gz │ ├── sliderblack3.xpm.gz │ ├── sliderblack4.xpm.gz │ ├── sliderblack5.xpm.gz │ ├── sliderblack6.xpm.gz │ ├── sliderblack7_1.xpm.gz │ ├── sliderblack7_2.xpm.gz │ ├── sliderblackl.xpm.gz │ ├── sliderblackl2.xpm.gz │ ├── sliderblackr.xpm.gz │ ├── sliderblackr2.xpm.gz │ ├── sliderbrown.xpm.gz │ ├── slidergreen.xpm.gz │ ├── slidergreen7_1.xpm.gz │ ├── slidergreen7_2.xpm.gz │ ├── slidergrey.xpm.gz │ ├── slidergrey7_1.xpm.gz │ ├── slidergrey7_2.xpm.gz │ ├── sliderpoint.xpm.gz │ ├── sliderpointL.xpm.gz │ ├── sliderpointR.xpm.gz │ ├── sliderred.xpm.gz │ ├── sliderred2.xpm.gz │ ├── sliderred7_1.xpm.gz │ ├── sliderred7_2.xpm.gz │ ├── sliderwhite.xpm.gz │ ├── sliderwhite2.xpm.gz │ ├── sliderwhite7_2.xpm.gz │ ├── sliderwhite7_3.xpm.gz │ ├── sliderwhite8_1.xpm.gz │ ├── sliderwhite8_2.xpm.gz │ ├── slideryellow.xpm.gz │ ├── smp.xpm.gz │ └── yellowknob.xpm.gz ├── newkeys │ ├── BlackDown.xpm.gz │ ├── BlackFDown.xpm.gz │ ├── BlackFUp.xpm.gz │ ├── BlackNDown.xpm.gz │ ├── BlackNUp.xpm.gz │ ├── BlackRDown.xpm.gz │ ├── BlackRUp.xpm.gz │ ├── BlackUp.xpm.gz │ ├── BlackUp2.xpm.gz │ ├── BlackUp3.xpm.gz │ ├── BlackUp4.xpm.gz │ ├── PedalBDown.xpm.gz │ ├── PedalBUp.xpm.gz │ ├── PedalWDown.xpm.gz │ ├── PedalWUp.xpm.gz │ ├── WhiteDFDown.xpm.gz │ ├── WhiteDFUp.xpm.gz │ ├── WhiteDown.xpm.gz │ ├── WhiteFDown.xpm.gz │ ├── WhiteFDownNSB.xpm.gz │ ├── WhiteFRDown.xpm.gz │ ├── WhiteFRUp.xpm.gz │ ├── WhiteFUp.xpm.gz │ ├── WhiteFUpNSB.xpm.gz │ ├── WhiteHDown.xpm.gz │ ├── WhiteHFDown.xpm.gz │ ├── WhiteHFUp.xpm.gz │ ├── WhiteHLDown.xpm.gz │ ├── WhiteHLUp.xpm.gz │ ├── WhiteHUp.xpm.gz │ ├── WhiteLDown.xpm.gz │ ├── WhiteLUp.xpm.gz │ ├── WhiteNHDown.xpm.gz │ ├── WhiteNHFDown.xpm.gz │ ├── WhiteNHFUp.xpm.gz │ ├── WhiteNHLDown.xpm.gz │ ├── WhiteNHLUp.xpm.gz │ ├── WhiteNHUp.xpm.gz │ ├── WhiteRDown.xpm.gz │ ├── WhiteRUp.xpm.gz │ ├── WhiteUp.xpm.gz │ ├── dkbg.xpm.gz │ ├── ekbg.xpm.gz │ ├── fkbg.xpm.gz │ ├── hkbg.xpm.gz │ ├── kbg.xpm.gz │ ├── nkbg.xpm.gz │ ├── ribbonKeys.xpm.gz │ └── tkbg.xpm.gz └── textures │ ├── black.xpm.gz │ ├── bluemeanie.xpm.gz │ ├── bme700bg.xpm.gz │ ├── cs80opts.xpm.gz │ ├── granite.xpm.gz │ ├── granular.xpm.gz │ ├── leather.xpm.gz │ ├── metal1.xpm.gz │ ├── metal2.xpm.gz │ ├── metal4.xpm.gz │ ├── metal5.xpm.gz │ ├── metal6.xpm.gz │ ├── metal7.xpm.gz │ ├── orangeleather.xpm.gz │ ├── p8b.xpm.gz │ ├── redleather.xpm.gz │ ├── screw.xpm.gz │ ├── voyagerpaint.xpm.gz │ ├── white.xpm.gz │ ├── wood.xpm.gz │ ├── wood2.xpm.gz │ ├── wood3.xpm.gz │ ├── wood4.xpm.gz │ ├── wood5.xpm.gz │ ├── wood6.xpm.gz │ └── wood7.xpm.gz ├── brighton ├── Makefile.am ├── Makefile.in ├── brighton.c ├── brightonArp2600.c ├── brightonAxxe.c ├── brightonBME700.c ├── brightonBassMaker.c ├── brightonBitOne.c ├── brightonCLI.c ├── brightonCS80.c ├── brightonControllers.c ├── brightonDX.c ├── brightonExplorer.c ├── brightonGranular.c ├── brightonHammond.c ├── brightonHammondB3.c ├── brightonJuno.c ├── brightonJupiter.c ├── brightonKeyboards.h ├── brightonKeys.h ├── brightonMS20.c ├── brightonMaster.c ├── brightonMemoryMoog.c ├── brightonMini.c ├── brightonMini.h ├── brightonMixer.c ├── brightonMixer.h ├── brightonMixerMemory.c ├── brightonMixerMemory.h ├── brightonMixerMenu.c ├── brightonOBX.c ├── brightonOBXa.c ├── brightonOdyssey.c ├── brightonPoly.c ├── brightonPoly6.c ├── brightonPoly800.c ├── brightonProOne.c ├── brightonProphet.c ├── brightonProphet10.c ├── brightonProphet52.c ├── brightonRealistic.c ├── brightonRhodes.c ├── brightonRhodesBass.c ├── brightonRoadRunner.c ├── brightonRoutines.c ├── brightonSAks.c ├── brightonSID.c ├── brightonSID2.c ├── brightonSID2.h ├── brightonSolina.c ├── brightonSonic6.c ├── brightonStratus.c ├── brightonTrilogy.c ├── brightonVImages.h ├── brightonVox.c ├── brightonVoxM2.c ├── brightonVoyager.c ├── brightonhelp.h └── brightonreadme.h ├── bristol.1 ├── bristol ├── Makefile.am ├── Makefile.in ├── activesense.c ├── aksdco.c ├── aksdco.h ├── aksenv.c ├── aksenv.h ├── aksfilter.c ├── aksfilter.h ├── aksreverb.c ├── aksreverb.h ├── arpdco.c ├── arpdco.h ├── arpeggiator.c ├── audioEngine.c ├── audiothread.c ├── bit1osc.c ├── bit1osc.h ├── blo.c ├── bristol.c ├── bristolaks.c ├── bristolaks.h ├── bristolarp2600.c ├── bristolarp2600.h ├── bristolaxxe.c ├── bristolaxxe.h ├── bristolbassmaker.c ├── bristolbitone.c ├── bristolbme700.c ├── bristolbme700.h ├── bristolcs80.c ├── bristolcs80.h ├── bristoldx.c ├── bristolexplorer.c ├── bristolexplorer.h ├── bristolgranular.c ├── bristolhammond.c ├── bristolhelp.h ├── bristoljuno.c ├── bristoljuno.h ├── bristoljupiter.c ├── bristolmemorymoog.c ├── bristolmemorymoog.h ├── bristolmg1.h ├── bristolmixer.c ├── bristolmixer.h ├── bristolmm.c ├── bristolmm.h ├── bristolobx.c ├── bristolobx.h ├── bristolodyssey.c ├── bristolodyssey.h ├── bristolpoly.c ├── bristolpoly.h ├── bristolpoly6.c ├── bristolpoly6.h ├── bristolpoly800.c ├── bristolpoly800.h ├── bristolprophet.c ├── bristolprophet.h ├── bristolprophet1.c ├── bristolprophet1.h ├── bristolprophet52.c ├── bristolrealistic.c ├── bristolroadrunner.c ├── bristolsampler.c ├── bristolsampler.h ├── bristolsid1.c ├── bristolsid1.h ├── bristolsid2.c ├── bristolsid2.h ├── bristolsolina.c ├── bristolsonic6.c ├── bristolsonic6.h ├── bristolsystem.c ├── bristoltrilogy.c ├── bristoltrilogy.h ├── bristolvox.c ├── click.h ├── cs80env.c ├── cs80osc.c ├── cs80osc.h ├── dca.c ├── dca.h ├── dco.c ├── dco.h ├── dimensionD.c ├── dimensionD.h ├── dxop.c ├── dxop.h ├── electroswitch.c ├── electroswitch.h ├── env5stage.c ├── env5stage.h ├── envelope.c ├── envelope.h ├── expdco.c ├── expdco.h ├── filter.c ├── filter.h ├── filter2.c ├── follower.c ├── follower.h ├── granular.h ├── granulardco.c ├── granulardco.h ├── hammond.c ├── hammond.h ├── hammondchorus.c ├── hammondchorus.h ├── hpf.c ├── hpf.h ├── junodco.c ├── junodco.h ├── lfo.c ├── lfo.h ├── midihandlers.c ├── midinote.c ├── midithread.c ├── noise.c ├── noise.h ├── nro.c ├── nro.h ├── palette.h ├── prophetdco.c ├── prophetdco.h ├── resonator.c ├── resonator.h ├── reverb.c ├── reverb.h ├── ringbuffer.c ├── ringmod.c ├── ringmod.h ├── roadrunner.h ├── rotary.c ├── rotary.h ├── sdco.c ├── sdco.h ├── sdcoutils.c ├── solina.h ├── soundManager.c ├── thesermon.c ├── thesermon.h ├── trilogyosc.c ├── trilogyosc.h ├── vibrachorus.c ├── vibrachorus.h ├── vox.c └── vox.h ├── bristoljackstats.1 ├── config.guess ├── config.h.in ├── config.sub ├── configure ├── configure.ac ├── depcomp ├── include ├── brighton │ ├── brighton.h │ ├── brightonC11.h │ ├── brightonC11internals.h │ ├── brightonDevtable.h │ ├── brightonX11.h │ ├── brightonX11internals.h │ ├── brightondev.h │ ├── brightondevflags.h │ ├── brightonevents.h │ ├── brightoninternals.h │ ├── brightonledstates.h │ ├── brightonmenu.h │ ├── brightonvectorgraphics.h │ └── icon_bitmap.xbm ├── bristol │ ├── bristol.h │ ├── bristolactivesense.h │ ├── bristolarpeggiation.h │ ├── bristolaudio.h │ ├── bristolblo.h │ ├── bristoldebug.h │ ├── bristolmessages.h │ ├── bristolmidi.h │ ├── bristolmidiapi.h │ ├── bristolmidiapidata.h │ ├── bristolmidieventnames.h │ ├── bristolsid.h │ ├── bristolvers.h │ └── ringbuffer.h └── slab │ ├── bristoljack.h │ ├── bristolpulse.h │ ├── engine.h │ ├── fbDefs.h │ ├── slabDAccess.h │ ├── slabDebugMasks.h │ ├── slabEffects.h │ ├── slabTimer.h │ ├── slabalsadev.h │ ├── slabaudio.h │ ├── slabaudiodev.h │ ├── slabbus.h │ ├── slabcbuf.h │ ├── slabcdefs.h │ ├── slabdefinitions.h │ ├── slabmixer.h │ ├── slabrevisions.h │ ├── slabtrack.h │ └── socketToolKit.h ├── install-sh ├── libbrighton ├── Makefile.am ├── Makefile.in ├── brightonBitmaps.c ├── brightonButton.c ├── brightonC.c ├── brightonColorMgt.c ├── brightonDevice.c ├── brightonDispatch.c ├── brightonDisplay.c ├── brightonDisplayMgt.c ├── brightonEventHandlers.c ├── brightonFastTimer.c ├── brightonHButton.c ├── brightonHammond.c ├── brightonInterface.c ├── brightonKbd.c ├── brightonLayer.c ├── brightonLed.c ├── brightonLedBlock.c ├── brightonLever.c ├── brightonMenu.c ├── brightonModWheel.c ├── brightonPanelMgt.c ├── brightonPic.c ├── brightonRender.c ├── brightonRibbonKbd.c ├── brightonRotary.c ├── brightonScale.c ├── brightonShadowMgt.c ├── brightonSlowTimer.c ├── brightonTouchpanel.c ├── brightonVu.c ├── brightonWindowMgt.c ├── brightonXpmRead.c └── brightonkeymappings.h ├── libbrightonC11 ├── Makefile.am ├── Makefile.in ├── bColor.c ├── bDisplay.c ├── bEvent.c ├── bRender.c ├── bRoutines.c └── bWindow.c ├── libbrightonX11 ├── Makefile.am ├── Makefile.in ├── bColor.c ├── bDisplay.c ├── bEvent.c ├── bRender.c ├── bRoutines.c └── bWindow.c ├── libbristol ├── Makefile.am ├── Makefile.in ├── audioRoutines.c ├── bristolcdefs.c ├── debugging.c ├── mixroutines.c └── opmgt.c ├── libbristolaudio ├── Makefile.am ├── Makefile.in ├── audioEngine.c ├── audioEngineALSA.c ├── audioEngineJack.c ├── audioEngineOSS.c ├── audioGUI.c ├── audioGUIALSA.c ├── audioGUIOSS.c └── audioMastering.c ├── libbristolic ├── Makefile.am ├── Makefile.in └── sid.c ├── libbristolmidi ├── Makefile.am ├── Makefile.in ├── inetClient.c ├── inetServer.c ├── interface.c ├── midiALSADevMan.c ├── midiDevMan.c ├── midiFileMgt.c ├── midiJACKDevMan.c ├── midiMsgMan.c ├── midiOSSDevMan.c ├── midiParse.c ├── midiRoutines.c ├── midiSeqDevMan.c ├── midiTCPDevMan.c ├── scalaParse.c ├── slabmessages.h └── socketToolKit.c ├── libbvg ├── Makefile.am ├── Makefile.in ├── bvg.c └── font1.h ├── ltmain.sh ├── m4 ├── libtool.m4 ├── ltoptions.m4 ├── ltsugar.m4 ├── ltversion.m4 └── lt~obsolete.m4 ├── memory ├── BME700 │ ├── BME7001.mem │ ├── BME7002.mem │ ├── BME7003.mem │ ├── BME7004.mem │ ├── BME7005.mem │ ├── BME7006.mem │ ├── BME7007.mem │ └── BME7008.mem ├── aks │ ├── aks0.mem │ ├── aks1.mem │ ├── aks2.mem │ └── aks999.mem ├── arp2600 │ ├── arp26000.mem │ ├── arp26001.mem │ ├── arp260017.mem │ ├── arp260018.mem │ ├── arp260019.mem │ ├── arp26002.mem │ ├── arp260020.mem │ ├── arp260021.mem │ ├── arp260022.mem │ ├── arp260023.mem │ ├── arp26003.mem │ ├── arp26004.mem │ ├── arp26005.mem │ ├── arp26006.mem │ ├── arp26007.mem │ ├── arp26008.mem │ └── arp26009.mem ├── axxe │ ├── axxe11.mem │ └── axxe12.mem ├── bassmaker │ ├── bassmaker0.mem │ └── bassmaker1.mem ├── bit100 │ ├── bit1000.mem │ ├── bit1000.seq │ ├── bit1001.mem │ ├── bit1001.seq │ ├── bit10010.mem │ ├── bit1002.mem │ ├── bit1002.seq │ ├── bit1003.mem │ ├── bit1003.seq │ ├── bit1004.mem │ ├── bit1004.seq │ ├── bit1005.mem │ ├── bit1006.mem │ ├── bit1006.seq │ ├── bit1007.mem │ ├── bit1007.seq │ ├── bit1008.mem │ ├── bit1009.mem │ └── bitone99.mem ├── bit99 │ ├── bit990.mem │ ├── bit991.mem │ ├── bit992.mem │ ├── bit9920.mem │ ├── bit993.mem │ ├── bit994.mem │ ├── bit996.mem │ └── bit997.mem ├── bitone │ ├── bitone │ ├── bitone0.mem │ ├── bitone1.mem │ ├── bitone12.mem │ ├── bitone18.mem │ ├── bitone2.mem │ ├── bitone24.mem │ ├── bitone3.mem │ ├── bitone4.mem │ ├── bitone5.mem │ ├── bitone5.seq │ ├── bitone6.mem │ ├── bitone7.mem │ └── bitone99.mem ├── cs80 │ ├── cs800.mem │ ├── cs801.mem │ ├── cs8011.mem │ └── cs8012.mem ├── dx │ ├── dx0.mem │ ├── dx1.mem │ ├── dx10.mem │ ├── dx100.mem │ ├── dx11.mem │ ├── dx110.mem │ ├── dx12.mem │ ├── dx123.mem │ ├── dx130.mem │ ├── dx160.mem │ ├── dx161.mem │ ├── dx170.mem │ ├── dx180.mem │ ├── dx2.mem │ ├── dx220.mem │ ├── dx221.mem │ ├── dx222.mem │ ├── dx230.mem │ ├── dx231.mem │ ├── dx240.mem │ ├── dx241.mem │ ├── dx3.mem │ ├── dx4.mem │ ├── dx40.mem │ ├── dx41.mem │ ├── dx42.mem │ ├── dx43.mem │ ├── dx44.mem │ ├── dx45.mem │ ├── dx46.mem │ ├── dx5.mem │ ├── dx50.mem │ ├── dx500.mem │ ├── dx501.mem │ ├── dx502.mem │ ├── dx503.mem │ ├── dx51.mem │ ├── dx52.mem │ ├── dx60.mem │ ├── dx70.mem │ └── dx90.mem ├── explorer │ └── explorer0.mem ├── hammond │ ├── hammond1.mem │ └── hammond2.mem ├── hammondB3 │ ├── hammondB30.mem │ ├── hammondB31.mem │ ├── hammondB310.mem │ ├── hammondB311.mem │ ├── hammondB312.mem │ ├── hammondB313.mem │ ├── hammondB314.mem │ ├── hammondB315.mem │ ├── hammondB316.mem │ ├── hammondB317.mem │ ├── hammondB318.mem │ ├── hammondB319.mem │ ├── hammondB32.mem │ ├── hammondB320.mem │ ├── hammondB321.mem │ ├── hammondB322.mem │ ├── hammondB33.mem │ ├── hammondB34.mem │ ├── hammondB35.mem │ ├── hammondB36.mem │ ├── hammondB37.mem │ ├── hammondB38.mem │ └── hammondB39.mem ├── juno │ ├── juno0.mem │ ├── juno1.mem │ ├── juno100.mem │ ├── juno2.mem │ ├── juno3.mem │ ├── juno4.mem │ ├── juno5.mem │ ├── juno6.mem │ └── juno7.mem ├── jupiter8 │ ├── jupiter811.mem │ ├── jupiter812.mem │ ├── jupiter812.seq │ ├── jupiter813.mem │ ├── jupiter814.mem │ ├── jupiter815.mem │ ├── jupiter815.seq │ ├── jupiter816.mem │ ├── jupiter817.mem │ └── jupiter818.mem ├── memoryMoog │ ├── memoryMoog0.mem │ ├── memoryMoog1.mem │ ├── memoryMoog2.mem │ ├── memoryMoog3.mem │ ├── memoryMoog4.mem │ ├── memoryMoog5.mem │ ├── memoryMoog6.mem │ ├── memoryMoog7.mem │ └── memoryMoog8.mem ├── mini │ ├── mini0.mem │ ├── mini1.mem │ ├── mini10.mem │ ├── mini11.mem │ ├── mini12.mem │ ├── mini13.mem │ ├── mini14.mem │ ├── mini15.mem │ ├── mini16.mem │ ├── mini17.mem │ ├── mini18.mem │ ├── mini19.mem │ ├── mini2.mem │ ├── mini20.mem │ ├── mini3.mem │ ├── mini4.mem │ ├── mini5.mem │ ├── mini50.mem │ ├── mini51.mem │ ├── mini52.mem │ ├── mini53.mem │ ├── mini54.mem │ ├── mini55.mem │ ├── mini56.mem │ ├── mini57.mem │ ├── mini58.mem │ ├── mini59.mem │ ├── mini6.mem │ ├── mini60.mem │ ├── mini61.mem │ ├── mini62.mem │ ├── mini63.mem │ ├── mini64.mem │ ├── mini65.mem │ ├── mini66.mem │ ├── mini67.mem │ ├── mini68.mem │ ├── mini69.mem │ ├── mini7.mem │ ├── mini70.mem │ ├── mini71.mem │ ├── mini72.mem │ ├── mini73.mem │ ├── mini74.mem │ ├── mini75.mem │ ├── mini76.mem │ ├── mini77.mem │ ├── mini78.mem │ ├── mini79.mem │ ├── mini8.mem │ ├── mini80.mem │ ├── mini81.mem │ ├── mini82.mem │ ├── mini83.mem │ ├── mini84.mem │ ├── mini85.mem │ ├── mini86.mem │ ├── mini9.mem │ ├── mini96.mem │ ├── mini97.mem │ ├── mini98.mem │ ├── mini99.mem │ └── readme.txt ├── mixer │ ├── default │ │ ├── chorus.mem │ │ ├── default.mem │ │ ├── m0.mem │ │ ├── m1.mem │ │ ├── m2.mem │ │ ├── m3.mem │ │ ├── m4.mem │ │ └── memory │ ├── testsong1 │ │ ├── test0.mem │ │ ├── test1.mem │ │ ├── test2.mem │ │ ├── test3.mem │ │ └── test4.mem │ ├── testsong2 │ │ ├── song0.mem │ │ ├── song1.mem │ │ ├── song2.mem │ │ ├── song3.mem │ │ └── song4.mem │ ├── testsong3 │ │ ├── newsong0.mem │ │ ├── newsong1.mem │ │ ├── newsong2.mem │ │ ├── newsong3.mem │ │ └── newsong4.mem │ └── testsong4 │ │ ├── oldsong0.mem │ │ ├── oldsong1.mem │ │ ├── oldsong2.mem │ │ ├── oldsong3.mem │ │ └── oldsong4.mem ├── monopoly │ └── monopoly11.mem ├── obx │ ├── obx0.mem │ ├── obx1.mem │ ├── obx10.mem │ ├── obx11.mem │ ├── obx12.mem │ ├── obx13.mem │ ├── obx14.mem │ ├── obx15.mem │ ├── obx16.mem │ ├── obx17.mem │ ├── obx2.mem │ ├── obx22.mem │ ├── obx23.mem │ ├── obx3.mem │ ├── obx36.mem │ ├── obx4.mem │ ├── obx41.mem │ ├── obx5.mem │ ├── obx6.mem │ ├── obx8.mem │ └── obx9.mem ├── obxa │ ├── obxa0.mem │ ├── obxa0.seq │ ├── obxa1.mem │ ├── obxa10.mem │ ├── obxa11.mem │ ├── obxa11.seq │ ├── obxa12.mem │ ├── obxa13.mem │ ├── obxa14.mem │ ├── obxa18.mem │ ├── obxa2.mem │ ├── obxa21.mem │ ├── obxa24.mem │ ├── obxa31.mem │ └── obxa88.mem ├── odyssey │ ├── odyssey1.mem │ ├── odyssey11.mem │ ├── odyssey12.mem │ ├── odyssey13.mem │ ├── odyssey14.mem │ ├── odyssey15.mem │ ├── odyssey21.mem │ └── odyssey88.mem ├── poly │ ├── poly0.mem │ ├── poly11.mem │ ├── poly12.mem │ ├── poly13.mem │ ├── poly14.mem │ ├── poly21.mem │ ├── poly22.mem │ ├── poly23.mem │ ├── poly24.mem │ ├── poly25.mem │ ├── poly26.mem │ ├── poly27.mem │ ├── poly28.mem │ └── poly88.mem ├── poly800 │ ├── poly80011.mem │ ├── poly80012.mem │ ├── poly80013.mem │ └── poly80015.mem ├── pro1 │ ├── pro111.mem │ ├── pro112.mem │ ├── pro113.mem │ ├── pro114.mem │ ├── pro115.mem │ ├── pro116.mem │ ├── pro117.mem │ ├── pro118.mem │ ├── pro121.mem │ ├── pro122.mem │ ├── pro123.mem │ ├── pro124.mem │ ├── pro125.mem │ ├── pro126.mem │ └── pro127.mem ├── profiles │ ├── BME700 │ ├── aks │ ├── arp2600 │ ├── axxe │ ├── bit100 │ ├── bitone │ ├── cs80 │ ├── dx │ ├── explorer │ ├── hammond │ ├── hammond.mcm │ ├── hammondB3 │ ├── hammondB3.mcm │ ├── juno │ ├── jupiter │ ├── jupiter8 │ ├── meanquar.scl │ ├── memoryMoog │ ├── midicontrollermap │ ├── mini │ ├── monopoly │ ├── obx │ ├── obxa │ ├── odyssey │ ├── poly │ ├── poly800 │ ├── pro1 │ ├── prophet │ ├── prophet52 │ ├── realistic │ ├── rhodes │ ├── roadrunner │ ├── solina │ ├── sonic6 │ ├── stratus │ ├── tonewheel │ ├── tonewheel.gearbox.0.30.1 │ ├── tonewheel.gearbox.0.60.8 │ ├── tonewheel.gearbox.clean │ ├── tonewheel.gearbox.crosstalk │ ├── trilogy │ ├── trilogyODC.mcm │ ├── vox │ ├── vox.mcm │ ├── voxM2 │ └── voxM2.mcm ├── prophet │ ├── prophet11.mem │ ├── prophet111.mem │ ├── prophet112.mem │ ├── prophet113.mem │ ├── prophet114.mem │ ├── prophet115.mem │ ├── prophet116.mem │ ├── prophet12.mem │ ├── prophet13.mem │ ├── prophet14.mem │ ├── prophet15.mem │ ├── prophet16.mem │ ├── prophet17.mem │ ├── prophet18.mem │ ├── prophet21.mem │ ├── prophet22.mem │ ├── prophet221.mem │ ├── prophet222.mem │ ├── prophet223.mem │ ├── prophet23.mem │ ├── prophet24.mem │ ├── prophet25.mem │ ├── prophet26.mem │ ├── prophet27.mem │ ├── prophet28.mem │ ├── prophet31.mem │ ├── prophet32.mem │ ├── prophet33.mem │ ├── prophet34.mem │ ├── prophet35.mem │ ├── prophet36.mem │ ├── prophet37.mem │ ├── prophet38.mem │ ├── prophet41.mem │ ├── prophet42.mem │ ├── prophet43.mem │ ├── prophet44.mem │ ├── prophet45.mem │ ├── prophet46.mem │ ├── prophet47.mem │ ├── prophet48.mem │ ├── prophet51.mem │ ├── prophet52.mem │ ├── prophet53.mem │ ├── prophet54.mem │ ├── prophet55.mem │ ├── prophet61.mem │ ├── prophet62.mem │ ├── prophet63.mem │ ├── prophet64.mem │ ├── prophet65.mem │ ├── prophet66.mem │ ├── prophet661.mem │ ├── prophet67.mem │ ├── prophet68.mem │ ├── prophet71.mem │ ├── prophet771.mem │ ├── prophet88.mem │ ├── prophet881.mem │ ├── prophet882.mem │ ├── prophet883.mem │ ├── prophet884.mem │ ├── prophet885.mem │ ├── prophet886.mem │ ├── prophet887.mem │ └── prophet888.mem ├── prophet52 │ ├── prophet5211.mem │ ├── prophet52111.mem │ ├── prophet52112.mem │ ├── prophet52113.mem │ ├── prophet52114.mem │ ├── prophet52115.mem │ ├── prophet52116.mem │ ├── prophet5212.mem │ ├── prophet5213.mem │ ├── prophet5214.mem │ ├── prophet5215.mem │ ├── prophet5216.mem │ ├── prophet5217.mem │ ├── prophet5218.mem │ ├── prophet5221.mem │ ├── prophet5222.mem │ ├── prophet52221.mem │ ├── prophet52222.mem │ ├── prophet52223.mem │ ├── prophet5223.mem │ ├── prophet5224.mem │ ├── prophet5225.mem │ ├── prophet5226.mem │ ├── prophet5227.mem │ ├── prophet5228.mem │ ├── prophet5231.mem │ ├── prophet5232.mem │ ├── prophet5233.mem │ ├── prophet5234.mem │ ├── prophet5235.mem │ ├── prophet5236.mem │ ├── prophet5237.mem │ ├── prophet5238.mem │ ├── prophet5241.mem │ ├── prophet5242.mem │ ├── prophet5243.mem │ ├── prophet5244.mem │ ├── prophet5245.mem │ ├── prophet5246.mem │ ├── prophet5247.mem │ ├── prophet5248.mem │ ├── prophet5251.mem │ ├── prophet5252.mem │ ├── prophet5253.mem │ ├── prophet5254.mem │ ├── prophet5255.mem │ ├── prophet5261.mem │ ├── prophet5262.mem │ ├── prophet5263.mem │ ├── prophet5264.mem │ ├── prophet5265.mem │ ├── prophet5266.mem │ ├── prophet5267.mem │ ├── prophet5268.mem │ ├── prophet5271.mem │ ├── prophet5288.mem │ ├── prophet52881.mem │ ├── prophet52882.mem │ ├── prophet52883.mem │ ├── prophet52884.mem │ ├── prophet52885.mem │ ├── prophet52886.mem │ ├── prophet52887.mem │ └── prophet52888.mem ├── realistic │ └── realistic0.mem ├── rhodes │ ├── rhodes1000.mem │ ├── rhodes1001.mem │ ├── rhodes1002.mem │ ├── rhodes1003.mem │ ├── rhodes1004.mem │ ├── rhodes1005.mem │ ├── rhodes1006.mem │ └── rhodes1007.mem ├── roadrunner │ ├── roadrunner0.mem │ ├── roadrunner1.mem │ ├── roadrunner2.mem │ ├── roadrunner3.mem │ ├── roadrunner4.mem │ └── roadrunner5.mem ├── sidney │ ├── sidney11.mem │ ├── sidney12.mem │ ├── sidney13.mem │ ├── sidney14.mem │ ├── sidney15.mem │ ├── sidney16.mem │ ├── sidney17.mem │ ├── sidney18.mem │ └── sidney21.mem ├── solina │ ├── solina0.mem │ ├── solina1.mem │ ├── solina2.mem │ ├── solina3.mem │ ├── solina4.mem │ ├── solina5.mem │ ├── solina6.mem │ ├── solina7.mem │ ├── solina8.mem │ └── solina9.mem ├── sonic6 │ ├── sonic61.mem │ ├── sonic610.mem │ ├── sonic611.mem │ ├── sonic612.mem │ ├── sonic613.mem │ ├── sonic614.mem │ ├── sonic615.mem │ ├── sonic616.mem │ ├── sonic617.mem │ ├── sonic618.mem │ ├── sonic619.mem │ ├── sonic62.mem │ ├── sonic620.mem │ ├── sonic621.mem │ ├── sonic622.mem │ ├── sonic623.mem │ ├── sonic624.mem │ ├── sonic625.mem │ ├── sonic626.mem │ ├── sonic627.mem │ ├── sonic628.mem │ ├── sonic629.mem │ ├── sonic63.mem │ ├── sonic630.mem │ ├── sonic631.mem │ ├── sonic632.mem │ ├── sonic633.mem │ ├── sonic634.mem │ ├── sonic635.mem │ ├── sonic636.mem │ ├── sonic637.mem │ ├── sonic638.mem │ ├── sonic639.mem │ ├── sonic64.mem │ ├── sonic640.mem │ ├── sonic641.mem │ ├── sonic642.mem │ ├── sonic643.mem │ ├── sonic644.mem │ ├── sonic645.mem │ ├── sonic646.mem │ ├── sonic647.mem │ ├── sonic648.mem │ ├── sonic649.mem │ ├── sonic65.mem │ ├── sonic650.mem │ ├── sonic651.mem │ ├── sonic652.mem │ ├── sonic653.mem │ ├── sonic654.mem │ ├── sonic655.mem │ ├── sonic656.mem │ ├── sonic657.mem │ ├── sonic658.mem │ ├── sonic659.mem │ ├── sonic66.mem │ ├── sonic660.mem │ ├── sonic661.mem │ ├── sonic662.mem │ ├── sonic67.mem │ ├── sonic68.mem │ └── sonic69.mem ├── stratus │ ├── stratus11.mem │ ├── stratus12.mem │ ├── stratus13.mem │ └── stratus14.mem ├── trilogy │ ├── trilogy11.mem │ ├── trilogy12.mem │ ├── trilogy13.mem │ ├── trilogy14.mem │ ├── trilogy15.mem │ ├── trilogy16.mem │ ├── trilogy17.mem │ └── trilogy18.mem ├── vox │ ├── vox0.mem │ ├── vox1.mem │ ├── vox2.mem │ └── vox3.mem └── voxM2 │ ├── voxM20.mem │ ├── voxM21.mem │ ├── voxM22.mem │ ├── voxM23.mem │ ├── voxM24.mem │ └── voxM25.mem └── missing /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/.gitignore -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/AUTHORS -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/COPYING -------------------------------------------------------------------------------- /COPYING.GPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/COPYING.GPL -------------------------------------------------------------------------------- /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/ChangeLog -------------------------------------------------------------------------------- /HOWTO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/HOWTO -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/INSTALL -------------------------------------------------------------------------------- /Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/Makefile.am -------------------------------------------------------------------------------- /Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/Makefile.in -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/NEWS -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/README -------------------------------------------------------------------------------- /aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/aclocal.m4 -------------------------------------------------------------------------------- /bin/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bin/Makefile.am -------------------------------------------------------------------------------- /bin/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bin/Makefile.in -------------------------------------------------------------------------------- /bin/bristoljackstats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bin/bristoljackstats.c -------------------------------------------------------------------------------- /bin/startBristol.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bin/startBristol.in -------------------------------------------------------------------------------- /bitmaps/bicon.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/bicon.dia -------------------------------------------------------------------------------- /bitmaps/bicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/bicon.svg -------------------------------------------------------------------------------- /bitmaps/blueprints/bm.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/blueprints/bm.xpm.gz -------------------------------------------------------------------------------- /bitmaps/blueprints/dx.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/blueprints/dx.xpm.gz -------------------------------------------------------------------------------- /bitmaps/blueprints/dx7.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/blueprints/dx7.xpm.gz -------------------------------------------------------------------------------- /bitmaps/blueprints/obx.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/blueprints/obx.xpm.gz -------------------------------------------------------------------------------- /bitmaps/blueprints/sid.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/blueprints/sid.xpm.gz -------------------------------------------------------------------------------- /bitmaps/blueprints/vox.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/blueprints/vox.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/blue.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/blue.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/green.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/green.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/jbb1.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/jbb1.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/jbb1o.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/jbb1o.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/jbb2.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/jbb2.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/jbb2o.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/jbb2o.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/jbg.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/jbg.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/jbgo.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/jbgo.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/jbo.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/jbo.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/jboo.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/jboo.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/jbr.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/jbr.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/jbro.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/jbro.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/jbw.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/jbw.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/jbwo.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/jbwo.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/jby.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/jby.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/jbyo.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/jbyo.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/klunk.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/klunk.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/klunk2.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/klunk2.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/klunk3.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/klunk3.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/klunk4.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/klunk4.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/pushin.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/pushin.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/reddot.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/reddot.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/sidb.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/sidb.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/sidbon.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/sidbon.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/sw1.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/sw1.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/sw2.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/sw2.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/sw3.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/sw3.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/sw4.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/sw4.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/sw5.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/sw5.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/touch.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/touch.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/touchg.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/touchg.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/toucho.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/toucho.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/touchw.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/touchw.xpm.gz -------------------------------------------------------------------------------- /bitmaps/buttons/touchy.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/buttons/touchy.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/0.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/0.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/1.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/1.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/2.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/2.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/3.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/3.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/4.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/4.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/5.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/5.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/6.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/6.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/7.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/7.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/8.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/8.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/9.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/9.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/Down.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/Down.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/L.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/L.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/S.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/S.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/Up.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/Up.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/display.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/display.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_0.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_0.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_1.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_1.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_2.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_2.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_3.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_3.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_4.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_4.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_5.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_5.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_6.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_6.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_7.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_7.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_8.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_8.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_9.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_9.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_a.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_a.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_ar.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_ar.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_b.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_b.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_c.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_c.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_d.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_d.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_da.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_da.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_fn.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_fn.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_ld.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_ld.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_r.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_r.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_ret.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_ret.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_s.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_s.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_st.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_st.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_u.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_u.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_ua.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_ua.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/kbd_ud.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/kbd_ud.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/numeral.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/numeral.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/redled0.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/redled0.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/redled1.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/redled1.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/redled2.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/redled2.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/redled3.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/redled3.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/redled4.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/redled4.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/redled5.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/redled5.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/redled6.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/redled6.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/redled7.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/redled7.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/redled8.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/redled8.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/redled9.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/redled9.xpm.gz -------------------------------------------------------------------------------- /bitmaps/digits/redledE.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/digits/redledE.xpm.gz -------------------------------------------------------------------------------- /bitmaps/icon_bitmap.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/icon_bitmap.xbm -------------------------------------------------------------------------------- /bitmaps/images/algo0.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo0.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo1.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo1.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo10.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo10.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo11.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo11.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo12.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo12.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo13.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo13.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo14.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo14.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo15.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo15.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo16.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo16.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo17.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo17.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo18.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo18.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo19.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo19.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo2.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo2.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo20.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo20.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo21.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo21.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo22.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo22.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo23.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo23.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo3.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo3.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo4.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo4.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo5.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo5.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo6.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo6.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo7.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo7.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo8.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo8.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/algo9.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/algo9.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/blueled.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/blueled.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/bristol.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/bristol.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/cable.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/cable.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/cable2.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/cable2.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/cableV.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/cableV.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/led.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/led.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/mini.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/mini.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/offled.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/offled.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/op1.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/op1.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/op2.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/op2.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/op3.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/op3.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/op4.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/op4.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/op5.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/op5.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/op6.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/op6.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/pcb.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/pcb.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/pointer.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/pointer.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/pro1.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/pro1.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/pro10.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/pro10.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/prophet.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/prophet.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/redled.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/redled.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/rhodes.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/rhodes.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/sphere.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/sphere.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/voyager.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/voyager.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/vu.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/vu.xpm.gz -------------------------------------------------------------------------------- /bitmaps/images/vumask.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/images/vumask.xpm.gz -------------------------------------------------------------------------------- /bitmaps/keys/blackdown.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/keys/blackdown.xpm.gz -------------------------------------------------------------------------------- /bitmaps/keys/blackmup.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/keys/blackmup.xpm.gz -------------------------------------------------------------------------------- /bitmaps/keys/blackup.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/keys/blackup.xpm.gz -------------------------------------------------------------------------------- /bitmaps/keys/brevdown.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/keys/brevdown.xpm.gz -------------------------------------------------------------------------------- /bitmaps/keys/brevmdown.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/keys/brevmdown.xpm.gz -------------------------------------------------------------------------------- /bitmaps/keys/brevmup.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/keys/brevmup.xpm.gz -------------------------------------------------------------------------------- /bitmaps/keys/brevup.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/keys/brevup.xpm.gz -------------------------------------------------------------------------------- /bitmaps/keys/kbg.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/keys/kbg.xpm.gz -------------------------------------------------------------------------------- /bitmaps/keys/vkbg.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/keys/vkbg.xpm.gz -------------------------------------------------------------------------------- /bitmaps/keys/whitedown.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/keys/whitedown.xpm.gz -------------------------------------------------------------------------------- /bitmaps/keys/whitelup.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/keys/whitelup.xpm.gz -------------------------------------------------------------------------------- /bitmaps/keys/whiteup.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/keys/whiteup.xpm.gz -------------------------------------------------------------------------------- /bitmaps/keys/wrevdown.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/keys/wrevdown.xpm.gz -------------------------------------------------------------------------------- /bitmaps/keys/wrevup.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/keys/wrevup.xpm.gz -------------------------------------------------------------------------------- /bitmaps/knobs/extend.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/knobs/extend.xpm.gz -------------------------------------------------------------------------------- /bitmaps/knobs/grotary.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/knobs/grotary.xpm.gz -------------------------------------------------------------------------------- /bitmaps/knobs/knob.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/knobs/knob.xpm.gz -------------------------------------------------------------------------------- /bitmaps/knobs/knob1.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/knobs/knob1.xpm.gz -------------------------------------------------------------------------------- /bitmaps/knobs/knob2.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/knobs/knob2.xpm.gz -------------------------------------------------------------------------------- /bitmaps/knobs/knob3.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/knobs/knob3.xpm.gz -------------------------------------------------------------------------------- /bitmaps/knobs/knob4.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/knobs/knob4.xpm.gz -------------------------------------------------------------------------------- /bitmaps/knobs/knob5.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/knobs/knob5.xpm.gz -------------------------------------------------------------------------------- /bitmaps/knobs/knob6.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/knobs/knob6.xpm.gz -------------------------------------------------------------------------------- /bitmaps/knobs/knob7.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/knobs/knob7.xpm.gz -------------------------------------------------------------------------------- /bitmaps/knobs/knob8.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/knobs/knob8.xpm.gz -------------------------------------------------------------------------------- /bitmaps/knobs/knob9.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/knobs/knob9.xpm.gz -------------------------------------------------------------------------------- /bitmaps/knobs/knobblue.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/knobs/knobblue.xpm.gz -------------------------------------------------------------------------------- /bitmaps/knobs/knobred.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/knobs/knobred.xpm.gz -------------------------------------------------------------------------------- /bitmaps/knobs/line.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/knobs/line.xpm.gz -------------------------------------------------------------------------------- /bitmaps/knobs/modwheel.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/knobs/modwheel.xpm.gz -------------------------------------------------------------------------------- /bitmaps/knobs/slider1.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/knobs/slider1.xpm.gz -------------------------------------------------------------------------------- /bitmaps/knobs/smp.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/knobs/smp.xpm.gz -------------------------------------------------------------------------------- /bitmaps/newkeys/dkbg.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/newkeys/dkbg.xpm.gz -------------------------------------------------------------------------------- /bitmaps/newkeys/ekbg.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/newkeys/ekbg.xpm.gz -------------------------------------------------------------------------------- /bitmaps/newkeys/fkbg.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/newkeys/fkbg.xpm.gz -------------------------------------------------------------------------------- /bitmaps/newkeys/hkbg.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/newkeys/hkbg.xpm.gz -------------------------------------------------------------------------------- /bitmaps/newkeys/kbg.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/newkeys/kbg.xpm.gz -------------------------------------------------------------------------------- /bitmaps/newkeys/nkbg.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/newkeys/nkbg.xpm.gz -------------------------------------------------------------------------------- /bitmaps/newkeys/tkbg.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/newkeys/tkbg.xpm.gz -------------------------------------------------------------------------------- /bitmaps/textures/black.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/textures/black.xpm.gz -------------------------------------------------------------------------------- /bitmaps/textures/p8b.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/textures/p8b.xpm.gz -------------------------------------------------------------------------------- /bitmaps/textures/screw.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/textures/screw.xpm.gz -------------------------------------------------------------------------------- /bitmaps/textures/white.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/textures/white.xpm.gz -------------------------------------------------------------------------------- /bitmaps/textures/wood.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/textures/wood.xpm.gz -------------------------------------------------------------------------------- /bitmaps/textures/wood2.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/textures/wood2.xpm.gz -------------------------------------------------------------------------------- /bitmaps/textures/wood3.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/textures/wood3.xpm.gz -------------------------------------------------------------------------------- /bitmaps/textures/wood4.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/textures/wood4.xpm.gz -------------------------------------------------------------------------------- /bitmaps/textures/wood5.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/textures/wood5.xpm.gz -------------------------------------------------------------------------------- /bitmaps/textures/wood6.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/textures/wood6.xpm.gz -------------------------------------------------------------------------------- /bitmaps/textures/wood7.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bitmaps/textures/wood7.xpm.gz -------------------------------------------------------------------------------- /brighton/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/Makefile.am -------------------------------------------------------------------------------- /brighton/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/Makefile.in -------------------------------------------------------------------------------- /brighton/brighton.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brighton.c -------------------------------------------------------------------------------- /brighton/brightonArp2600.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonArp2600.c -------------------------------------------------------------------------------- /brighton/brightonAxxe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonAxxe.c -------------------------------------------------------------------------------- /brighton/brightonBME700.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonBME700.c -------------------------------------------------------------------------------- /brighton/brightonBassMaker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonBassMaker.c -------------------------------------------------------------------------------- /brighton/brightonBitOne.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonBitOne.c -------------------------------------------------------------------------------- /brighton/brightonCLI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonCLI.c -------------------------------------------------------------------------------- /brighton/brightonCS80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonCS80.c -------------------------------------------------------------------------------- /brighton/brightonDX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonDX.c -------------------------------------------------------------------------------- /brighton/brightonExplorer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonExplorer.c -------------------------------------------------------------------------------- /brighton/brightonGranular.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonGranular.c -------------------------------------------------------------------------------- /brighton/brightonHammond.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonHammond.c -------------------------------------------------------------------------------- /brighton/brightonHammondB3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonHammondB3.c -------------------------------------------------------------------------------- /brighton/brightonJuno.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonJuno.c -------------------------------------------------------------------------------- /brighton/brightonJupiter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonJupiter.c -------------------------------------------------------------------------------- /brighton/brightonKeyboards.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonKeyboards.h -------------------------------------------------------------------------------- /brighton/brightonKeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonKeys.h -------------------------------------------------------------------------------- /brighton/brightonMS20.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonMS20.c -------------------------------------------------------------------------------- /brighton/brightonMaster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonMaster.c -------------------------------------------------------------------------------- /brighton/brightonMemoryMoog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonMemoryMoog.c -------------------------------------------------------------------------------- /brighton/brightonMini.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonMini.c -------------------------------------------------------------------------------- /brighton/brightonMini.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonMini.h -------------------------------------------------------------------------------- /brighton/brightonMixer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonMixer.c -------------------------------------------------------------------------------- /brighton/brightonMixer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonMixer.h -------------------------------------------------------------------------------- /brighton/brightonMixerMenu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonMixerMenu.c -------------------------------------------------------------------------------- /brighton/brightonOBX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonOBX.c -------------------------------------------------------------------------------- /brighton/brightonOBXa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonOBXa.c -------------------------------------------------------------------------------- /brighton/brightonOdyssey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonOdyssey.c -------------------------------------------------------------------------------- /brighton/brightonPoly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonPoly.c -------------------------------------------------------------------------------- /brighton/brightonPoly6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonPoly6.c -------------------------------------------------------------------------------- /brighton/brightonPoly800.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonPoly800.c -------------------------------------------------------------------------------- /brighton/brightonProOne.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonProOne.c -------------------------------------------------------------------------------- /brighton/brightonProphet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonProphet.c -------------------------------------------------------------------------------- /brighton/brightonProphet10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonProphet10.c -------------------------------------------------------------------------------- /brighton/brightonProphet52.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonProphet52.c -------------------------------------------------------------------------------- /brighton/brightonRealistic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonRealistic.c -------------------------------------------------------------------------------- /brighton/brightonRhodes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonRhodes.c -------------------------------------------------------------------------------- /brighton/brightonRhodesBass.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonRhodesBass.c -------------------------------------------------------------------------------- /brighton/brightonRoadRunner.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonRoadRunner.c -------------------------------------------------------------------------------- /brighton/brightonRoutines.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonRoutines.c -------------------------------------------------------------------------------- /brighton/brightonSAks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonSAks.c -------------------------------------------------------------------------------- /brighton/brightonSID.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonSID.c -------------------------------------------------------------------------------- /brighton/brightonSID2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonSID2.c -------------------------------------------------------------------------------- /brighton/brightonSID2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonSID2.h -------------------------------------------------------------------------------- /brighton/brightonSolina.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonSolina.c -------------------------------------------------------------------------------- /brighton/brightonSonic6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonSonic6.c -------------------------------------------------------------------------------- /brighton/brightonStratus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonStratus.c -------------------------------------------------------------------------------- /brighton/brightonTrilogy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonTrilogy.c -------------------------------------------------------------------------------- /brighton/brightonVImages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonVImages.h -------------------------------------------------------------------------------- /brighton/brightonVox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonVox.c -------------------------------------------------------------------------------- /brighton/brightonVoxM2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonVoxM2.c -------------------------------------------------------------------------------- /brighton/brightonVoyager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonVoyager.c -------------------------------------------------------------------------------- /brighton/brightonhelp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonhelp.h -------------------------------------------------------------------------------- /brighton/brightonreadme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/brighton/brightonreadme.h -------------------------------------------------------------------------------- /bristol.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol.1 -------------------------------------------------------------------------------- /bristol/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/Makefile.am -------------------------------------------------------------------------------- /bristol/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/Makefile.in -------------------------------------------------------------------------------- /bristol/activesense.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/activesense.c -------------------------------------------------------------------------------- /bristol/aksdco.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/aksdco.c -------------------------------------------------------------------------------- /bristol/aksdco.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/aksdco.h -------------------------------------------------------------------------------- /bristol/aksenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/aksenv.c -------------------------------------------------------------------------------- /bristol/aksenv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/aksenv.h -------------------------------------------------------------------------------- /bristol/aksfilter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/aksfilter.c -------------------------------------------------------------------------------- /bristol/aksfilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/aksfilter.h -------------------------------------------------------------------------------- /bristol/aksreverb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/aksreverb.c -------------------------------------------------------------------------------- /bristol/aksreverb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/aksreverb.h -------------------------------------------------------------------------------- /bristol/arpdco.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/arpdco.c -------------------------------------------------------------------------------- /bristol/arpdco.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/arpdco.h -------------------------------------------------------------------------------- /bristol/arpeggiator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/arpeggiator.c -------------------------------------------------------------------------------- /bristol/audioEngine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/audioEngine.c -------------------------------------------------------------------------------- /bristol/audiothread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/audiothread.c -------------------------------------------------------------------------------- /bristol/bit1osc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bit1osc.c -------------------------------------------------------------------------------- /bristol/bit1osc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bit1osc.h -------------------------------------------------------------------------------- /bristol/blo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/blo.c -------------------------------------------------------------------------------- /bristol/bristol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristol.c -------------------------------------------------------------------------------- /bristol/bristolaks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolaks.c -------------------------------------------------------------------------------- /bristol/bristolaks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolaks.h -------------------------------------------------------------------------------- /bristol/bristolarp2600.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolarp2600.c -------------------------------------------------------------------------------- /bristol/bristolarp2600.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolarp2600.h -------------------------------------------------------------------------------- /bristol/bristolaxxe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolaxxe.c -------------------------------------------------------------------------------- /bristol/bristolaxxe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolaxxe.h -------------------------------------------------------------------------------- /bristol/bristolbassmaker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolbassmaker.c -------------------------------------------------------------------------------- /bristol/bristolbitone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolbitone.c -------------------------------------------------------------------------------- /bristol/bristolbme700.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolbme700.c -------------------------------------------------------------------------------- /bristol/bristolbme700.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolbme700.h -------------------------------------------------------------------------------- /bristol/bristolcs80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolcs80.c -------------------------------------------------------------------------------- /bristol/bristolcs80.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolcs80.h -------------------------------------------------------------------------------- /bristol/bristoldx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristoldx.c -------------------------------------------------------------------------------- /bristol/bristolexplorer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolexplorer.c -------------------------------------------------------------------------------- /bristol/bristolexplorer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolexplorer.h -------------------------------------------------------------------------------- /bristol/bristolgranular.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolgranular.c -------------------------------------------------------------------------------- /bristol/bristolhammond.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolhammond.c -------------------------------------------------------------------------------- /bristol/bristolhelp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolhelp.h -------------------------------------------------------------------------------- /bristol/bristoljuno.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristoljuno.c -------------------------------------------------------------------------------- /bristol/bristoljuno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristoljuno.h -------------------------------------------------------------------------------- /bristol/bristoljupiter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristoljupiter.c -------------------------------------------------------------------------------- /bristol/bristolmemorymoog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolmemorymoog.c -------------------------------------------------------------------------------- /bristol/bristolmemorymoog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolmemorymoog.h -------------------------------------------------------------------------------- /bristol/bristolmg1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolmg1.h -------------------------------------------------------------------------------- /bristol/bristolmixer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolmixer.c -------------------------------------------------------------------------------- /bristol/bristolmixer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolmixer.h -------------------------------------------------------------------------------- /bristol/bristolmm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolmm.c -------------------------------------------------------------------------------- /bristol/bristolmm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolmm.h -------------------------------------------------------------------------------- /bristol/bristolobx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolobx.c -------------------------------------------------------------------------------- /bristol/bristolobx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolobx.h -------------------------------------------------------------------------------- /bristol/bristolodyssey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolodyssey.c -------------------------------------------------------------------------------- /bristol/bristolodyssey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolodyssey.h -------------------------------------------------------------------------------- /bristol/bristolpoly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolpoly.c -------------------------------------------------------------------------------- /bristol/bristolpoly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolpoly.h -------------------------------------------------------------------------------- /bristol/bristolpoly6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolpoly6.c -------------------------------------------------------------------------------- /bristol/bristolpoly6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolpoly6.h -------------------------------------------------------------------------------- /bristol/bristolpoly800.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolpoly800.c -------------------------------------------------------------------------------- /bristol/bristolpoly800.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolpoly800.h -------------------------------------------------------------------------------- /bristol/bristolprophet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolprophet.c -------------------------------------------------------------------------------- /bristol/bristolprophet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolprophet.h -------------------------------------------------------------------------------- /bristol/bristolprophet1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolprophet1.c -------------------------------------------------------------------------------- /bristol/bristolprophet1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolprophet1.h -------------------------------------------------------------------------------- /bristol/bristolprophet52.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolprophet52.c -------------------------------------------------------------------------------- /bristol/bristolrealistic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolrealistic.c -------------------------------------------------------------------------------- /bristol/bristolroadrunner.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolroadrunner.c -------------------------------------------------------------------------------- /bristol/bristolsampler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolsampler.c -------------------------------------------------------------------------------- /bristol/bristolsampler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolsampler.h -------------------------------------------------------------------------------- /bristol/bristolsid1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolsid1.c -------------------------------------------------------------------------------- /bristol/bristolsid1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolsid1.h -------------------------------------------------------------------------------- /bristol/bristolsid2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolsid2.c -------------------------------------------------------------------------------- /bristol/bristolsid2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolsid2.h -------------------------------------------------------------------------------- /bristol/bristolsolina.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolsolina.c -------------------------------------------------------------------------------- /bristol/bristolsonic6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolsonic6.c -------------------------------------------------------------------------------- /bristol/bristolsonic6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolsonic6.h -------------------------------------------------------------------------------- /bristol/bristolsystem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolsystem.c -------------------------------------------------------------------------------- /bristol/bristoltrilogy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristoltrilogy.c -------------------------------------------------------------------------------- /bristol/bristoltrilogy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristoltrilogy.h -------------------------------------------------------------------------------- /bristol/bristolvox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/bristolvox.c -------------------------------------------------------------------------------- /bristol/click.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/click.h -------------------------------------------------------------------------------- /bristol/cs80env.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/cs80env.c -------------------------------------------------------------------------------- /bristol/cs80osc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/cs80osc.c -------------------------------------------------------------------------------- /bristol/cs80osc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/cs80osc.h -------------------------------------------------------------------------------- /bristol/dca.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/dca.c -------------------------------------------------------------------------------- /bristol/dca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/dca.h -------------------------------------------------------------------------------- /bristol/dco.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/dco.c -------------------------------------------------------------------------------- /bristol/dco.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/dco.h -------------------------------------------------------------------------------- /bristol/dimensionD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/dimensionD.c -------------------------------------------------------------------------------- /bristol/dimensionD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/dimensionD.h -------------------------------------------------------------------------------- /bristol/dxop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/dxop.c -------------------------------------------------------------------------------- /bristol/dxop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/dxop.h -------------------------------------------------------------------------------- /bristol/electroswitch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/electroswitch.c -------------------------------------------------------------------------------- /bristol/electroswitch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/electroswitch.h -------------------------------------------------------------------------------- /bristol/env5stage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/env5stage.c -------------------------------------------------------------------------------- /bristol/env5stage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/env5stage.h -------------------------------------------------------------------------------- /bristol/envelope.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/envelope.c -------------------------------------------------------------------------------- /bristol/envelope.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/envelope.h -------------------------------------------------------------------------------- /bristol/expdco.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/expdco.c -------------------------------------------------------------------------------- /bristol/expdco.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/expdco.h -------------------------------------------------------------------------------- /bristol/filter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/filter.c -------------------------------------------------------------------------------- /bristol/filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/filter.h -------------------------------------------------------------------------------- /bristol/filter2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/filter2.c -------------------------------------------------------------------------------- /bristol/follower.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/follower.c -------------------------------------------------------------------------------- /bristol/follower.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/follower.h -------------------------------------------------------------------------------- /bristol/granular.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/granular.h -------------------------------------------------------------------------------- /bristol/granulardco.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/granulardco.c -------------------------------------------------------------------------------- /bristol/granulardco.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/granulardco.h -------------------------------------------------------------------------------- /bristol/hammond.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/hammond.c -------------------------------------------------------------------------------- /bristol/hammond.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/hammond.h -------------------------------------------------------------------------------- /bristol/hammondchorus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/hammondchorus.c -------------------------------------------------------------------------------- /bristol/hammondchorus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/hammondchorus.h -------------------------------------------------------------------------------- /bristol/hpf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/hpf.c -------------------------------------------------------------------------------- /bristol/hpf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/hpf.h -------------------------------------------------------------------------------- /bristol/junodco.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/junodco.c -------------------------------------------------------------------------------- /bristol/junodco.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/junodco.h -------------------------------------------------------------------------------- /bristol/lfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/lfo.c -------------------------------------------------------------------------------- /bristol/lfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/lfo.h -------------------------------------------------------------------------------- /bristol/midihandlers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/midihandlers.c -------------------------------------------------------------------------------- /bristol/midinote.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/midinote.c -------------------------------------------------------------------------------- /bristol/midithread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/midithread.c -------------------------------------------------------------------------------- /bristol/noise.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/noise.c -------------------------------------------------------------------------------- /bristol/noise.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/noise.h -------------------------------------------------------------------------------- /bristol/nro.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/nro.c -------------------------------------------------------------------------------- /bristol/nro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/nro.h -------------------------------------------------------------------------------- /bristol/palette.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/palette.h -------------------------------------------------------------------------------- /bristol/prophetdco.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/prophetdco.c -------------------------------------------------------------------------------- /bristol/prophetdco.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/prophetdco.h -------------------------------------------------------------------------------- /bristol/resonator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/resonator.c -------------------------------------------------------------------------------- /bristol/resonator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/resonator.h -------------------------------------------------------------------------------- /bristol/reverb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/reverb.c -------------------------------------------------------------------------------- /bristol/reverb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/reverb.h -------------------------------------------------------------------------------- /bristol/ringbuffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/ringbuffer.c -------------------------------------------------------------------------------- /bristol/ringmod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/ringmod.c -------------------------------------------------------------------------------- /bristol/ringmod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/ringmod.h -------------------------------------------------------------------------------- /bristol/roadrunner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/roadrunner.h -------------------------------------------------------------------------------- /bristol/rotary.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/rotary.c -------------------------------------------------------------------------------- /bristol/rotary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/rotary.h -------------------------------------------------------------------------------- /bristol/sdco.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/sdco.c -------------------------------------------------------------------------------- /bristol/sdco.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/sdco.h -------------------------------------------------------------------------------- /bristol/sdcoutils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/sdcoutils.c -------------------------------------------------------------------------------- /bristol/solina.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/solina.h -------------------------------------------------------------------------------- /bristol/soundManager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/soundManager.c -------------------------------------------------------------------------------- /bristol/thesermon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/thesermon.c -------------------------------------------------------------------------------- /bristol/thesermon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/thesermon.h -------------------------------------------------------------------------------- /bristol/trilogyosc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/trilogyosc.c -------------------------------------------------------------------------------- /bristol/trilogyosc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/trilogyosc.h -------------------------------------------------------------------------------- /bristol/vibrachorus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/vibrachorus.c -------------------------------------------------------------------------------- /bristol/vibrachorus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/vibrachorus.h -------------------------------------------------------------------------------- /bristol/vox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/vox.c -------------------------------------------------------------------------------- /bristol/vox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristol/vox.h -------------------------------------------------------------------------------- /bristoljackstats.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/bristoljackstats.1 -------------------------------------------------------------------------------- /config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/config.guess -------------------------------------------------------------------------------- /config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/config.h.in -------------------------------------------------------------------------------- /config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/config.sub -------------------------------------------------------------------------------- /configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/configure -------------------------------------------------------------------------------- /configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/configure.ac -------------------------------------------------------------------------------- /depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/depcomp -------------------------------------------------------------------------------- /include/brighton/brighton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/brighton/brighton.h -------------------------------------------------------------------------------- /include/bristol/bristol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/bristol/bristol.h -------------------------------------------------------------------------------- /include/bristol/bristolblo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/bristol/bristolblo.h -------------------------------------------------------------------------------- /include/bristol/bristolmidi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/bristol/bristolmidi.h -------------------------------------------------------------------------------- /include/bristol/bristolsid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/bristol/bristolsid.h -------------------------------------------------------------------------------- /include/bristol/bristolvers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/bristol/bristolvers.h -------------------------------------------------------------------------------- /include/bristol/ringbuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/bristol/ringbuffer.h -------------------------------------------------------------------------------- /include/slab/bristoljack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/slab/bristoljack.h -------------------------------------------------------------------------------- /include/slab/bristolpulse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/slab/bristolpulse.h -------------------------------------------------------------------------------- /include/slab/engine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/slab/engine.h -------------------------------------------------------------------------------- /include/slab/fbDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/slab/fbDefs.h -------------------------------------------------------------------------------- /include/slab/slabDAccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/slab/slabDAccess.h -------------------------------------------------------------------------------- /include/slab/slabDebugMasks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/slab/slabDebugMasks.h -------------------------------------------------------------------------------- /include/slab/slabEffects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/slab/slabEffects.h -------------------------------------------------------------------------------- /include/slab/slabTimer.h: -------------------------------------------------------------------------------- 1 | #define TIME_CHECK 1039856887 2 | -------------------------------------------------------------------------------- /include/slab/slabalsadev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/slab/slabalsadev.h -------------------------------------------------------------------------------- /include/slab/slabaudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/slab/slabaudio.h -------------------------------------------------------------------------------- /include/slab/slabaudiodev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/slab/slabaudiodev.h -------------------------------------------------------------------------------- /include/slab/slabbus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/slab/slabbus.h -------------------------------------------------------------------------------- /include/slab/slabcbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/slab/slabcbuf.h -------------------------------------------------------------------------------- /include/slab/slabcdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/slab/slabcdefs.h -------------------------------------------------------------------------------- /include/slab/slabmixer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/slab/slabmixer.h -------------------------------------------------------------------------------- /include/slab/slabrevisions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/slab/slabrevisions.h -------------------------------------------------------------------------------- /include/slab/slabtrack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/slab/slabtrack.h -------------------------------------------------------------------------------- /include/slab/socketToolKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/include/slab/socketToolKit.h -------------------------------------------------------------------------------- /install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/install-sh -------------------------------------------------------------------------------- /libbrighton/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrighton/Makefile.am -------------------------------------------------------------------------------- /libbrighton/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrighton/Makefile.in -------------------------------------------------------------------------------- /libbrighton/brightonBitmaps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrighton/brightonBitmaps.c -------------------------------------------------------------------------------- /libbrighton/brightonButton.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrighton/brightonButton.c -------------------------------------------------------------------------------- /libbrighton/brightonC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrighton/brightonC.c -------------------------------------------------------------------------------- /libbrighton/brightonKbd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrighton/brightonKbd.c -------------------------------------------------------------------------------- /libbrighton/brightonLayer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrighton/brightonLayer.c -------------------------------------------------------------------------------- /libbrighton/brightonLed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrighton/brightonLed.c -------------------------------------------------------------------------------- /libbrighton/brightonLever.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrighton/brightonLever.c -------------------------------------------------------------------------------- /libbrighton/brightonMenu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrighton/brightonMenu.c -------------------------------------------------------------------------------- /libbrighton/brightonPic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrighton/brightonPic.c -------------------------------------------------------------------------------- /libbrighton/brightonScale.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrighton/brightonScale.c -------------------------------------------------------------------------------- /libbrighton/brightonVu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrighton/brightonVu.c -------------------------------------------------------------------------------- /libbrightonC11/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrightonC11/Makefile.am -------------------------------------------------------------------------------- /libbrightonC11/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrightonC11/Makefile.in -------------------------------------------------------------------------------- /libbrightonC11/bColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrightonC11/bColor.c -------------------------------------------------------------------------------- /libbrightonC11/bDisplay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrightonC11/bDisplay.c -------------------------------------------------------------------------------- /libbrightonC11/bEvent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrightonC11/bEvent.c -------------------------------------------------------------------------------- /libbrightonC11/bRender.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrightonC11/bRender.c -------------------------------------------------------------------------------- /libbrightonC11/bRoutines.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrightonC11/bRoutines.c -------------------------------------------------------------------------------- /libbrightonC11/bWindow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrightonC11/bWindow.c -------------------------------------------------------------------------------- /libbrightonX11/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrightonX11/Makefile.am -------------------------------------------------------------------------------- /libbrightonX11/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrightonX11/Makefile.in -------------------------------------------------------------------------------- /libbrightonX11/bColor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrightonX11/bColor.c -------------------------------------------------------------------------------- /libbrightonX11/bDisplay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrightonX11/bDisplay.c -------------------------------------------------------------------------------- /libbrightonX11/bEvent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrightonX11/bEvent.c -------------------------------------------------------------------------------- /libbrightonX11/bRender.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrightonX11/bRender.c -------------------------------------------------------------------------------- /libbrightonX11/bRoutines.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrightonX11/bRoutines.c -------------------------------------------------------------------------------- /libbrightonX11/bWindow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbrightonX11/bWindow.c -------------------------------------------------------------------------------- /libbristol/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristol/Makefile.am -------------------------------------------------------------------------------- /libbristol/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristol/Makefile.in -------------------------------------------------------------------------------- /libbristol/audioRoutines.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristol/audioRoutines.c -------------------------------------------------------------------------------- /libbristol/bristolcdefs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristol/bristolcdefs.c -------------------------------------------------------------------------------- /libbristol/debugging.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristol/debugging.c -------------------------------------------------------------------------------- /libbristol/mixroutines.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristol/mixroutines.c -------------------------------------------------------------------------------- /libbristol/opmgt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristol/opmgt.c -------------------------------------------------------------------------------- /libbristolaudio/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristolaudio/Makefile.am -------------------------------------------------------------------------------- /libbristolaudio/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristolaudio/Makefile.in -------------------------------------------------------------------------------- /libbristolaudio/audioGUI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristolaudio/audioGUI.c -------------------------------------------------------------------------------- /libbristolic/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristolic/Makefile.am -------------------------------------------------------------------------------- /libbristolic/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristolic/Makefile.in -------------------------------------------------------------------------------- /libbristolic/sid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristolic/sid.c -------------------------------------------------------------------------------- /libbristolmidi/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristolmidi/Makefile.am -------------------------------------------------------------------------------- /libbristolmidi/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristolmidi/Makefile.in -------------------------------------------------------------------------------- /libbristolmidi/inetClient.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristolmidi/inetClient.c -------------------------------------------------------------------------------- /libbristolmidi/inetServer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristolmidi/inetServer.c -------------------------------------------------------------------------------- /libbristolmidi/interface.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristolmidi/interface.c -------------------------------------------------------------------------------- /libbristolmidi/midiDevMan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristolmidi/midiDevMan.c -------------------------------------------------------------------------------- /libbristolmidi/midiMsgMan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristolmidi/midiMsgMan.c -------------------------------------------------------------------------------- /libbristolmidi/midiParse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristolmidi/midiParse.c -------------------------------------------------------------------------------- /libbristolmidi/scalaParse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbristolmidi/scalaParse.c -------------------------------------------------------------------------------- /libbvg/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbvg/Makefile.am -------------------------------------------------------------------------------- /libbvg/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbvg/Makefile.in -------------------------------------------------------------------------------- /libbvg/bvg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbvg/bvg.c -------------------------------------------------------------------------------- /libbvg/font1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/libbvg/font1.h -------------------------------------------------------------------------------- /ltmain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/ltmain.sh -------------------------------------------------------------------------------- /m4/libtool.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/m4/libtool.m4 -------------------------------------------------------------------------------- /m4/ltoptions.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/m4/ltoptions.m4 -------------------------------------------------------------------------------- /m4/ltsugar.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/m4/ltsugar.m4 -------------------------------------------------------------------------------- /m4/ltversion.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/m4/ltversion.m4 -------------------------------------------------------------------------------- /m4/lt~obsolete.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/m4/lt~obsolete.m4 -------------------------------------------------------------------------------- /memory/BME700/BME7001.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/BME700/BME7001.mem -------------------------------------------------------------------------------- /memory/BME700/BME7002.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/BME700/BME7002.mem -------------------------------------------------------------------------------- /memory/BME700/BME7003.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/BME700/BME7003.mem -------------------------------------------------------------------------------- /memory/BME700/BME7004.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/BME700/BME7004.mem -------------------------------------------------------------------------------- /memory/BME700/BME7005.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/BME700/BME7005.mem -------------------------------------------------------------------------------- /memory/BME700/BME7006.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/BME700/BME7006.mem -------------------------------------------------------------------------------- /memory/BME700/BME7007.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/BME700/BME7007.mem -------------------------------------------------------------------------------- /memory/BME700/BME7008.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/BME700/BME7008.mem -------------------------------------------------------------------------------- /memory/aks/aks0.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/aks/aks0.mem -------------------------------------------------------------------------------- /memory/aks/aks1.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/aks/aks1.mem -------------------------------------------------------------------------------- /memory/aks/aks2.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/aks/aks2.mem -------------------------------------------------------------------------------- /memory/aks/aks999.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/aks/aks999.mem -------------------------------------------------------------------------------- /memory/arp2600/arp26000.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/arp2600/arp26000.mem -------------------------------------------------------------------------------- /memory/arp2600/arp26001.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/arp2600/arp26001.mem -------------------------------------------------------------------------------- /memory/arp2600/arp26002.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/arp2600/arp26002.mem -------------------------------------------------------------------------------- /memory/arp2600/arp26003.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/arp2600/arp26003.mem -------------------------------------------------------------------------------- /memory/arp2600/arp26004.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/arp2600/arp26004.mem -------------------------------------------------------------------------------- /memory/arp2600/arp26005.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/arp2600/arp26005.mem -------------------------------------------------------------------------------- /memory/arp2600/arp26006.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/arp2600/arp26006.mem -------------------------------------------------------------------------------- /memory/arp2600/arp26007.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/arp2600/arp26007.mem -------------------------------------------------------------------------------- /memory/arp2600/arp26008.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/arp2600/arp26008.mem -------------------------------------------------------------------------------- /memory/arp2600/arp26009.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/arp2600/arp26009.mem -------------------------------------------------------------------------------- /memory/axxe/axxe11.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/axxe/axxe11.mem -------------------------------------------------------------------------------- /memory/axxe/axxe12.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/axxe/axxe12.mem -------------------------------------------------------------------------------- /memory/bit100/bit1000.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit100/bit1000.mem -------------------------------------------------------------------------------- /memory/bit100/bit1000.seq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit100/bit1000.seq -------------------------------------------------------------------------------- /memory/bit100/bit1001.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit100/bit1001.mem -------------------------------------------------------------------------------- /memory/bit100/bit1001.seq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit100/bit1001.seq -------------------------------------------------------------------------------- /memory/bit100/bit10010.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit100/bit10010.mem -------------------------------------------------------------------------------- /memory/bit100/bit1002.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit100/bit1002.mem -------------------------------------------------------------------------------- /memory/bit100/bit1002.seq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit100/bit1002.seq -------------------------------------------------------------------------------- /memory/bit100/bit1003.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit100/bit1003.mem -------------------------------------------------------------------------------- /memory/bit100/bit1003.seq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit100/bit1003.seq -------------------------------------------------------------------------------- /memory/bit100/bit1004.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit100/bit1004.mem -------------------------------------------------------------------------------- /memory/bit100/bit1004.seq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit100/bit1004.seq -------------------------------------------------------------------------------- /memory/bit100/bit1005.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit100/bit1005.mem -------------------------------------------------------------------------------- /memory/bit100/bit1006.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit100/bit1006.mem -------------------------------------------------------------------------------- /memory/bit100/bit1006.seq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit100/bit1006.seq -------------------------------------------------------------------------------- /memory/bit100/bit1007.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit100/bit1007.mem -------------------------------------------------------------------------------- /memory/bit100/bit1007.seq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit100/bit1007.seq -------------------------------------------------------------------------------- /memory/bit100/bit1008.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit100/bit1008.mem -------------------------------------------------------------------------------- /memory/bit100/bit1009.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit100/bit1009.mem -------------------------------------------------------------------------------- /memory/bit100/bitone99.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit100/bitone99.mem -------------------------------------------------------------------------------- /memory/bit99/bit990.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit99/bit990.mem -------------------------------------------------------------------------------- /memory/bit99/bit991.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit99/bit991.mem -------------------------------------------------------------------------------- /memory/bit99/bit992.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit99/bit992.mem -------------------------------------------------------------------------------- /memory/bit99/bit9920.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit99/bit9920.mem -------------------------------------------------------------------------------- /memory/bit99/bit993.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit99/bit993.mem -------------------------------------------------------------------------------- /memory/bit99/bit994.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit99/bit994.mem -------------------------------------------------------------------------------- /memory/bit99/bit996.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit99/bit996.mem -------------------------------------------------------------------------------- /memory/bit99/bit997.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bit99/bit997.mem -------------------------------------------------------------------------------- /memory/bitone/bitone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bitone/bitone -------------------------------------------------------------------------------- /memory/bitone/bitone0.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bitone/bitone0.mem -------------------------------------------------------------------------------- /memory/bitone/bitone1.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bitone/bitone1.mem -------------------------------------------------------------------------------- /memory/bitone/bitone12.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bitone/bitone12.mem -------------------------------------------------------------------------------- /memory/bitone/bitone18.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bitone/bitone18.mem -------------------------------------------------------------------------------- /memory/bitone/bitone2.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bitone/bitone2.mem -------------------------------------------------------------------------------- /memory/bitone/bitone24.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bitone/bitone24.mem -------------------------------------------------------------------------------- /memory/bitone/bitone3.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bitone/bitone3.mem -------------------------------------------------------------------------------- /memory/bitone/bitone4.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bitone/bitone4.mem -------------------------------------------------------------------------------- /memory/bitone/bitone5.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bitone/bitone5.mem -------------------------------------------------------------------------------- /memory/bitone/bitone5.seq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bitone/bitone5.seq -------------------------------------------------------------------------------- /memory/bitone/bitone6.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bitone/bitone6.mem -------------------------------------------------------------------------------- /memory/bitone/bitone7.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bitone/bitone7.mem -------------------------------------------------------------------------------- /memory/bitone/bitone99.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/bitone/bitone99.mem -------------------------------------------------------------------------------- /memory/cs80/cs800.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/cs80/cs800.mem -------------------------------------------------------------------------------- /memory/cs80/cs801.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/cs80/cs801.mem -------------------------------------------------------------------------------- /memory/cs80/cs8011.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/cs80/cs8011.mem -------------------------------------------------------------------------------- /memory/cs80/cs8012.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/cs80/cs8012.mem -------------------------------------------------------------------------------- /memory/dx/dx0.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx0.mem -------------------------------------------------------------------------------- /memory/dx/dx1.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx1.mem -------------------------------------------------------------------------------- /memory/dx/dx10.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx10.mem -------------------------------------------------------------------------------- /memory/dx/dx100.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx100.mem -------------------------------------------------------------------------------- /memory/dx/dx11.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx11.mem -------------------------------------------------------------------------------- /memory/dx/dx110.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx110.mem -------------------------------------------------------------------------------- /memory/dx/dx12.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx12.mem -------------------------------------------------------------------------------- /memory/dx/dx123.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx123.mem -------------------------------------------------------------------------------- /memory/dx/dx130.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx130.mem -------------------------------------------------------------------------------- /memory/dx/dx160.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx160.mem -------------------------------------------------------------------------------- /memory/dx/dx161.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx161.mem -------------------------------------------------------------------------------- /memory/dx/dx170.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx170.mem -------------------------------------------------------------------------------- /memory/dx/dx180.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx180.mem -------------------------------------------------------------------------------- /memory/dx/dx2.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx2.mem -------------------------------------------------------------------------------- /memory/dx/dx220.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx220.mem -------------------------------------------------------------------------------- /memory/dx/dx221.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx221.mem -------------------------------------------------------------------------------- /memory/dx/dx222.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx222.mem -------------------------------------------------------------------------------- /memory/dx/dx230.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx230.mem -------------------------------------------------------------------------------- /memory/dx/dx231.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx231.mem -------------------------------------------------------------------------------- /memory/dx/dx240.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx240.mem -------------------------------------------------------------------------------- /memory/dx/dx241.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx241.mem -------------------------------------------------------------------------------- /memory/dx/dx3.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx3.mem -------------------------------------------------------------------------------- /memory/dx/dx4.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx4.mem -------------------------------------------------------------------------------- /memory/dx/dx40.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx40.mem -------------------------------------------------------------------------------- /memory/dx/dx41.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx41.mem -------------------------------------------------------------------------------- /memory/dx/dx42.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx42.mem -------------------------------------------------------------------------------- /memory/dx/dx43.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx43.mem -------------------------------------------------------------------------------- /memory/dx/dx44.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx44.mem -------------------------------------------------------------------------------- /memory/dx/dx45.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx45.mem -------------------------------------------------------------------------------- /memory/dx/dx46.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx46.mem -------------------------------------------------------------------------------- /memory/dx/dx5.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx5.mem -------------------------------------------------------------------------------- /memory/dx/dx50.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx50.mem -------------------------------------------------------------------------------- /memory/dx/dx500.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx500.mem -------------------------------------------------------------------------------- /memory/dx/dx501.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx501.mem -------------------------------------------------------------------------------- /memory/dx/dx502.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx502.mem -------------------------------------------------------------------------------- /memory/dx/dx503.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx503.mem -------------------------------------------------------------------------------- /memory/dx/dx51.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx51.mem -------------------------------------------------------------------------------- /memory/dx/dx52.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx52.mem -------------------------------------------------------------------------------- /memory/dx/dx60.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx60.mem -------------------------------------------------------------------------------- /memory/dx/dx70.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx70.mem -------------------------------------------------------------------------------- /memory/dx/dx90.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/dx/dx90.mem -------------------------------------------------------------------------------- /memory/hammond/hammond1.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/hammond/hammond1.mem -------------------------------------------------------------------------------- /memory/hammond/hammond2.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/hammond/hammond2.mem -------------------------------------------------------------------------------- /memory/juno/juno0.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/juno/juno0.mem -------------------------------------------------------------------------------- /memory/juno/juno1.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/juno/juno1.mem -------------------------------------------------------------------------------- /memory/juno/juno100.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/juno/juno100.mem -------------------------------------------------------------------------------- /memory/juno/juno2.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/juno/juno2.mem -------------------------------------------------------------------------------- /memory/juno/juno3.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/juno/juno3.mem -------------------------------------------------------------------------------- /memory/juno/juno4.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/juno/juno4.mem -------------------------------------------------------------------------------- /memory/juno/juno5.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/juno/juno5.mem -------------------------------------------------------------------------------- /memory/juno/juno6.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/juno/juno6.mem -------------------------------------------------------------------------------- /memory/juno/juno7.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/juno/juno7.mem -------------------------------------------------------------------------------- /memory/mini/mini0.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini0.mem -------------------------------------------------------------------------------- /memory/mini/mini1.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini1.mem -------------------------------------------------------------------------------- /memory/mini/mini10.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini10.mem -------------------------------------------------------------------------------- /memory/mini/mini11.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini11.mem -------------------------------------------------------------------------------- /memory/mini/mini12.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini12.mem -------------------------------------------------------------------------------- /memory/mini/mini13.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini13.mem -------------------------------------------------------------------------------- /memory/mini/mini14.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini14.mem -------------------------------------------------------------------------------- /memory/mini/mini15.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini15.mem -------------------------------------------------------------------------------- /memory/mini/mini16.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini16.mem -------------------------------------------------------------------------------- /memory/mini/mini17.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini17.mem -------------------------------------------------------------------------------- /memory/mini/mini18.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini18.mem -------------------------------------------------------------------------------- /memory/mini/mini19.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini19.mem -------------------------------------------------------------------------------- /memory/mini/mini2.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini2.mem -------------------------------------------------------------------------------- /memory/mini/mini20.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini20.mem -------------------------------------------------------------------------------- /memory/mini/mini3.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini3.mem -------------------------------------------------------------------------------- /memory/mini/mini4.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini4.mem -------------------------------------------------------------------------------- /memory/mini/mini5.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini5.mem -------------------------------------------------------------------------------- /memory/mini/mini50.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini50.mem -------------------------------------------------------------------------------- /memory/mini/mini51.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini51.mem -------------------------------------------------------------------------------- /memory/mini/mini52.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini52.mem -------------------------------------------------------------------------------- /memory/mini/mini53.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini53.mem -------------------------------------------------------------------------------- /memory/mini/mini54.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini54.mem -------------------------------------------------------------------------------- /memory/mini/mini55.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini55.mem -------------------------------------------------------------------------------- /memory/mini/mini56.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini56.mem -------------------------------------------------------------------------------- /memory/mini/mini57.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini57.mem -------------------------------------------------------------------------------- /memory/mini/mini58.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini58.mem -------------------------------------------------------------------------------- /memory/mini/mini59.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini59.mem -------------------------------------------------------------------------------- /memory/mini/mini6.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini6.mem -------------------------------------------------------------------------------- /memory/mini/mini60.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini60.mem -------------------------------------------------------------------------------- /memory/mini/mini61.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini61.mem -------------------------------------------------------------------------------- /memory/mini/mini62.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini62.mem -------------------------------------------------------------------------------- /memory/mini/mini63.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini63.mem -------------------------------------------------------------------------------- /memory/mini/mini64.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini64.mem -------------------------------------------------------------------------------- /memory/mini/mini65.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini65.mem -------------------------------------------------------------------------------- /memory/mini/mini66.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini66.mem -------------------------------------------------------------------------------- /memory/mini/mini67.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini67.mem -------------------------------------------------------------------------------- /memory/mini/mini68.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini68.mem -------------------------------------------------------------------------------- /memory/mini/mini69.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini69.mem -------------------------------------------------------------------------------- /memory/mini/mini7.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini7.mem -------------------------------------------------------------------------------- /memory/mini/mini70.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini70.mem -------------------------------------------------------------------------------- /memory/mini/mini71.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini71.mem -------------------------------------------------------------------------------- /memory/mini/mini72.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini72.mem -------------------------------------------------------------------------------- /memory/mini/mini73.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini73.mem -------------------------------------------------------------------------------- /memory/mini/mini74.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini74.mem -------------------------------------------------------------------------------- /memory/mini/mini75.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini75.mem -------------------------------------------------------------------------------- /memory/mini/mini76.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini76.mem -------------------------------------------------------------------------------- /memory/mini/mini77.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini77.mem -------------------------------------------------------------------------------- /memory/mini/mini78.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini78.mem -------------------------------------------------------------------------------- /memory/mini/mini79.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini79.mem -------------------------------------------------------------------------------- /memory/mini/mini8.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini8.mem -------------------------------------------------------------------------------- /memory/mini/mini80.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini80.mem -------------------------------------------------------------------------------- /memory/mini/mini81.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini81.mem -------------------------------------------------------------------------------- /memory/mini/mini82.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini82.mem -------------------------------------------------------------------------------- /memory/mini/mini83.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini83.mem -------------------------------------------------------------------------------- /memory/mini/mini84.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini84.mem -------------------------------------------------------------------------------- /memory/mini/mini85.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini85.mem -------------------------------------------------------------------------------- /memory/mini/mini86.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini86.mem -------------------------------------------------------------------------------- /memory/mini/mini9.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini9.mem -------------------------------------------------------------------------------- /memory/mini/mini96.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini96.mem -------------------------------------------------------------------------------- /memory/mini/mini97.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini97.mem -------------------------------------------------------------------------------- /memory/mini/mini98.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini98.mem -------------------------------------------------------------------------------- /memory/mini/mini99.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/mini99.mem -------------------------------------------------------------------------------- /memory/mini/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mini/readme.txt -------------------------------------------------------------------------------- /memory/mixer/default/m0.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mixer/default/m0.mem -------------------------------------------------------------------------------- /memory/mixer/default/m1.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mixer/default/m1.mem -------------------------------------------------------------------------------- /memory/mixer/default/m2.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mixer/default/m2.mem -------------------------------------------------------------------------------- /memory/mixer/default/m3.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mixer/default/m3.mem -------------------------------------------------------------------------------- /memory/mixer/default/m4.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/mixer/default/m4.mem -------------------------------------------------------------------------------- /memory/mixer/default/memory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /memory/obx/obx0.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx0.mem -------------------------------------------------------------------------------- /memory/obx/obx1.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx1.mem -------------------------------------------------------------------------------- /memory/obx/obx10.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx10.mem -------------------------------------------------------------------------------- /memory/obx/obx11.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx11.mem -------------------------------------------------------------------------------- /memory/obx/obx12.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx12.mem -------------------------------------------------------------------------------- /memory/obx/obx13.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx13.mem -------------------------------------------------------------------------------- /memory/obx/obx14.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx14.mem -------------------------------------------------------------------------------- /memory/obx/obx15.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx15.mem -------------------------------------------------------------------------------- /memory/obx/obx16.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx16.mem -------------------------------------------------------------------------------- /memory/obx/obx17.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx17.mem -------------------------------------------------------------------------------- /memory/obx/obx2.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx2.mem -------------------------------------------------------------------------------- /memory/obx/obx22.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx22.mem -------------------------------------------------------------------------------- /memory/obx/obx23.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx23.mem -------------------------------------------------------------------------------- /memory/obx/obx3.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx3.mem -------------------------------------------------------------------------------- /memory/obx/obx36.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx36.mem -------------------------------------------------------------------------------- /memory/obx/obx4.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx4.mem -------------------------------------------------------------------------------- /memory/obx/obx41.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx41.mem -------------------------------------------------------------------------------- /memory/obx/obx5.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx5.mem -------------------------------------------------------------------------------- /memory/obx/obx6.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx6.mem -------------------------------------------------------------------------------- /memory/obx/obx8.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx8.mem -------------------------------------------------------------------------------- /memory/obx/obx9.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obx/obx9.mem -------------------------------------------------------------------------------- /memory/obxa/obxa0.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obxa/obxa0.mem -------------------------------------------------------------------------------- /memory/obxa/obxa0.seq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obxa/obxa0.seq -------------------------------------------------------------------------------- /memory/obxa/obxa1.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obxa/obxa1.mem -------------------------------------------------------------------------------- /memory/obxa/obxa10.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obxa/obxa10.mem -------------------------------------------------------------------------------- /memory/obxa/obxa11.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obxa/obxa11.mem -------------------------------------------------------------------------------- /memory/obxa/obxa11.seq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obxa/obxa11.seq -------------------------------------------------------------------------------- /memory/obxa/obxa12.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obxa/obxa12.mem -------------------------------------------------------------------------------- /memory/obxa/obxa13.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obxa/obxa13.mem -------------------------------------------------------------------------------- /memory/obxa/obxa14.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obxa/obxa14.mem -------------------------------------------------------------------------------- /memory/obxa/obxa18.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obxa/obxa18.mem -------------------------------------------------------------------------------- /memory/obxa/obxa2.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obxa/obxa2.mem -------------------------------------------------------------------------------- /memory/obxa/obxa21.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obxa/obxa21.mem -------------------------------------------------------------------------------- /memory/obxa/obxa24.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obxa/obxa24.mem -------------------------------------------------------------------------------- /memory/obxa/obxa31.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obxa/obxa31.mem -------------------------------------------------------------------------------- /memory/obxa/obxa88.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/obxa/obxa88.mem -------------------------------------------------------------------------------- /memory/odyssey/odyssey1.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/odyssey/odyssey1.mem -------------------------------------------------------------------------------- /memory/poly/poly0.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/poly/poly0.mem -------------------------------------------------------------------------------- /memory/poly/poly11.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/poly/poly11.mem -------------------------------------------------------------------------------- /memory/poly/poly12.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/poly/poly12.mem -------------------------------------------------------------------------------- /memory/poly/poly13.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/poly/poly13.mem -------------------------------------------------------------------------------- /memory/poly/poly14.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/poly/poly14.mem -------------------------------------------------------------------------------- /memory/poly/poly21.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/poly/poly21.mem -------------------------------------------------------------------------------- /memory/poly/poly22.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/poly/poly22.mem -------------------------------------------------------------------------------- /memory/poly/poly23.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/poly/poly23.mem -------------------------------------------------------------------------------- /memory/poly/poly24.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/poly/poly24.mem -------------------------------------------------------------------------------- /memory/poly/poly25.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/poly/poly25.mem -------------------------------------------------------------------------------- /memory/poly/poly26.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/poly/poly26.mem -------------------------------------------------------------------------------- /memory/poly/poly27.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/poly/poly27.mem -------------------------------------------------------------------------------- /memory/poly/poly28.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/poly/poly28.mem -------------------------------------------------------------------------------- /memory/poly/poly88.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/poly/poly88.mem -------------------------------------------------------------------------------- /memory/pro1/pro111.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/pro1/pro111.mem -------------------------------------------------------------------------------- /memory/pro1/pro112.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/pro1/pro112.mem -------------------------------------------------------------------------------- /memory/pro1/pro113.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/pro1/pro113.mem -------------------------------------------------------------------------------- /memory/pro1/pro114.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/pro1/pro114.mem -------------------------------------------------------------------------------- /memory/pro1/pro115.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/pro1/pro115.mem -------------------------------------------------------------------------------- /memory/pro1/pro116.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/pro1/pro116.mem -------------------------------------------------------------------------------- /memory/pro1/pro117.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/pro1/pro117.mem -------------------------------------------------------------------------------- /memory/pro1/pro118.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/pro1/pro118.mem -------------------------------------------------------------------------------- /memory/pro1/pro121.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/pro1/pro121.mem -------------------------------------------------------------------------------- /memory/pro1/pro122.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/pro1/pro122.mem -------------------------------------------------------------------------------- /memory/pro1/pro123.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/pro1/pro123.mem -------------------------------------------------------------------------------- /memory/pro1/pro124.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/pro1/pro124.mem -------------------------------------------------------------------------------- /memory/pro1/pro125.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/pro1/pro125.mem -------------------------------------------------------------------------------- /memory/pro1/pro126.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/pro1/pro126.mem -------------------------------------------------------------------------------- /memory/pro1/pro127.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/pro1/pro127.mem -------------------------------------------------------------------------------- /memory/profiles/BME700: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/BME700 -------------------------------------------------------------------------------- /memory/profiles/aks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/aks -------------------------------------------------------------------------------- /memory/profiles/arp2600: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/arp2600 -------------------------------------------------------------------------------- /memory/profiles/axxe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/axxe -------------------------------------------------------------------------------- /memory/profiles/bit100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/bit100 -------------------------------------------------------------------------------- /memory/profiles/bitone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/bitone -------------------------------------------------------------------------------- /memory/profiles/cs80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/cs80 -------------------------------------------------------------------------------- /memory/profiles/dx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/dx -------------------------------------------------------------------------------- /memory/profiles/explorer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/explorer -------------------------------------------------------------------------------- /memory/profiles/hammond: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/hammond -------------------------------------------------------------------------------- /memory/profiles/hammond.mcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/hammond.mcm -------------------------------------------------------------------------------- /memory/profiles/hammondB3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/hammondB3 -------------------------------------------------------------------------------- /memory/profiles/juno: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/juno -------------------------------------------------------------------------------- /memory/profiles/jupiter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/jupiter -------------------------------------------------------------------------------- /memory/profiles/jupiter8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/jupiter8 -------------------------------------------------------------------------------- /memory/profiles/memoryMoog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/memoryMoog -------------------------------------------------------------------------------- /memory/profiles/mini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/mini -------------------------------------------------------------------------------- /memory/profiles/monopoly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/monopoly -------------------------------------------------------------------------------- /memory/profiles/obx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/obx -------------------------------------------------------------------------------- /memory/profiles/obxa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/obxa -------------------------------------------------------------------------------- /memory/profiles/odyssey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/odyssey -------------------------------------------------------------------------------- /memory/profiles/poly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/poly -------------------------------------------------------------------------------- /memory/profiles/poly800: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/poly800 -------------------------------------------------------------------------------- /memory/profiles/pro1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/pro1 -------------------------------------------------------------------------------- /memory/profiles/prophet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/prophet -------------------------------------------------------------------------------- /memory/profiles/prophet52: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/prophet52 -------------------------------------------------------------------------------- /memory/profiles/realistic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/realistic -------------------------------------------------------------------------------- /memory/profiles/rhodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/rhodes -------------------------------------------------------------------------------- /memory/profiles/roadrunner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/roadrunner -------------------------------------------------------------------------------- /memory/profiles/solina: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/solina -------------------------------------------------------------------------------- /memory/profiles/sonic6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/sonic6 -------------------------------------------------------------------------------- /memory/profiles/stratus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/stratus -------------------------------------------------------------------------------- /memory/profiles/tonewheel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/tonewheel -------------------------------------------------------------------------------- /memory/profiles/trilogy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/trilogy -------------------------------------------------------------------------------- /memory/profiles/vox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/vox -------------------------------------------------------------------------------- /memory/profiles/vox.mcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/vox.mcm -------------------------------------------------------------------------------- /memory/profiles/voxM2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/voxM2 -------------------------------------------------------------------------------- /memory/profiles/voxM2.mcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/profiles/voxM2.mcm -------------------------------------------------------------------------------- /memory/sidney/sidney11.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sidney/sidney11.mem -------------------------------------------------------------------------------- /memory/sidney/sidney12.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sidney/sidney12.mem -------------------------------------------------------------------------------- /memory/sidney/sidney13.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sidney/sidney13.mem -------------------------------------------------------------------------------- /memory/sidney/sidney14.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sidney/sidney14.mem -------------------------------------------------------------------------------- /memory/sidney/sidney15.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sidney/sidney15.mem -------------------------------------------------------------------------------- /memory/sidney/sidney16.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sidney/sidney16.mem -------------------------------------------------------------------------------- /memory/sidney/sidney17.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sidney/sidney17.mem -------------------------------------------------------------------------------- /memory/sidney/sidney18.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sidney/sidney18.mem -------------------------------------------------------------------------------- /memory/sidney/sidney21.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sidney/sidney21.mem -------------------------------------------------------------------------------- /memory/solina/solina0.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/solina/solina0.mem -------------------------------------------------------------------------------- /memory/solina/solina1.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/solina/solina1.mem -------------------------------------------------------------------------------- /memory/solina/solina2.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/solina/solina2.mem -------------------------------------------------------------------------------- /memory/solina/solina3.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/solina/solina3.mem -------------------------------------------------------------------------------- /memory/solina/solina4.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/solina/solina4.mem -------------------------------------------------------------------------------- /memory/solina/solina5.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/solina/solina5.mem -------------------------------------------------------------------------------- /memory/solina/solina6.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/solina/solina6.mem -------------------------------------------------------------------------------- /memory/solina/solina7.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/solina/solina7.mem -------------------------------------------------------------------------------- /memory/solina/solina8.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/solina/solina8.mem -------------------------------------------------------------------------------- /memory/solina/solina9.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/solina/solina9.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic61.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic61.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic610.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic610.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic611.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic611.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic612.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic612.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic613.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic613.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic614.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic614.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic615.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic615.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic616.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic616.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic617.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic617.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic618.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic618.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic619.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic619.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic62.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic62.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic620.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic620.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic621.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic621.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic622.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic622.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic623.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic623.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic624.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic624.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic625.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic625.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic626.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic626.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic627.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic627.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic628.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic628.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic629.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic629.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic63.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic63.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic630.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic630.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic631.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic631.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic632.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic632.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic633.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic633.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic634.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic634.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic635.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic635.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic636.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic636.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic637.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic637.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic638.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic638.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic639.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic639.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic64.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic64.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic640.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic640.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic641.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic641.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic642.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic642.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic643.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic643.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic644.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic644.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic645.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic645.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic646.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic646.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic647.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic647.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic648.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic648.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic649.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic649.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic65.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic65.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic650.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic650.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic651.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic651.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic652.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic652.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic653.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic653.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic654.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic654.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic655.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic655.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic656.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic656.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic657.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic657.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic658.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic658.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic659.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic659.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic66.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic66.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic660.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic660.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic661.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic661.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic662.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic662.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic67.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic67.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic68.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic68.mem -------------------------------------------------------------------------------- /memory/sonic6/sonic69.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/sonic6/sonic69.mem -------------------------------------------------------------------------------- /memory/vox/vox0.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/vox/vox0.mem -------------------------------------------------------------------------------- /memory/vox/vox1.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/vox/vox1.mem -------------------------------------------------------------------------------- /memory/vox/vox2.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/vox/vox2.mem -------------------------------------------------------------------------------- /memory/vox/vox3.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/vox/vox3.mem -------------------------------------------------------------------------------- /memory/voxM2/voxM20.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/voxM2/voxM20.mem -------------------------------------------------------------------------------- /memory/voxM2/voxM21.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/voxM2/voxM21.mem -------------------------------------------------------------------------------- /memory/voxM2/voxM22.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/voxM2/voxM22.mem -------------------------------------------------------------------------------- /memory/voxM2/voxM23.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/voxM2/voxM23.mem -------------------------------------------------------------------------------- /memory/voxM2/voxM24.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/voxM2/voxM24.mem -------------------------------------------------------------------------------- /memory/voxM2/voxM25.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/memory/voxM2/voxM25.mem -------------------------------------------------------------------------------- /missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nomadbyte/bristol-fixes/HEAD/missing --------------------------------------------------------------------------------