├── AD2839NC-rev2 ├── N3-485-U5-5930.Version.01.02.19.bin ├── N3-485-U5-5930.Version.01.02.19.hex ├── N3-485-U5-5930.Version.01.02.19.png ├── STD-N3-U19-6EC6.Version.08.03.17.bin ├── STD-N3-U19-6EC6.Version.08.03.17.hex ├── STD-N3-U19-6EC6.Version.08.03.17.png └── addr-diff.py ├── AMS Scroller ├── AMS-font.png ├── AMS_1026-6001K.bin └── AMS_1026-6001K.d52 ├── AXP-EL+ ├── V2.24-Combined ├── V2.24E.03_93 └── V2.24O.03_93 ├── Adaptec ├── AHA-1542B │ ├── B_BC00 - M_FC8A │ │ ├── Adaptec AHA1542B ISA SCSI Controller - BIOS B_BC00.bin │ │ └── Adaptec AHA1542B ISA SCSI Controller - Microcode M_FC8A.bin │ └── B_BD00 - M_3054 │ │ ├── Adaptec AHA1542B ISA SCSI Controller BIOS B_BD00.bin │ │ └── Adaptec AHA1542B ISA SCSI Controller Microcode M_3054.bin ├── AHA-1542CF │ ├── v2.01 │ │ ├── 553601-00.u16.bin │ │ ├── 553801-00.u15.bin │ │ └── description.txt │ └── v2.10 │ │ ├── Adaptec AHA1542CF ISA SCSI Controller - BIOS B_7600.bin │ │ └── Adaptec AHA1542CF ISA SCSI Controller - Microcode M_4B81.bin ├── AHA-2842A │ └── Adaptec AHA2842 VLB SCSI Controller BIOS 3FEC.bin └── AHA-2940AU │ ├── Adaptec AHA2940AU PCI SCSI Card.bin │ └── scsi.AHA-2940AU.bin ├── Apple 401 Color Plotter ├── Apple 401 Plotter.md ├── B9801YL.bin ├── B9801YM.bin ├── B9801YN.bin ├── NOTES.md ├── ROM.bin ├── apple410.py ├── moore.py ├── plot_to_svg.py └── test_extractor.py ├── Archy ├── README.md ├── archy-3-v.11.11-3.31.86.bin ├── archy-4-v.11.11-3.31.86.bin └── v11.00 │ ├── arch-1.bin │ ├── arch-2.bin │ ├── arch-3.bin │ ├── arch-4.bin │ └── arch-full.bin ├── Commodore ├── Amiga │ └── oktagon2008_rev7_rom6.8.u17.bin └── C64 │ ├── c64-char-rom.bin │ ├── c64-rom-1.bin │ └── c64-rom-2.bin ├── Compaq Portable III ├── 106778-002.bin ├── 106779-002.bin └── combined.bin ├── Cummins 4201 ├── 020-4023-27 HI.bin ├── 020-4023-27 LO.bin └── 020-4023-27.bin ├── Gilderfluke ├── chip1.bin ├── chip1.hex ├── chip1.png ├── chip2.bin ├── chip2.hex └── chip2.png ├── HD_data ├── README.txt └── hd_eeprom.bin ├── Hayes └── hayes-04-00001-1.4.bin ├── Jamma ├── descr.txt └── rom.bin ├── LED-scroller ├── HEBREW.20.D400.D40-2.bin ├── HEBREW.20.D400.D40-2.hex ├── HEBREW.20.D400.D40-2.png ├── HEBREW.20.D400.D40.bin ├── HEBREW.20.D400.D40.hex ├── HEBREW.20.D400.D40.png └── bin2png.py ├── Minitel └── 10051.bin ├── Misc ├── CX03-0.bin ├── DEC-DE201.bin ├── VSI0238.bin └── VSI0239.bin ├── Motorola └── PowerStack II │ ├── description.txt │ └── motorola_powerstack2_PROM.bin ├── Osbourne 1 ├── OsbourneOne.ttf ├── bios.bin ├── char_rom.bin ├── eprom-font.bdf ├── eprom-font.png └── font-extract.py ├── Roland_plotter ├── README.md ├── RolandDG_R15179881_LH2357H9_8943B.BIN ├── RolandDG_R15179881_LH2357H9_8943B.asm ├── RolandDG_R15209223_LH53140H_8949E.BIN ├── RolandDG_R15209223_LH53140H_8949E.asm └── notes.txt ├── SWC00046 ├── Readme.md ├── SWC00046.mp3 ├── snd1.raw └── snd2.raw ├── Sinclair ZX81 └── ROM.bin ├── SpeedSTAR ├── SpeedSTAR_VGA_DBIOS-H_4.24.bin ├── SpeedSTAR_VGA_DBIOS-L_4.24.bin └── SpeedSTAR_VGA_DBIOS_4.24.bin ├── TRS-80_model100 ├── eprom-font.bdf ├── font-extract.py └── trs80.bin ├── Trident ├── Trident TVGA8900C (S27C256).bin └── Trident TVGA9000B (u8).bin ├── Tseng ├── ET3000AX │ ├── Tseng ET3000AX ISA VGA-VGA Sync ROM.bin │ └── Tseng ET3000AX ISA VGA-VGA ULTRA.bin ├── ET4000-W32 (TSVGA 9020-12) │ └── TSVGA 9020-12 ET4000 ISA VGA.bin ├── ET4000-W32P │ └── ET4K_W32.BIN ├── ET4000-W32i │ └── tseng.u41.bin └── ET6000 │ ├── BIOS_v0.16.BIN │ └── BIOS_v0.26.BIN ├── Vending Machines ├── 937-30001-vending.bin └── AP-110-rev-W-vending.bin ├── Veriphone Tranz 330 └── 11233-163.3E2EU370 ├── Waters W600E ├── MANIFEST.md ├── Waters600E.ttf ├── chip1.bin ├── chip2.bin ├── chip3.bin ├── cvis1.png ├── cvis2.png ├── cvis3.png ├── eeprom_read │ └── eeprom_read.pde ├── eprom-font.bdf ├── eprom-font.bin ├── eprom-font.c ├── eprom-font.png ├── font-extract.py └── labels.jpg ├── console ├── VS12919.bin └── VS12920.bin ├── fonts └── bdf2tf.py ├── i486_bios ├── G4_HI_V.0.10_G17-2.bin ├── G4_LO_V.0.10_G17-2.bin └── G4_V.0.10_G17-2.bin ├── mj ├── U25.bin └── U26.bin └── tools ├── TODO ├── bin2png.py ├── eeprom_read └── eeprom_read.pde ├── font-pull.py ├── gank-candidates.py ├── hex2bin.py ├── interleave.py ├── mainwindow.py ├── mainwindow.ui ├── rom-explorer.py ├── romexp2 ├── Cargo.toml └── src │ ├── fs.glsl │ ├── main.rs │ └── vs.glsl ├── romexp3 ├── Cargo.toml └── src │ └── main.rs ├── soic8_read └── soic8_read.ino ├── todo.txt └── unpackbits.py /AD2839NC-rev2/N3-485-U5-5930.Version.01.02.19.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/AD2839NC-rev2/N3-485-U5-5930.Version.01.02.19.bin -------------------------------------------------------------------------------- /AD2839NC-rev2/N3-485-U5-5930.Version.01.02.19.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/AD2839NC-rev2/N3-485-U5-5930.Version.01.02.19.hex -------------------------------------------------------------------------------- /AD2839NC-rev2/N3-485-U5-5930.Version.01.02.19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/AD2839NC-rev2/N3-485-U5-5930.Version.01.02.19.png -------------------------------------------------------------------------------- /AD2839NC-rev2/STD-N3-U19-6EC6.Version.08.03.17.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/AD2839NC-rev2/STD-N3-U19-6EC6.Version.08.03.17.bin -------------------------------------------------------------------------------- /AD2839NC-rev2/STD-N3-U19-6EC6.Version.08.03.17.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/AD2839NC-rev2/STD-N3-U19-6EC6.Version.08.03.17.hex -------------------------------------------------------------------------------- /AD2839NC-rev2/STD-N3-U19-6EC6.Version.08.03.17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/AD2839NC-rev2/STD-N3-U19-6EC6.Version.08.03.17.png -------------------------------------------------------------------------------- /AD2839NC-rev2/addr-diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/AD2839NC-rev2/addr-diff.py -------------------------------------------------------------------------------- /AMS Scroller/AMS-font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/AMS Scroller/AMS-font.png -------------------------------------------------------------------------------- /AMS Scroller/AMS_1026-6001K.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/AMS Scroller/AMS_1026-6001K.bin -------------------------------------------------------------------------------- /AMS Scroller/AMS_1026-6001K.d52: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/AMS Scroller/AMS_1026-6001K.d52 -------------------------------------------------------------------------------- /AXP-EL+/V2.24-Combined: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/AXP-EL+/V2.24-Combined -------------------------------------------------------------------------------- /AXP-EL+/V2.24E.03_93: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/AXP-EL+/V2.24E.03_93 -------------------------------------------------------------------------------- /AXP-EL+/V2.24O.03_93: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/AXP-EL+/V2.24O.03_93 -------------------------------------------------------------------------------- /Adaptec/AHA-1542B/B_BC00 - M_FC8A/Adaptec AHA1542B ISA SCSI Controller - BIOS B_BC00.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Adaptec/AHA-1542B/B_BC00 - M_FC8A/Adaptec AHA1542B ISA SCSI Controller - BIOS B_BC00.bin -------------------------------------------------------------------------------- /Adaptec/AHA-1542B/B_BC00 - M_FC8A/Adaptec AHA1542B ISA SCSI Controller - Microcode M_FC8A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Adaptec/AHA-1542B/B_BC00 - M_FC8A/Adaptec AHA1542B ISA SCSI Controller - Microcode M_FC8A.bin -------------------------------------------------------------------------------- /Adaptec/AHA-1542B/B_BD00 - M_3054/Adaptec AHA1542B ISA SCSI Controller BIOS B_BD00.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Adaptec/AHA-1542B/B_BD00 - M_3054/Adaptec AHA1542B ISA SCSI Controller BIOS B_BD00.bin -------------------------------------------------------------------------------- /Adaptec/AHA-1542B/B_BD00 - M_3054/Adaptec AHA1542B ISA SCSI Controller Microcode M_3054.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Adaptec/AHA-1542B/B_BD00 - M_3054/Adaptec AHA1542B ISA SCSI Controller Microcode M_3054.bin -------------------------------------------------------------------------------- /Adaptec/AHA-1542CF/v2.01/553601-00.u16.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Adaptec/AHA-1542CF/v2.01/553601-00.u16.bin -------------------------------------------------------------------------------- /Adaptec/AHA-1542CF/v2.01/553801-00.u15.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Adaptec/AHA-1542CF/v2.01/553801-00.u15.bin -------------------------------------------------------------------------------- /Adaptec/AHA-1542CF/v2.01/description.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Adaptec/AHA-1542CF/v2.01/description.txt -------------------------------------------------------------------------------- /Adaptec/AHA-1542CF/v2.10/Adaptec AHA1542CF ISA SCSI Controller - BIOS B_7600.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Adaptec/AHA-1542CF/v2.10/Adaptec AHA1542CF ISA SCSI Controller - BIOS B_7600.bin -------------------------------------------------------------------------------- /Adaptec/AHA-1542CF/v2.10/Adaptec AHA1542CF ISA SCSI Controller - Microcode M_4B81.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Adaptec/AHA-1542CF/v2.10/Adaptec AHA1542CF ISA SCSI Controller - Microcode M_4B81.bin -------------------------------------------------------------------------------- /Adaptec/AHA-2842A/Adaptec AHA2842 VLB SCSI Controller BIOS 3FEC.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Adaptec/AHA-2842A/Adaptec AHA2842 VLB SCSI Controller BIOS 3FEC.bin -------------------------------------------------------------------------------- /Adaptec/AHA-2940AU/Adaptec AHA2940AU PCI SCSI Card.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Adaptec/AHA-2940AU/Adaptec AHA2940AU PCI SCSI Card.bin -------------------------------------------------------------------------------- /Adaptec/AHA-2940AU/scsi.AHA-2940AU.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Adaptec/AHA-2940AU/scsi.AHA-2940AU.bin -------------------------------------------------------------------------------- /Apple 401 Color Plotter/Apple 401 Plotter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Apple 401 Color Plotter/Apple 401 Plotter.md -------------------------------------------------------------------------------- /Apple 401 Color Plotter/B9801YL.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Apple 401 Color Plotter/B9801YL.bin -------------------------------------------------------------------------------- /Apple 401 Color Plotter/B9801YM.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Apple 401 Color Plotter/B9801YM.bin -------------------------------------------------------------------------------- /Apple 401 Color Plotter/B9801YN.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Apple 401 Color Plotter/B9801YN.bin -------------------------------------------------------------------------------- /Apple 401 Color Plotter/NOTES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Apple 401 Color Plotter/NOTES.md -------------------------------------------------------------------------------- /Apple 401 Color Plotter/ROM.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Apple 401 Color Plotter/ROM.bin -------------------------------------------------------------------------------- /Apple 401 Color Plotter/apple410.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Apple 401 Color Plotter/apple410.py -------------------------------------------------------------------------------- /Apple 401 Color Plotter/moore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Apple 401 Color Plotter/moore.py -------------------------------------------------------------------------------- /Apple 401 Color Plotter/plot_to_svg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Apple 401 Color Plotter/plot_to_svg.py -------------------------------------------------------------------------------- /Apple 401 Color Plotter/test_extractor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Apple 401 Color Plotter/test_extractor.py -------------------------------------------------------------------------------- /Archy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Archy/README.md -------------------------------------------------------------------------------- /Archy/archy-3-v.11.11-3.31.86.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Archy/archy-3-v.11.11-3.31.86.bin -------------------------------------------------------------------------------- /Archy/archy-4-v.11.11-3.31.86.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Archy/archy-4-v.11.11-3.31.86.bin -------------------------------------------------------------------------------- /Archy/v11.00/arch-1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Archy/v11.00/arch-1.bin -------------------------------------------------------------------------------- /Archy/v11.00/arch-2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Archy/v11.00/arch-2.bin -------------------------------------------------------------------------------- /Archy/v11.00/arch-3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Archy/v11.00/arch-3.bin -------------------------------------------------------------------------------- /Archy/v11.00/arch-4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Archy/v11.00/arch-4.bin -------------------------------------------------------------------------------- /Archy/v11.00/arch-full.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Archy/v11.00/arch-full.bin -------------------------------------------------------------------------------- /Commodore/Amiga/oktagon2008_rev7_rom6.8.u17.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Commodore/Amiga/oktagon2008_rev7_rom6.8.u17.bin -------------------------------------------------------------------------------- /Commodore/C64/c64-char-rom.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Commodore/C64/c64-char-rom.bin -------------------------------------------------------------------------------- /Commodore/C64/c64-rom-1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Commodore/C64/c64-rom-1.bin -------------------------------------------------------------------------------- /Commodore/C64/c64-rom-2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Commodore/C64/c64-rom-2.bin -------------------------------------------------------------------------------- /Compaq Portable III/106778-002.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Compaq Portable III/106778-002.bin -------------------------------------------------------------------------------- /Compaq Portable III/106779-002.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Compaq Portable III/106779-002.bin -------------------------------------------------------------------------------- /Compaq Portable III/combined.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Compaq Portable III/combined.bin -------------------------------------------------------------------------------- /Cummins 4201/020-4023-27 HI.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Cummins 4201/020-4023-27 HI.bin -------------------------------------------------------------------------------- /Cummins 4201/020-4023-27 LO.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Cummins 4201/020-4023-27 LO.bin -------------------------------------------------------------------------------- /Cummins 4201/020-4023-27.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Cummins 4201/020-4023-27.bin -------------------------------------------------------------------------------- /Gilderfluke/chip1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Gilderfluke/chip1.bin -------------------------------------------------------------------------------- /Gilderfluke/chip1.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Gilderfluke/chip1.hex -------------------------------------------------------------------------------- /Gilderfluke/chip1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Gilderfluke/chip1.png -------------------------------------------------------------------------------- /Gilderfluke/chip2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Gilderfluke/chip2.bin -------------------------------------------------------------------------------- /Gilderfluke/chip2.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Gilderfluke/chip2.hex -------------------------------------------------------------------------------- /Gilderfluke/chip2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Gilderfluke/chip2.png -------------------------------------------------------------------------------- /HD_data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/HD_data/README.txt -------------------------------------------------------------------------------- /HD_data/hd_eeprom.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/HD_data/hd_eeprom.bin -------------------------------------------------------------------------------- /Hayes/hayes-04-00001-1.4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Hayes/hayes-04-00001-1.4.bin -------------------------------------------------------------------------------- /Jamma/descr.txt: -------------------------------------------------------------------------------- 1 | From a board labelled "DS-M87052", no other markings on chip or elsewhere 2 | 3 | -------------------------------------------------------------------------------- /Jamma/rom.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Jamma/rom.bin -------------------------------------------------------------------------------- /LED-scroller/HEBREW.20.D400.D40-2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/LED-scroller/HEBREW.20.D400.D40-2.bin -------------------------------------------------------------------------------- /LED-scroller/HEBREW.20.D400.D40-2.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/LED-scroller/HEBREW.20.D400.D40-2.hex -------------------------------------------------------------------------------- /LED-scroller/HEBREW.20.D400.D40-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/LED-scroller/HEBREW.20.D400.D40-2.png -------------------------------------------------------------------------------- /LED-scroller/HEBREW.20.D400.D40.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/LED-scroller/HEBREW.20.D400.D40.bin -------------------------------------------------------------------------------- /LED-scroller/HEBREW.20.D400.D40.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/LED-scroller/HEBREW.20.D400.D40.hex -------------------------------------------------------------------------------- /LED-scroller/HEBREW.20.D400.D40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/LED-scroller/HEBREW.20.D400.D40.png -------------------------------------------------------------------------------- /LED-scroller/bin2png.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/LED-scroller/bin2png.py -------------------------------------------------------------------------------- /Minitel/10051.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Minitel/10051.bin -------------------------------------------------------------------------------- /Misc/CX03-0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Misc/CX03-0.bin -------------------------------------------------------------------------------- /Misc/DEC-DE201.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Misc/DEC-DE201.bin -------------------------------------------------------------------------------- /Misc/VSI0238.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Misc/VSI0238.bin -------------------------------------------------------------------------------- /Misc/VSI0239.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Misc/VSI0239.bin -------------------------------------------------------------------------------- /Motorola/PowerStack II/description.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Motorola/PowerStack II/description.txt -------------------------------------------------------------------------------- /Motorola/PowerStack II/motorola_powerstack2_PROM.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Motorola/PowerStack II/motorola_powerstack2_PROM.bin -------------------------------------------------------------------------------- /Osbourne 1/OsbourneOne.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Osbourne 1/OsbourneOne.ttf -------------------------------------------------------------------------------- /Osbourne 1/bios.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Osbourne 1/bios.bin -------------------------------------------------------------------------------- /Osbourne 1/char_rom.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Osbourne 1/char_rom.bin -------------------------------------------------------------------------------- /Osbourne 1/eprom-font.bdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Osbourne 1/eprom-font.bdf -------------------------------------------------------------------------------- /Osbourne 1/eprom-font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Osbourne 1/eprom-font.png -------------------------------------------------------------------------------- /Osbourne 1/font-extract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Osbourne 1/font-extract.py -------------------------------------------------------------------------------- /Roland_plotter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Roland_plotter/README.md -------------------------------------------------------------------------------- /Roland_plotter/RolandDG_R15179881_LH2357H9_8943B.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Roland_plotter/RolandDG_R15179881_LH2357H9_8943B.BIN -------------------------------------------------------------------------------- /Roland_plotter/RolandDG_R15179881_LH2357H9_8943B.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Roland_plotter/RolandDG_R15179881_LH2357H9_8943B.asm -------------------------------------------------------------------------------- /Roland_plotter/RolandDG_R15209223_LH53140H_8949E.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Roland_plotter/RolandDG_R15209223_LH53140H_8949E.BIN -------------------------------------------------------------------------------- /Roland_plotter/RolandDG_R15209223_LH53140H_8949E.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Roland_plotter/RolandDG_R15209223_LH53140H_8949E.asm -------------------------------------------------------------------------------- /Roland_plotter/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Roland_plotter/notes.txt -------------------------------------------------------------------------------- /SWC00046/Readme.md: -------------------------------------------------------------------------------- 1 | ROMs from an IGT Game King slot machine at my father-in-law's. Audio. 2 | -------------------------------------------------------------------------------- /SWC00046/SWC00046.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/SWC00046/SWC00046.mp3 -------------------------------------------------------------------------------- /SWC00046/snd1.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/SWC00046/snd1.raw -------------------------------------------------------------------------------- /SWC00046/snd2.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/SWC00046/snd2.raw -------------------------------------------------------------------------------- /Sinclair ZX81/ROM.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Sinclair ZX81/ROM.bin -------------------------------------------------------------------------------- /SpeedSTAR/SpeedSTAR_VGA_DBIOS-H_4.24.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/SpeedSTAR/SpeedSTAR_VGA_DBIOS-H_4.24.bin -------------------------------------------------------------------------------- /SpeedSTAR/SpeedSTAR_VGA_DBIOS-L_4.24.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/SpeedSTAR/SpeedSTAR_VGA_DBIOS-L_4.24.bin -------------------------------------------------------------------------------- /SpeedSTAR/SpeedSTAR_VGA_DBIOS_4.24.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/SpeedSTAR/SpeedSTAR_VGA_DBIOS_4.24.bin -------------------------------------------------------------------------------- /TRS-80_model100/eprom-font.bdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/TRS-80_model100/eprom-font.bdf -------------------------------------------------------------------------------- /TRS-80_model100/font-extract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/TRS-80_model100/font-extract.py -------------------------------------------------------------------------------- /TRS-80_model100/trs80.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/TRS-80_model100/trs80.bin -------------------------------------------------------------------------------- /Trident/Trident TVGA8900C (S27C256).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Trident/Trident TVGA8900C (S27C256).bin -------------------------------------------------------------------------------- /Trident/Trident TVGA9000B (u8).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Trident/Trident TVGA9000B (u8).bin -------------------------------------------------------------------------------- /Tseng/ET3000AX/Tseng ET3000AX ISA VGA-VGA Sync ROM.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Tseng/ET3000AX/Tseng ET3000AX ISA VGA-VGA Sync ROM.bin -------------------------------------------------------------------------------- /Tseng/ET3000AX/Tseng ET3000AX ISA VGA-VGA ULTRA.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Tseng/ET3000AX/Tseng ET3000AX ISA VGA-VGA ULTRA.bin -------------------------------------------------------------------------------- /Tseng/ET4000-W32 (TSVGA 9020-12)/TSVGA 9020-12 ET4000 ISA VGA.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Tseng/ET4000-W32 (TSVGA 9020-12)/TSVGA 9020-12 ET4000 ISA VGA.bin -------------------------------------------------------------------------------- /Tseng/ET4000-W32P/ET4K_W32.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Tseng/ET4000-W32P/ET4K_W32.BIN -------------------------------------------------------------------------------- /Tseng/ET4000-W32i/tseng.u41.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Tseng/ET4000-W32i/tseng.u41.bin -------------------------------------------------------------------------------- /Tseng/ET6000/BIOS_v0.16.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Tseng/ET6000/BIOS_v0.16.BIN -------------------------------------------------------------------------------- /Tseng/ET6000/BIOS_v0.26.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Tseng/ET6000/BIOS_v0.26.BIN -------------------------------------------------------------------------------- /Vending Machines/937-30001-vending.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Vending Machines/937-30001-vending.bin -------------------------------------------------------------------------------- /Vending Machines/AP-110-rev-W-vending.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Vending Machines/AP-110-rev-W-vending.bin -------------------------------------------------------------------------------- /Veriphone Tranz 330/11233-163.3E2EU370: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Veriphone Tranz 330/11233-163.3E2EU370 -------------------------------------------------------------------------------- /Waters W600E/MANIFEST.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Waters W600E/MANIFEST.md -------------------------------------------------------------------------------- /Waters W600E/Waters600E.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Waters W600E/Waters600E.ttf -------------------------------------------------------------------------------- /Waters W600E/chip1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Waters W600E/chip1.bin -------------------------------------------------------------------------------- /Waters W600E/chip2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Waters W600E/chip2.bin -------------------------------------------------------------------------------- /Waters W600E/chip3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Waters W600E/chip3.bin -------------------------------------------------------------------------------- /Waters W600E/cvis1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Waters W600E/cvis1.png -------------------------------------------------------------------------------- /Waters W600E/cvis2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Waters W600E/cvis2.png -------------------------------------------------------------------------------- /Waters W600E/cvis3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Waters W600E/cvis3.png -------------------------------------------------------------------------------- /Waters W600E/eeprom_read/eeprom_read.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Waters W600E/eeprom_read/eeprom_read.pde -------------------------------------------------------------------------------- /Waters W600E/eprom-font.bdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Waters W600E/eprom-font.bdf -------------------------------------------------------------------------------- /Waters W600E/eprom-font.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Waters W600E/eprom-font.bin -------------------------------------------------------------------------------- /Waters W600E/eprom-font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Waters W600E/eprom-font.c -------------------------------------------------------------------------------- /Waters W600E/eprom-font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Waters W600E/eprom-font.png -------------------------------------------------------------------------------- /Waters W600E/font-extract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Waters W600E/font-extract.py -------------------------------------------------------------------------------- /Waters W600E/labels.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/Waters W600E/labels.jpg -------------------------------------------------------------------------------- /console/VS12919.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/console/VS12919.bin -------------------------------------------------------------------------------- /console/VS12920.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/console/VS12920.bin -------------------------------------------------------------------------------- /fonts/bdf2tf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/fonts/bdf2tf.py -------------------------------------------------------------------------------- /i486_bios/G4_HI_V.0.10_G17-2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/i486_bios/G4_HI_V.0.10_G17-2.bin -------------------------------------------------------------------------------- /i486_bios/G4_LO_V.0.10_G17-2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/i486_bios/G4_LO_V.0.10_G17-2.bin -------------------------------------------------------------------------------- /i486_bios/G4_V.0.10_G17-2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/i486_bios/G4_V.0.10_G17-2.bin -------------------------------------------------------------------------------- /mj/U25.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/mj/U25.bin -------------------------------------------------------------------------------- /mj/U26.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/mj/U26.bin -------------------------------------------------------------------------------- /tools/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/tools/TODO -------------------------------------------------------------------------------- /tools/bin2png.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/tools/bin2png.py -------------------------------------------------------------------------------- /tools/eeprom_read/eeprom_read.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/tools/eeprom_read/eeprom_read.pde -------------------------------------------------------------------------------- /tools/font-pull.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/tools/font-pull.py -------------------------------------------------------------------------------- /tools/gank-candidates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/tools/gank-candidates.py -------------------------------------------------------------------------------- /tools/hex2bin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/tools/hex2bin.py -------------------------------------------------------------------------------- /tools/interleave.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/tools/interleave.py -------------------------------------------------------------------------------- /tools/mainwindow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/tools/mainwindow.py -------------------------------------------------------------------------------- /tools/mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/tools/mainwindow.ui -------------------------------------------------------------------------------- /tools/rom-explorer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/tools/rom-explorer.py -------------------------------------------------------------------------------- /tools/romexp2/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/tools/romexp2/Cargo.toml -------------------------------------------------------------------------------- /tools/romexp2/src/fs.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/tools/romexp2/src/fs.glsl -------------------------------------------------------------------------------- /tools/romexp2/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/tools/romexp2/src/main.rs -------------------------------------------------------------------------------- /tools/romexp2/src/vs.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/tools/romexp2/src/vs.glsl -------------------------------------------------------------------------------- /tools/romexp3/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/tools/romexp3/Cargo.toml -------------------------------------------------------------------------------- /tools/romexp3/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/tools/romexp3/src/main.rs -------------------------------------------------------------------------------- /tools/soic8_read/soic8_read.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/tools/soic8_read/soic8_read.ino -------------------------------------------------------------------------------- /tools/todo.txt: -------------------------------------------------------------------------------- 1 | Pixel-over location 2 | -------------------------------------------------------------------------------- /tools/unpackbits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phooky/PROM/HEAD/tools/unpackbits.py --------------------------------------------------------------------------------