VOGONS

Common searches


Search results

Display options

Re: Say "Hi!" to the Renovation SSI-2001!

Then I would suggest to make a smaller order: 3 PCBs at Aisler; because the SIDs will be expensive. The RCA jacks will have to be found (where?) and the 558 -- which we could leave out for the time being, since it would be a beta test. So you never built the card? The RCA jacks, NE556 in SSOP14 …

Re: Say "Hi!" to the Renovation SSI-2001!

Incidentally: Would someone be willing to take part in an order of ~10 PCBs for the Renovation 2001, which is up on github? I could be persuaded to order PCBs, Mouser parts and NE558s. For the SID: people need to supply their own SID, or optionally I would try to get ahold of some SwinSIDs (~15-20 …

Re: Say "Hi!" to the Renovation SSI-2001!

i`m really interested into the software part, a opensource sid emulation core for stm32 would be really great :) Well, as mentioned before, the synthesizer part of the emulation core already exists and the author has apparently published it under GPL 3 license: STM32-SID-PLAYER . Adding bus …

Re: Say "Hi!" to the Renovation SSI-2001!

After some rearrangements of the SMD passives I have found enough space for a bypass capacitor for the 12V line. These rearrangements also allowed me to further minimize the visible differences. There's still four additional traces on the back side of the board, but they are now much shorter and do …

Re: TNDLPT : Tandy Sound on parallel port

I am mostly interested in the sequence of instructions that is equivalent to "out 0c0h,al" on a Tandy, because that is presumably the biggest difference. The equivalent is something like this: int lpt_stat = lpt_port + 1; int lpt_ctrl = lpt_port + 2; outp(lpt_port, cmd_byte); outp(lpt_ctrl, 0x0C); …

Re: Connecting 2 soundcards to one speaker

You can also build a passive mixer to prevent the cards from driving each others low impedance outputs. The basic idea is that you add series resistors to all outputs before you join them. Because it's just one or two resistors (mono or stereo) per output, you could technically hide them inside the …

Re: Say "Hi!" to the Renovation SSI-2001!

Okay, interesting way of programming the STM32 :) Regarding the bracket: Having not to drill would be a nice option. I did drill a bunch of blank Keystone brackets for the Adlib clone, but having a standard bracket would be even cooler. Any chance of supporting the above 9204 bracket? Yeah, but …

Re: Say "Hi!" to the Renovation SSI-2001!

By the way: The RCA jack that is not present in the rendered pictures is a KLPX-0848A-2-B by Kycon. Filename RCA_jack.jpg File size 41.2 KiB Views 2973 views It is very similar to the RCA jack on the original card and at the same time the cheapest 90° RCA jack Mouser has on offer, which makes it …

Re: Question about Sierra's EGA640.DRV dithering

Apparently the ATI Graphics Solution supports a 640x200x16 graphics mode as well. https://www.vogons.org/viewtopic.php?p=830669#p830669 Yes, it does. And that mode has the most awkward memory layout I have ever seen: It has a red/green page and a blue/intensity page, just like Plantronics mode, and …

Re: Question about Sierra's EGA640.DRV dithering

I still don't understand it completely. So in mode 13h, pixels were non-square, and they appeared to be "higher". However 640x00 EGA mode doubles the width, not the height, so I don't see how the technique you described works in this scenario. What am I missing? 640x200 doubles the width of the …

Page 21 of 29