Added AT&T 6300 resources

This commit is contained in:
Jeff Parsons 2016-03-20 16:24:34 -07:00
commit c5b8b44da8
31 changed files with 724 additions and 17 deletions

View file

@ -0,0 +1,17 @@
---
layout: page
title: Zenith Data Systems Z-150 ROM BIOS
permalink: /devices/pc/rom/zenith/z150/
---
Zenith Data Systems Z-150 ROM BIOS
---
[BIOS-Z150-1988.json](BIOS-Z150-1988.json) is a JSON-encoded dump of ROM images (444-229-18.BIN and 444-260-18.BIN)
obtained from the [Vintage Computer Federation](http://www.vcfed.org/forum/showthread.php?32016-Wanted-Zenith-PC-XT-ROM-BIOS-files-with-DEBUGGER-Z-150-etc)
forum.
The dump was produced by concatenating the two 16Kb ROM images to produce a single 32Kb ROM image and then running
[FileDump](/modules/filedump/):
cat archive/444-260-18.BIN archive/444-229-18.BIN >archive/BIOS-Z150-1988.rom
filedump --file=archive/BIOS-Z150-1988.rom --output=BIOS-Z150-1988.json

View file

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<rom id="romBIOS" addr="0xf8000" size="0x8000" file="/devices/pc/rom/zenith/z150/Z150-1988.json"/>
<rom id="romBIOS" addr="0xf8000" size="0x8000" file="/devices/pc/rom/zenith/z150/BIOS-Z150-1988.json"/>