├── .gitattributes ├── .gitignore ├── BeebSCSI_AVR ├── .gitignore ├── BeebSCSI_AVR.atsln ├── BeebSCSI_AVR │ ├── .gitignore │ ├── BeebSCSI_AVR.atsln │ ├── BeebSCSI_AVR.componentinfo.xml │ ├── BeebSCSI_AVR.cproj │ ├── BeebSCSI_firmware.atsln │ ├── README.md │ ├── debug.c │ ├── debug.h │ ├── fatfs │ │ ├── diskio.c │ │ ├── diskio.h │ │ ├── ff.c │ │ ├── ff.h │ │ ├── ffconf.h │ │ ├── ffunicode_avr.c │ │ ├── mmc_avr.h │ │ └── mmc_avr_spi.c │ ├── fcode.c │ ├── fcode.h │ ├── filesystem.c │ ├── filesystem.h │ ├── hostadapter.c │ ├── hostadapter.h │ ├── main.c │ ├── scsi.c │ ├── scsi.h │ ├── statusled.c │ ├── statusled.h │ ├── uart.c │ ├── uart.h │ ├── usb.c │ └── usb.h └── README.md ├── BeebSCSI_BootLoader ├── .gitignore ├── BeebSCSI_BootLoader.atsln ├── BeebSCSI_BootLoader │ ├── .gitignore │ ├── BeebSCSI_BootLoader.componentinfo.xml │ ├── BeebSCSI_BootLoader.cproj │ ├── README.md │ ├── asmfunc.S │ ├── diskio.h │ ├── integer.h │ ├── main.c │ ├── mmcbbp.c │ ├── pff.c │ ├── pff.h │ └── pffconf.h └── README.md ├── BeebSCSI_CPLD ├── .gitignore ├── BeebSCSI_CPLD.iaf ├── BeebSCSI_CPLD.xise ├── README.md ├── _pace.ucf ├── auto_project.ipf ├── dff_asyncres.v ├── hostAdapter.gyd ├── hostAdapter.jed ├── hostAdapter.lfp ├── hostAdapter.mfd ├── hostAdapter.nga ├── hostAdapter.pnx ├── hostAdapter.tspec ├── hostAdapter.ucf ├── hostAdapter.v ├── hostAdapter.vm6 ├── hostAdapterAddressDecoder.v ├── hostAdapter_html │ ├── fit │ │ ├── applet.js │ │ ├── appletref.htm │ │ ├── ascii.htm │ │ ├── ascii.tmp │ │ ├── asciidoc.htm │ │ ├── backtop.jpg │ │ ├── beginstraight.gif │ │ ├── blank.gif │ │ ├── blank.htm │ │ ├── briefview.jpg │ │ ├── check.htm │ │ ├── checkNS4.htm │ │ ├── contact.gif │ │ ├── coolrunnerII_logo.jpg │ │ ├── coolrunner_logo.jpg │ │ ├── defeqns.htm │ │ ├── education.gif │ │ ├── endmkt.gif │ │ ├── eqns.htm │ │ ├── eqns.js │ │ ├── equations.gif │ │ ├── equations.htm │ │ ├── equationsdoc.htm │ │ ├── errors.js │ │ ├── errors1.gif │ │ ├── errors2.gif │ │ ├── errorsdoc.htm │ │ ├── errs.htm │ │ ├── failtable.htm │ │ ├── failtable.js │ │ ├── failtabledoc.htm │ │ ├── fb.gif │ │ ├── fb1.gif │ │ ├── fbs.htm │ │ ├── fbs.js │ │ ├── fbs_FB1.htm │ │ ├── fbs_FB2.htm │ │ ├── fbs_FB3.htm │ │ ├── fbs_FB4.htm │ │ ├── fbs_FBdoc.htm │ │ ├── fbsdoc.htm │ │ ├── fbview.jpg │ │ ├── functionblock.gif │ │ ├── genmsg.htm │ │ ├── header.gif │ │ ├── home.gif │ │ ├── index.htm │ │ ├── inputleft.htm │ │ ├── inputleft.js │ │ ├── inputleftdoc.htm │ │ ├── leftnav.htm │ │ ├── leftnav.js │ │ ├── legend.gif │ │ ├── legend.jpg │ │ ├── logic_legXC95.htm │ │ ├── logic_legXbr.htm │ │ ├── logic_legXpla3.htm │ │ ├── logicleft.htm │ │ ├── logicleft.js │ │ ├── logicleftdoc.htm │ │ ├── logiclegend.htm │ │ ├── logiclegendV.htm │ │ ├── macrocell.gif │ │ ├── mapinput_00.htm │ │ ├── mapinput_01.htm │ │ ├── mapinput_02.htm │ │ ├── mapinputdoc.htm │ │ ├── maplogic.js │ │ ├── maplogic_00.htm │ │ ├── maplogic_01.htm │ │ ├── maplogic_02.htm │ │ ├── maplogicdoc.htm │ │ ├── newappletref.htm │ │ ├── next.jpg │ │ ├── ns4plugin.js │ │ ├── options.htm │ │ ├── optionsdoc.htm │ │ ├── paths.js │ │ ├── pin.gif │ │ ├── pin_legXC95.htm │ │ ├── pin_legXbr.htm │ │ ├── pin_legXpla3.htm │ │ ├── pindiagram.gif │ │ ├── pinlegend.htm │ │ ├── pinlegendV.htm │ │ ├── pins.htm │ │ ├── pins.js │ │ ├── pinsdoc.htm │ │ ├── pinview.jpg │ │ ├── plugin.js │ │ ├── prev.jpg │ │ ├── print.jpg │ │ ├── products.gif │ │ ├── purchase.gif │ │ ├── report.htm │ │ ├── result.htm │ │ ├── search.gif │ │ ├── spacer.gif │ │ ├── style.css │ │ ├── summary.htm │ │ ├── summary.js │ │ ├── summarydoc.htm │ │ ├── support.gif │ │ ├── time.htm │ │ ├── tooltips.js │ │ ├── topnav.htm │ │ ├── topnav.js │ │ ├── unmapinputdoc.htm │ │ ├── unmaplogicdoc.htm │ │ ├── verboseview.jpg │ │ ├── view.gif │ │ ├── wait.htm │ │ ├── xc9500_logo.gif │ │ ├── xc9500_logo.jpg │ │ ├── xc9500xl_logo.gif │ │ ├── xc9500xl_logo.jpg │ │ ├── xc9500xv_logo.jpg │ │ ├── xcenter.gif │ │ ├── xlogo.gif │ │ ├── xml5.jpg │ │ ├── xml6.jpg │ │ ├── xml7.jpg │ │ └── xml8.jpg │ ├── images │ │ ├── acr2_logo.jpg │ │ ├── blackBar.jpg │ │ ├── cpldBanner.jpg │ │ ├── cr2s_logo.jpg │ │ ├── fitterRpt.jpg │ │ ├── logo.jpg │ │ ├── spacer.jpg │ │ ├── timingRpt.jpg │ │ ├── xa9500xl_logo.jpg │ │ ├── xbr_logo.jpg │ │ ├── xc9500_logo.jpg │ │ ├── xc9500xl_logo.jpg │ │ ├── xc9500xv_logo.jpg │ │ └── xpla3_logo.jpg │ └── tim │ │ ├── cpldta_glossary.htm │ │ ├── cpldta_style.css │ │ ├── genreport.htm │ │ ├── leftnav.htm │ │ ├── report.htm │ │ ├── timing_report.htm │ │ ├── toc.css │ │ └── topnav.htm ├── impact.xsl ├── inverterWithOutputEnable.v ├── tmperr.err ├── ttl74240.v ├── ttl74573.v └── unknown_0_4.bsd ├── BeebSCSI_KiCAD ├── BeebSCSI_Board │ ├── .gitignore │ ├── 1MHz_Bus.sch │ ├── AT90USB1287.bck │ ├── AT90USB1287.dcm │ ├── AT90USB1287.lib │ ├── BeebSCSI-cache.lib │ ├── BeebSCSI.kicad_pcb │ ├── BeebSCSI.net │ ├── BeebSCSI.pro │ ├── BeebSCSI.sch │ ├── Gerber │ │ ├── BeebSCSI-B.Cu.gbr │ │ ├── BeebSCSI-B.Mask.gbr │ │ ├── BeebSCSI-B.SilkS.gbr │ │ ├── BeebSCSI-Edge.Cuts.gbr │ │ ├── BeebSCSI-F.Cu.gbr │ │ ├── BeebSCSI-F.Mask.gbr │ │ ├── BeebSCSI-F.SilkS.gbr │ │ ├── BeebSCSI-NPTH.drl │ │ └── BeebSCSI.drl │ ├── LICENSE.txt │ ├── Logos.pretty │ │ ├── BeebSCSI_Logo_15x8.kicad_mod │ │ ├── BeebSCSI_Logo_4.kicad_mod │ │ └── CC BY-SA Logo.kicad_mod │ ├── Molex-47309-3751.pretty │ │ └── microSD_Holder_Molex-47309-3751.kicad_mod │ ├── PDF │ │ ├── BeebSCSI-B.Cu.pdf │ │ ├── BeebSCSI-B.Mask.pdf │ │ ├── BeebSCSI-B.SilkS.pdf │ │ ├── BeebSCSI-Edge.Cuts.pdf │ │ ├── BeebSCSI-F.Cu.pdf │ │ ├── BeebSCSI-F.Mask.pdf │ │ ├── BeebSCSI-F.SilkS.pdf │ │ └── BeebSCSI.pdf │ ├── SCSI Drive Emulator.sch │ ├── SCSI Host Adapter.sch │ ├── SDCard Interface.sch │ ├── fp-lib-table │ ├── xc9572xl.dcm │ └── xc9572xl.lib ├── Cartridge_Adapter │ ├── Acorn Cartridge edge-connector.pretty │ │ └── Acorn_Cartridge.kicad_mod │ ├── Cartridge_Adapter-cache.lib │ ├── Cartridge_Adapter.bak │ ├── Cartridge_Adapter.jpg │ ├── Cartridge_Adapter.kicad_pcb │ ├── Cartridge_Adapter.kicad_pcb-bak │ ├── Cartridge_Adapter.net │ ├── Cartridge_Adapter.pro │ ├── Cartridge_Adapter.sch │ ├── Gerber │ │ ├── Cartridge_Adapter-B.Cu.gbr │ │ ├── Cartridge_Adapter-B.Mask.gbr │ │ ├── Cartridge_Adapter-B.SilkS.gbr │ │ ├── Cartridge_Adapter-Edge.Cuts.gbr │ │ ├── Cartridge_Adapter-F.Cu.gbr │ │ ├── Cartridge_Adapter-F.Mask.gbr │ │ ├── Cartridge_Adapter-F.SilkS.gbr │ │ ├── Cartridge_Adapter-NPTH.drl │ │ └── Cartridge_Adapter.drl │ ├── Graphics.pretty │ │ ├── BeebSCSI_50x26_logo.kicad_mod │ │ ├── CCLicense_47x17_logo.kicad_mod │ │ └── Domesday86_50x50_logo.kicad_mod │ ├── PDF │ │ ├── Cartridge_Adapter-B.Cu.pdf │ │ ├── Cartridge_Adapter-B.Mask.pdf │ │ ├── Cartridge_Adapter-B.SilkS.pdf │ │ ├── Cartridge_Adapter-Edge.Cuts.pdf │ │ ├── Cartridge_Adapter-F.Cu.pdf │ │ ├── Cartridge_Adapter-F.Mask.pdf │ │ ├── Cartridge_Adapter-F.SilkS.pdf │ │ └── Cartridge_Adapter.pdf │ ├── USB Female.pretty │ │ └── Amphenol_87583-2010BLF.kicad_mod │ ├── acorncartridgeedgeconnector.dcm │ ├── acorncartridgeedgeconnector.lib │ └── fp-lib-table └── VFS_Adapter │ ├── .gitignore │ ├── Gerber │ ├── VFS_Adapter-B.Cu.gbr │ ├── VFS_Adapter-B.Mask.gbr │ ├── VFS_Adapter-B.SilkS.gbr │ ├── VFS_Adapter-Edge.Cuts.gbr │ ├── VFS_Adapter-F.Cu.gbr │ ├── VFS_Adapter-F.Mask.gbr │ ├── VFS_Adapter-F.SilkS.gbr │ └── VFS_Adapter.drl │ ├── Graphics.pretty │ └── BeebSCSI_Logo_4.kicad_mod │ ├── LICENSE.txt │ ├── PDF │ ├── VFS_Adapter-B.Cu.pdf │ ├── VFS_Adapter-B.Mask.pdf │ ├── VFS_Adapter-B.SilkS.pdf │ ├── VFS_Adapter-Edge.Cuts.pdf │ ├── VFS_Adapter-F.Cu.pdf │ ├── VFS_Adapter-F.Mask.pdf │ ├── VFS_Adapter-F.SilkS.pdf │ └── VFS_Adapter.pdf │ ├── VFS_Adapter-cache.lib │ ├── VFS_Adapter.kicad_pcb │ ├── VFS_Adapter.net │ ├── VFS_Adapter.pro │ ├── VFS_Adapter.sch │ └── fp-lib-table ├── BeebSCSI_OpenSCAD ├── README.md ├── images │ ├── multi_material.png │ ├── multi_material_withpcb.png │ └── single_material.png ├── scad │ ├── BOSL │ │ ├── LICENSE │ │ ├── README.md │ │ ├── WRITING_DOCS.md │ │ ├── acme_screws.scad │ │ ├── beziers.scad │ │ ├── compat.scad │ │ ├── constants.scad │ │ ├── convex_hull.scad │ │ ├── debug.scad │ │ ├── involute_gears.scad │ │ ├── joiners.scad │ │ ├── linear_bearings.scad │ │ ├── masks.scad │ │ ├── math.scad │ │ ├── metric_screws.scad │ │ ├── nema_steppers.scad │ │ ├── paths.scad │ │ ├── phillips_drive.scad │ │ ├── quaternions.scad │ │ ├── shapes.scad │ │ ├── sliders.scad │ │ ├── threading.scad │ │ ├── torx_drive.scad │ │ ├── transforms.scad │ │ ├── triangulation.scad │ │ └── wiring.scad │ ├── BeebSCSI_text.dxf │ ├── case.scad │ ├── main.scad │ ├── material.scad │ └── pcb77.scad └── stl │ ├── multi_material_blue.stl │ ├── multi_material_white.stl │ └── single_material.stl ├── BeebSCSI_ROM ├── .gitignore ├── .vscode │ └── tasks.json ├── BSRom1_04.rom ├── README.md └── main.asm ├── BeebSCSI_Utils ├── .gitignore ├── README.md ├── bstrans.adl └── bstrans.bas ├── README.md └── support └── BeebSCSI_Quickstart_LUN_2_5.zip /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/.gitignore -------------------------------------------------------------------------------- /BeebSCSI_AVR/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/.gitignore -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR.atsln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR.atsln -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/.gitignore -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/BeebSCSI_AVR.atsln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/BeebSCSI_AVR.atsln -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/BeebSCSI_AVR.componentinfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/BeebSCSI_AVR.componentinfo.xml -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/BeebSCSI_AVR.cproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/BeebSCSI_AVR.cproj -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/BeebSCSI_firmware.atsln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/BeebSCSI_firmware.atsln -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/README.md -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/debug.c -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/debug.h -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/fatfs/diskio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/fatfs/diskio.c -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/fatfs/diskio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/fatfs/diskio.h -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/fatfs/ff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/fatfs/ff.c -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/fatfs/ff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/fatfs/ff.h -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/fatfs/ffconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/fatfs/ffconf.h -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/fatfs/ffunicode_avr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/fatfs/ffunicode_avr.c -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/fatfs/mmc_avr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/fatfs/mmc_avr.h -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/fatfs/mmc_avr_spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/fatfs/mmc_avr_spi.c -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/fcode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/fcode.c -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/fcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/fcode.h -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/filesystem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/filesystem.c -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/filesystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/filesystem.h -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/hostadapter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/hostadapter.c -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/hostadapter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/hostadapter.h -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/main.c -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/scsi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/scsi.c -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/scsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/scsi.h -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/statusled.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/statusled.c -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/statusled.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/statusled.h -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/uart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/uart.c -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/uart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/uart.h -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/usb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/usb.c -------------------------------------------------------------------------------- /BeebSCSI_AVR/BeebSCSI_AVR/usb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/BeebSCSI_AVR/usb.h -------------------------------------------------------------------------------- /BeebSCSI_AVR/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_AVR/README.md -------------------------------------------------------------------------------- /BeebSCSI_BootLoader/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_BootLoader/.gitignore -------------------------------------------------------------------------------- /BeebSCSI_BootLoader/BeebSCSI_BootLoader.atsln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_BootLoader/BeebSCSI_BootLoader.atsln -------------------------------------------------------------------------------- /BeebSCSI_BootLoader/BeebSCSI_BootLoader/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_BootLoader/BeebSCSI_BootLoader/.gitignore -------------------------------------------------------------------------------- /BeebSCSI_BootLoader/BeebSCSI_BootLoader/BeebSCSI_BootLoader.componentinfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_BootLoader/BeebSCSI_BootLoader/BeebSCSI_BootLoader.componentinfo.xml -------------------------------------------------------------------------------- /BeebSCSI_BootLoader/BeebSCSI_BootLoader/BeebSCSI_BootLoader.cproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_BootLoader/BeebSCSI_BootLoader/BeebSCSI_BootLoader.cproj -------------------------------------------------------------------------------- /BeebSCSI_BootLoader/BeebSCSI_BootLoader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_BootLoader/BeebSCSI_BootLoader/README.md -------------------------------------------------------------------------------- /BeebSCSI_BootLoader/BeebSCSI_BootLoader/asmfunc.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_BootLoader/BeebSCSI_BootLoader/asmfunc.S -------------------------------------------------------------------------------- /BeebSCSI_BootLoader/BeebSCSI_BootLoader/diskio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_BootLoader/BeebSCSI_BootLoader/diskio.h -------------------------------------------------------------------------------- /BeebSCSI_BootLoader/BeebSCSI_BootLoader/integer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_BootLoader/BeebSCSI_BootLoader/integer.h -------------------------------------------------------------------------------- /BeebSCSI_BootLoader/BeebSCSI_BootLoader/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_BootLoader/BeebSCSI_BootLoader/main.c -------------------------------------------------------------------------------- /BeebSCSI_BootLoader/BeebSCSI_BootLoader/mmcbbp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_BootLoader/BeebSCSI_BootLoader/mmcbbp.c -------------------------------------------------------------------------------- /BeebSCSI_BootLoader/BeebSCSI_BootLoader/pff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_BootLoader/BeebSCSI_BootLoader/pff.c -------------------------------------------------------------------------------- /BeebSCSI_BootLoader/BeebSCSI_BootLoader/pff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_BootLoader/BeebSCSI_BootLoader/pff.h -------------------------------------------------------------------------------- /BeebSCSI_BootLoader/BeebSCSI_BootLoader/pffconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_BootLoader/BeebSCSI_BootLoader/pffconf.h -------------------------------------------------------------------------------- /BeebSCSI_BootLoader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_BootLoader/README.md -------------------------------------------------------------------------------- /BeebSCSI_CPLD/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/.gitignore -------------------------------------------------------------------------------- /BeebSCSI_CPLD/BeebSCSI_CPLD.iaf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/BeebSCSI_CPLD.iaf -------------------------------------------------------------------------------- /BeebSCSI_CPLD/BeebSCSI_CPLD.xise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/BeebSCSI_CPLD.xise -------------------------------------------------------------------------------- /BeebSCSI_CPLD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/README.md -------------------------------------------------------------------------------- /BeebSCSI_CPLD/_pace.ucf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/_pace.ucf -------------------------------------------------------------------------------- /BeebSCSI_CPLD/auto_project.ipf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/auto_project.ipf -------------------------------------------------------------------------------- /BeebSCSI_CPLD/dff_asyncres.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/dff_asyncres.v -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter.gyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter.gyd -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter.jed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter.jed -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter.lfp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter.mfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter.mfd -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter.nga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter.nga -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter.pnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter.pnx -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter.tspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter.tspec -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter.ucf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter.ucf -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter.v -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter.vm6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter.vm6 -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapterAddressDecoder.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapterAddressDecoder.v -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/applet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/applet.js -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/appletref.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/appletref.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/ascii.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/ascii.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/ascii.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/ascii.tmp -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/asciidoc.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/asciidoc.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/backtop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/backtop.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/beginstraight.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/beginstraight.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/blank.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/blank.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/blank.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/briefview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/briefview.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/check.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/check.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/checkNS4.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/checkNS4.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/contact.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/contact.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/coolrunnerII_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/coolrunnerII_logo.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/coolrunner_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/coolrunner_logo.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/defeqns.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/defeqns.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/education.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/education.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/endmkt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/endmkt.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/eqns.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/eqns.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/eqns.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/eqns.js -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/equations.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/equations.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/equations.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/equations.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/equationsdoc.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/equationsdoc.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/errors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/errors.js -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/errors1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/errors1.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/errors2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/errors2.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/errorsdoc.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/errorsdoc.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/errs.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/errs.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/failtable.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/failtable.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/failtable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/failtable.js -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/failtabledoc.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/failtabledoc.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/fb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/fb.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/fb1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/fb1.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/fbs.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/fbs.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/fbs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/fbs.js -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/fbs_FB1.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/fbs_FB1.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/fbs_FB2.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/fbs_FB2.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/fbs_FB3.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/fbs_FB3.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/fbs_FB4.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/fbs_FB4.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/fbs_FBdoc.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/fbs_FBdoc.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/fbsdoc.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/fbsdoc.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/fbview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/fbview.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/functionblock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/functionblock.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/genmsg.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/genmsg.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/header.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/home.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/index.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/inputleft.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/inputleft.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/inputleft.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/inputleft.js -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/inputleftdoc.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/inputleftdoc.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/leftnav.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/leftnav.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/leftnav.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/leftnav.js -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/legend.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/legend.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/legend.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/legend.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/logic_legXC95.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/logic_legXC95.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/logic_legXbr.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/logic_legXbr.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/logic_legXpla3.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/logic_legXpla3.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/logicleft.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/logicleft.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/logicleft.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/logicleft.js -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/logicleftdoc.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/logicleftdoc.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/logiclegend.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/logiclegend.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/logiclegendV.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/logiclegendV.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/macrocell.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/macrocell.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/mapinput_00.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/mapinput_00.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/mapinput_01.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/mapinput_01.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/mapinput_02.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/mapinput_02.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/mapinputdoc.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/mapinputdoc.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/maplogic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/maplogic.js -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/maplogic_00.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/maplogic_00.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/maplogic_01.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/maplogic_01.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/maplogic_02.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/maplogic_02.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/maplogicdoc.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/maplogicdoc.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/newappletref.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/newappletref.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/next.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/next.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/ns4plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/ns4plugin.js -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/options.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/options.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/optionsdoc.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/optionsdoc.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/paths.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/paths.js -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/pin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/pin.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/pin_legXC95.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/pin_legXC95.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/pin_legXbr.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/pin_legXbr.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/pin_legXpla3.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/pin_legXpla3.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/pindiagram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/pindiagram.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/pinlegend.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/pinlegend.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/pinlegendV.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/pinlegendV.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/pins.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/pins.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/pins.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/pins.js -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/pinsdoc.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/pinsdoc.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/pinview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/pinview.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/plugin.js -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/prev.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/prev.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/print.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/print.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/products.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/products.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/purchase.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/purchase.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/report.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/report.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/result.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/result.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/search.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/search.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/spacer.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/style.css -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/summary.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/summary.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/summary.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/summary.js -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/summarydoc.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/summarydoc.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/support.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/support.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/time.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/time.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/tooltips.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/tooltips.js -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/topnav.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/topnav.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/topnav.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/topnav.js -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/unmapinputdoc.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/unmapinputdoc.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/unmaplogicdoc.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/unmaplogicdoc.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/verboseview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/verboseview.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/view.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/wait.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/wait.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/xc9500_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/xc9500_logo.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/xc9500_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/xc9500_logo.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/xc9500xl_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/xc9500xl_logo.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/xc9500xl_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/xc9500xl_logo.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/xc9500xv_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/xc9500xv_logo.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/xcenter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/xcenter.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/xlogo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/xlogo.gif -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/xml5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/xml5.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/xml6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/xml6.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/xml7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/xml7.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/fit/xml8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/fit/xml8.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/images/acr2_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/images/acr2_logo.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/images/blackBar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/images/blackBar.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/images/cpldBanner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/images/cpldBanner.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/images/cr2s_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/images/cr2s_logo.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/images/fitterRpt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/images/fitterRpt.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/images/logo.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/images/spacer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/images/spacer.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/images/timingRpt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/images/timingRpt.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/images/xa9500xl_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/images/xa9500xl_logo.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/images/xbr_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/images/xbr_logo.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/images/xc9500_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/images/xc9500_logo.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/images/xc9500xl_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/images/xc9500xl_logo.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/images/xc9500xv_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/images/xc9500xv_logo.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/images/xpla3_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/images/xpla3_logo.jpg -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/tim/cpldta_glossary.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/tim/cpldta_glossary.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/tim/cpldta_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/tim/cpldta_style.css -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/tim/genreport.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/tim/genreport.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/tim/leftnav.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/tim/leftnav.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/tim/report.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/tim/report.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/tim/timing_report.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/tim/timing_report.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/tim/toc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/tim/toc.css -------------------------------------------------------------------------------- /BeebSCSI_CPLD/hostAdapter_html/tim/topnav.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/hostAdapter_html/tim/topnav.htm -------------------------------------------------------------------------------- /BeebSCSI_CPLD/impact.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/impact.xsl -------------------------------------------------------------------------------- /BeebSCSI_CPLD/inverterWithOutputEnable.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/inverterWithOutputEnable.v -------------------------------------------------------------------------------- /BeebSCSI_CPLD/tmperr.err: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /BeebSCSI_CPLD/ttl74240.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/ttl74240.v -------------------------------------------------------------------------------- /BeebSCSI_CPLD/ttl74573.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/ttl74573.v -------------------------------------------------------------------------------- /BeebSCSI_CPLD/unknown_0_4.bsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_CPLD/unknown_0_4.bsd -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/.gitignore -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/1MHz_Bus.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/1MHz_Bus.sch -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/AT90USB1287.bck: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/AT90USB1287.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/AT90USB1287.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/AT90USB1287.lib -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/BeebSCSI-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/BeebSCSI-cache.lib -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/BeebSCSI.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/BeebSCSI.kicad_pcb -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/BeebSCSI.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/BeebSCSI.net -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/BeebSCSI.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/BeebSCSI.pro -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/BeebSCSI.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/BeebSCSI.sch -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/Gerber/BeebSCSI-B.Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/Gerber/BeebSCSI-B.Cu.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/Gerber/BeebSCSI-B.Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/Gerber/BeebSCSI-B.Mask.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/Gerber/BeebSCSI-B.SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/Gerber/BeebSCSI-B.SilkS.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/Gerber/BeebSCSI-Edge.Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/Gerber/BeebSCSI-Edge.Cuts.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/Gerber/BeebSCSI-F.Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/Gerber/BeebSCSI-F.Cu.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/Gerber/BeebSCSI-F.Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/Gerber/BeebSCSI-F.Mask.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/Gerber/BeebSCSI-F.SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/Gerber/BeebSCSI-F.SilkS.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/Gerber/BeebSCSI-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/Gerber/BeebSCSI-NPTH.drl -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/Gerber/BeebSCSI.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/Gerber/BeebSCSI.drl -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/LICENSE.txt -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/Logos.pretty/BeebSCSI_Logo_15x8.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/Logos.pretty/BeebSCSI_Logo_15x8.kicad_mod -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/Logos.pretty/BeebSCSI_Logo_4.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/Logos.pretty/BeebSCSI_Logo_4.kicad_mod -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/Logos.pretty/CC BY-SA Logo.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/Logos.pretty/CC BY-SA Logo.kicad_mod -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/Molex-47309-3751.pretty/microSD_Holder_Molex-47309-3751.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/Molex-47309-3751.pretty/microSD_Holder_Molex-47309-3751.kicad_mod -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/PDF/BeebSCSI-B.Cu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/PDF/BeebSCSI-B.Cu.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/PDF/BeebSCSI-B.Mask.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/PDF/BeebSCSI-B.Mask.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/PDF/BeebSCSI-B.SilkS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/PDF/BeebSCSI-B.SilkS.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/PDF/BeebSCSI-Edge.Cuts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/PDF/BeebSCSI-Edge.Cuts.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/PDF/BeebSCSI-F.Cu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/PDF/BeebSCSI-F.Cu.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/PDF/BeebSCSI-F.Mask.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/PDF/BeebSCSI-F.Mask.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/PDF/BeebSCSI-F.SilkS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/PDF/BeebSCSI-F.SilkS.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/PDF/BeebSCSI.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/PDF/BeebSCSI.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/SCSI Drive Emulator.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/SCSI Drive Emulator.sch -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/SCSI Host Adapter.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/SCSI Host Adapter.sch -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/SDCard Interface.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/SDCard Interface.sch -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/fp-lib-table -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/xc9572xl.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/BeebSCSI_Board/xc9572xl.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/BeebSCSI_Board/xc9572xl.lib -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Acorn Cartridge edge-connector.pretty/Acorn_Cartridge.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Acorn Cartridge edge-connector.pretty/Acorn_Cartridge.kicad_mod -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Cartridge_Adapter-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Cartridge_Adapter-cache.lib -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Cartridge_Adapter.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Cartridge_Adapter.bak -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Cartridge_Adapter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Cartridge_Adapter.jpg -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Cartridge_Adapter.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Cartridge_Adapter.kicad_pcb -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Cartridge_Adapter.kicad_pcb-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Cartridge_Adapter.kicad_pcb-bak -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Cartridge_Adapter.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Cartridge_Adapter.net -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Cartridge_Adapter.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Cartridge_Adapter.pro -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Cartridge_Adapter.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Cartridge_Adapter.sch -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Gerber/Cartridge_Adapter-B.Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Gerber/Cartridge_Adapter-B.Cu.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Gerber/Cartridge_Adapter-B.Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Gerber/Cartridge_Adapter-B.Mask.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Gerber/Cartridge_Adapter-B.SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Gerber/Cartridge_Adapter-B.SilkS.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Gerber/Cartridge_Adapter-Edge.Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Gerber/Cartridge_Adapter-Edge.Cuts.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Gerber/Cartridge_Adapter-F.Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Gerber/Cartridge_Adapter-F.Cu.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Gerber/Cartridge_Adapter-F.Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Gerber/Cartridge_Adapter-F.Mask.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Gerber/Cartridge_Adapter-F.SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Gerber/Cartridge_Adapter-F.SilkS.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Gerber/Cartridge_Adapter-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Gerber/Cartridge_Adapter-NPTH.drl -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Gerber/Cartridge_Adapter.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Gerber/Cartridge_Adapter.drl -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Graphics.pretty/BeebSCSI_50x26_logo.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Graphics.pretty/BeebSCSI_50x26_logo.kicad_mod -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Graphics.pretty/CCLicense_47x17_logo.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Graphics.pretty/CCLicense_47x17_logo.kicad_mod -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/Graphics.pretty/Domesday86_50x50_logo.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/Graphics.pretty/Domesday86_50x50_logo.kicad_mod -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/PDF/Cartridge_Adapter-B.Cu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/PDF/Cartridge_Adapter-B.Cu.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/PDF/Cartridge_Adapter-B.Mask.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/PDF/Cartridge_Adapter-B.Mask.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/PDF/Cartridge_Adapter-B.SilkS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/PDF/Cartridge_Adapter-B.SilkS.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/PDF/Cartridge_Adapter-Edge.Cuts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/PDF/Cartridge_Adapter-Edge.Cuts.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/PDF/Cartridge_Adapter-F.Cu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/PDF/Cartridge_Adapter-F.Cu.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/PDF/Cartridge_Adapter-F.Mask.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/PDF/Cartridge_Adapter-F.Mask.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/PDF/Cartridge_Adapter-F.SilkS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/PDF/Cartridge_Adapter-F.SilkS.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/PDF/Cartridge_Adapter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/PDF/Cartridge_Adapter.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/USB Female.pretty/Amphenol_87583-2010BLF.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/USB Female.pretty/Amphenol_87583-2010BLF.kicad_mod -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/acorncartridgeedgeconnector.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/acorncartridgeedgeconnector.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/acorncartridgeedgeconnector.lib -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/Cartridge_Adapter/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/Cartridge_Adapter/fp-lib-table -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/.gitignore -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/Gerber/VFS_Adapter-B.Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/Gerber/VFS_Adapter-B.Cu.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/Gerber/VFS_Adapter-B.Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/Gerber/VFS_Adapter-B.Mask.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/Gerber/VFS_Adapter-B.SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/Gerber/VFS_Adapter-B.SilkS.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/Gerber/VFS_Adapter-Edge.Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/Gerber/VFS_Adapter-Edge.Cuts.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/Gerber/VFS_Adapter-F.Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/Gerber/VFS_Adapter-F.Cu.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/Gerber/VFS_Adapter-F.Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/Gerber/VFS_Adapter-F.Mask.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/Gerber/VFS_Adapter-F.SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/Gerber/VFS_Adapter-F.SilkS.gbr -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/Gerber/VFS_Adapter.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/Gerber/VFS_Adapter.drl -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/Graphics.pretty/BeebSCSI_Logo_4.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/Graphics.pretty/BeebSCSI_Logo_4.kicad_mod -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/LICENSE.txt -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/PDF/VFS_Adapter-B.Cu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/PDF/VFS_Adapter-B.Cu.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/PDF/VFS_Adapter-B.Mask.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/PDF/VFS_Adapter-B.Mask.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/PDF/VFS_Adapter-B.SilkS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/PDF/VFS_Adapter-B.SilkS.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/PDF/VFS_Adapter-Edge.Cuts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/PDF/VFS_Adapter-Edge.Cuts.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/PDF/VFS_Adapter-F.Cu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/PDF/VFS_Adapter-F.Cu.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/PDF/VFS_Adapter-F.Mask.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/PDF/VFS_Adapter-F.Mask.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/PDF/VFS_Adapter-F.SilkS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/PDF/VFS_Adapter-F.SilkS.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/PDF/VFS_Adapter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/PDF/VFS_Adapter.pdf -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/VFS_Adapter-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/VFS_Adapter-cache.lib -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/VFS_Adapter.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/VFS_Adapter.kicad_pcb -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/VFS_Adapter.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/VFS_Adapter.net -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/VFS_Adapter.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/VFS_Adapter.pro -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/VFS_Adapter.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/VFS_Adapter.sch -------------------------------------------------------------------------------- /BeebSCSI_KiCAD/VFS_Adapter/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_KiCAD/VFS_Adapter/fp-lib-table -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/README.md -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/images/multi_material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/images/multi_material.png -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/images/multi_material_withpcb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/images/multi_material_withpcb.png -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/images/single_material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/images/single_material.png -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/LICENSE -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/README.md -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/WRITING_DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/WRITING_DOCS.md -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/acme_screws.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/acme_screws.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/beziers.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/beziers.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/compat.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/compat.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/constants.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/constants.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/convex_hull.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/convex_hull.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/debug.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/debug.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/involute_gears.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/involute_gears.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/joiners.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/joiners.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/linear_bearings.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/linear_bearings.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/masks.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/masks.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/math.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/math.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/metric_screws.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/metric_screws.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/nema_steppers.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/nema_steppers.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/paths.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/paths.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/phillips_drive.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/phillips_drive.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/quaternions.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/quaternions.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/shapes.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/shapes.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/sliders.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/sliders.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/threading.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/threading.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/torx_drive.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/torx_drive.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/transforms.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/transforms.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/triangulation.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/triangulation.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BOSL/wiring.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BOSL/wiring.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/BeebSCSI_text.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/BeebSCSI_text.dxf -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/case.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/case.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/main.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/main.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/material.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/material.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/scad/pcb77.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/scad/pcb77.scad -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/stl/multi_material_blue.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/stl/multi_material_blue.stl -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/stl/multi_material_white.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/stl/multi_material_white.stl -------------------------------------------------------------------------------- /BeebSCSI_OpenSCAD/stl/single_material.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_OpenSCAD/stl/single_material.stl -------------------------------------------------------------------------------- /BeebSCSI_ROM/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_ROM/.gitignore -------------------------------------------------------------------------------- /BeebSCSI_ROM/.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_ROM/.vscode/tasks.json -------------------------------------------------------------------------------- /BeebSCSI_ROM/BSRom1_04.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_ROM/BSRom1_04.rom -------------------------------------------------------------------------------- /BeebSCSI_ROM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_ROM/README.md -------------------------------------------------------------------------------- /BeebSCSI_ROM/main.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_ROM/main.asm -------------------------------------------------------------------------------- /BeebSCSI_Utils/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_Utils/.gitignore -------------------------------------------------------------------------------- /BeebSCSI_Utils/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_Utils/README.md -------------------------------------------------------------------------------- /BeebSCSI_Utils/bstrans.adl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_Utils/bstrans.adl -------------------------------------------------------------------------------- /BeebSCSI_Utils/bstrans.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/BeebSCSI_Utils/bstrans.bas -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/README.md -------------------------------------------------------------------------------- /support/BeebSCSI_Quickstart_LUN_2_5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoninns/BeebSCSI/HEAD/support/BeebSCSI_Quickstart_LUN_2_5.zip --------------------------------------------------------------------------------