VOGONS


List of open-source PC hardware projects

Topic actions

Reply 140 of 160, by bloodbath2you

User metadata
Rank Newbie
Rank
Newbie

Any cirrus logic gd542x isa/vlb project around?

Reply 142 of 160, by BitWrangler

User metadata
Rank l33t++
Rank
l33t++

Beut, I've got a feeling I've got a salvageable CL chip on an otherwise screwed up NEC powermate motherboard.

Unicorn herding operations are proceeding, but all the totes of hens teeth and barrels of rocking horse poop give them plenty of hiding spots.

Reply 145 of 160, by weedeewee

User metadata
Rank l33t
Rank
l33t

Came across this little Project

https://boginjr.com/it/hw/winchesterduino/
Arduino MFM/RLL hard drive interface

Right to repair is fundamental. You own it, you're allowed to fix it.
How To Ask Questions The Smart Way
Do not ask Why !
https://www.vogonswiki.com/index.php/Serial_port

Reply 149 of 160, by BleedCap

User metadata
Rank Newbie
Rank
Newbie

I don't know if this already posted here or not.

https://github.com/slobworks/sisyphus
ESS Solo-1 (ES1938S) based PCI audio card

The attachment sisyphus_pci.png is no longer available

Reply 150 of 160, by youxiaojie

User metadata
Rank Newbie
Rank
Newbie

is there any opensource interpose for am5x86 or am486-100 to convert qfp to pga?

Reply 152 of 160, by digger

User metadata
Rank Oldbie
Rank
Oldbie

Please add the Picovox project to this list.

It is a device built on top of Raspberry Pi Pico 2 capable of simulating not only Covox, but many more sound devices intended for the LPT port. As of now there is at least partial support for Covox, FTL sound adapter, Stereo-on-1, Disney Sound Source and OPL2LPT, with support for at least CMSLPT and TNDLPT planned.
[..]
Since this device is basically Pico 2 connected to the LPT port, we may add support for more features. Support for (emulating) Digispeech DS311 and DS301 devices, MP3 playback by sending raw data over the LPT port, and even some non-audio features such as printer emulation with saving PDFs.

It's in early stages and no sources or designs have been published yet, but @jansakos has stated that he intends to do so, once some of the basic features have been implemented.

Reply 153 of 160, by itsemast

User metadata
Rank Newbie
Rank
Newbie

There used to be a project called RTVGA, an 8-bit ISA VGA card built with RTG3105iEH.

The source (presumably KiCad) was in this repository: https://github.com/spark2k06/hardware/ (now gone).

Mentioned in these threads: Re: Arrived ISA 8 bit RTVGA boards and Re: RTVGA 8 bits on PC/104 socket and converter to ISA with MonochromeVGA.

Anyone has archived the source?

Reply 156 of 160, by kwyjibo

User metadata
Rank Newbie
Rank
Newbie

This is promising:

https://maniek86.xyz/projects/m8sbc_486.php

SBC for a 486 with a FPGA chipset implementation... Not yet fully PC compatible but I think it is a good start.

Reply 157 of 160, by RayeR

User metadata
Rank Oldbie
Rank
Oldbie

Unfortunatelly with one significant drawback: "The main things missing here are the secondary PIC and DMA. However, based on my tests on this board, many programs can work without these. The missing DMA especially removes sound card support." Maybe he could implement it in FGPA?

Gigabyte GA-P67-DS3-B3, Core i7-2600K @4,5GHz, 8GB DDR3, 128GB SSD, GTX970(GF7900GT), SB Audigy + YMF724F + DreamBlaster combo + LPC2ISA

Reply 158 of 160, by SergeK

User metadata
Rank Newbie
Rank
Newbie
oso2k wrote on 2023-03-03, 02:43:

There's 386 replica motherboard project now - https://github.com/Marco-Both/M396F-Replika

My improved open source 386SX/486SLC/486SXLC motherboard based on this design: https://github.com/skiselev/mb386sx-rc2016

BTW, I am curious. I see that several people including Marco Both and matt1187 license their work under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
What is the rationale there? Is it to avoid some kind of legal issues? (e.g., liability or responsibilities for standard compliance for commercial use?) Or is it just to prevent others from making money using open hardware designs?

I tend to license my open source hardware under CERN Open Hardware strongly reciprocal license (CERN-OHL-S). It does give permission for others to manufacture and sell my designs, but (hopefully) requires the modifications to my designs to be also similarly licensed, and be available in an open-source format.
I don't mind if someone else makes and sells my designs. I am not making money on them anyway. But it does help with the availability.
Of course, even with non-commercial licenses, some people will still manufacture and sell open source hardware projects...

Reply 159 of 160, by digger

User metadata
Rank Oldbie
Rank
Oldbie
RayeR wrote on 2026-01-12, 17:24:

Unfortunatelly with one significant drawback: "The main things missing here are the secondary PIC and DMA. However, based on my tests on this board, many programs can work without these. The missing DMA especially removes sound card support." Maybe he could implement it in FGPA?

Alternatively, this might be solved in software with a fork of SBEMU that outputs to an LPT DAC (or a similiar direct I/O device that does not require DMA), and emulates only the DAC part of a Sound Blaster, leaving the FM synthesis to be handled by an actual OPL2 or OPL3 device. Since such a hypthetical variant of SBEMU wouldn't have to emulate an OPL2 or OPL3 synthesizer in software, it should (in theory) be fast enough to run on a 486 and add Sound Blaster compatibility to both real mode and protected mode games without any significant CPU overhead.