I love the hard drive sound emulation! I find that modern restorations of vintage hardware using SD cards to emulate drives are missing an important part of the nostalgic experience when they just start up completely silently.
FPGA Based IBM-PC-XT
21–30 of 54 posts
Re: FPGA Based IBM-PC-XT
#22I love the hard drive sound emulation! I find that modern restorations of vintage hardware using SD cards to emulate drives are missing an important part of the nostalgic experience when they just start up completely silently.
The floppy disk usually made this straight up honking noise . I had a V20, but at 10Mhz. Never had a problem, except for formatting floppies. The V20 has a few tricks up it's sleeve, with a few less clock cycles on some instructions, and a Z80 mode to run cpm. But,the real trick was to put real IBM roms in a clone board and run Xenix. When the clone roms are back in it still booted. Helped a lot to have a 2:1 Rll con…
Re: FPGA Based IBM-PC-XT
#23Re: FPGA Based IBM-PC-XT
#24What was the most surprising timing constraint you had to meet for the V20 bus controller? The 8088's multiclock cycles were always under specified in original datasheets and I'm curious what reality looked like.
Re: FPGA Based IBM-PC-XT
#25Looks nice, but there's no license. Can't do a thing with this.
Re: FPGA Based IBM-PC-XT
#26The title is a bit misleading; it's running on an 8088-compatible CPU, and a 1 megabyte SRAM, with the FPGA containing the display adapter and drive controller, as well as the glue logic.
In contrast, here's a whole 486-class PC compatible on an FPGA: https://github.com/alfikpl/ao486
Re: FPGA Based IBM-PC-XT
#27Re: FPGA Based IBM-PC-XT
#28There is 32MB of SDRAM on the FPGA board.... I wonder exactly what using 1MB of that as the system memory would have entailed instead of the separate 1MB SRAM chip that had to be soldered. Was using the extra SRAM chip just done just to do it, or is there a specific reason there that I'm not seeing/understanding...
Re: FPGA Based IBM-PC-XT
#29Re: FPGA Based IBM-PC-XT
#30Earlier quoted context omitted.
The floppy disk usually made this straight up honking noise . I had a V20, but at 10Mhz. Never had a problem, except for formatting floppies. The V20 has a few tricks up it's sleeve, with a few less clock cycles on some instructions, and a Z80 mode to run cpm. But,the real trick was to put real IBM roms in a clone board and run Xenix. When the clone roms are back in it still booted. Helped a lot to have a 2:1 Rll con…
Why original IBM BIOS was requried for Xenix?!