Search found 327 matches
- Fri Oct 02, 2020 5:44 pm
- Forum: PCjr Hardware
- Topic: jr-IDE C4, C9 & C11 voltage rating?
- Replies: 3
- Views: 727
Re: jr-IDE C4, C9 & C11 voltage rating?
Anything ceramic and 10V or higher. I recommend using temp types X7R, X5R, or C0G/NP0.
- Thu Aug 13, 2020 8:50 pm
- Forum: PCjr Software
- Topic: Patching IBM DOS 5 for the PCjr
- Replies: 51
- Views: 57965
Re: Patching IBM DOS 5 for the PCjr
The only time I was able to successfully boot 6.22 is when I completely replaced the first 128K visible to the CPU with off-board memory and gave all the 128K on-board exclusively to the video gate array. But this isn't easy to do and breaks all sorts of software including the JR's own video BIOS. Y...
- Tue Jul 28, 2020 12:31 pm
- Forum: PCjr Hardware
- Topic: 64K Memory and Display Expansion Replacement Project
- Replies: 10
- Views: 2649
Re: 64K Memory and Display Expansion Replacement Project
Did any of that make any sense?
- Sat Jul 18, 2020 7:23 pm
- Forum: PCjr Hardware
- Topic: 64K Memory and Display Expansion Replacement Project
- Replies: 10
- Views: 2649
Re: 64K Memory and Display Expansion Replacement Project
The short answer is 'sort of'. I've modified my board to remove the 2Kbit 24S18 decode ROM at ZM56 and replaced it with a 22V10 PAL. It has the responsibility of generating memory related chip-selects on 32K boundaries for the Video Gate Array (VGA), cartridge slots, side-car connector, and all of t...
- Tue Jul 07, 2020 2:57 pm
- Forum: PCjr General Discussion
- Topic: Max number of side car addons
- Replies: 21
- Views: 11769
Re: Max number of side car addons
I'm pretty sure there are no issues with Akbkuku's design as far as capacity. You'd have to check the data sheet of the PicoPSU you install to make sure it's per rail limits are not being exceeded. I'd imaging any ATX PSU has crazy high limits for 3.3V but it might have a significantly lower limit t...
- Tue Jun 09, 2020 11:09 am
- Forum: Programming
- Topic: GPS project
- Replies: 29
- Views: 14879
Re: GPS project
Just correcting my math:alanh wrote:For example, 5% duty would be 14318181 - (75 * .05) Hz, where a 95% duty would be 14318181 + (75 * .95) Hz.
5% duty would be 14318181 - (75 * 14.31 * .95) Hz (, where a 95% duty would be 14318181 + (75 * 14.31 * .95) Hz.
So 14317161 MHz (5%) to 14319212 MHz (95%)
- Mon Jun 08, 2020 6:05 pm
- Forum: Programming
- Topic: GPS project
- Replies: 29
- Views: 14879
Re: GPS project
What part of 'dead on balls accurate' is hard to understand? :) The cliff notes version is no local oscillator is 100.00000% accurate to the frequency printed on the can. You know this, hence the problem you are trying to solve with GPS. So get an oscillator with a +/- fine frequency adjustment. Cou...
- Mon Jun 08, 2020 11:14 am
- Forum: Programming
- Topic: GPS project
- Replies: 29
- Views: 14879
Re: GPS project
You silly software engineers and your 'code'. The 'proper' way to solve this is with a VCXO and three numerical counters. With something like an FPGA (or even CPLD), the logic is simple. Building one out of discrete logic is possible though, and might be a fun challenge for someone. The idea is you ...
- Tue Jun 02, 2020 10:10 pm
- Forum: PCjr General Discussion
- Topic: Terminal Into PCjr
- Replies: 14
- Views: 4564
Re: Terminal Into PCjr
Has anyone ever run Minix, early Coherent or QNX, PC/IX, Venix, ELKS, or Idris on a Jr? They all supported generic 8086/8088 systems at one point. Though impossible to offer memory protection or demand paging, the segmentation scheme does act a bit like a rudimentary MMU for 16-bit relocatable virtu...
- Sun May 24, 2020 12:31 am
- Forum: PCjr Hardware
- Topic: HxC floppy emulator
- Replies: 8
- Views: 2273
HxC floppy emulator
Just curious what the success rate has been with these on a Jr. I only have the PIC18 based SD card version. But I have not been able to get any image to boot - either 720K or 360K. I've tried 300 and 360 rpm for both with the standard 9 spt, 2 heads, 250 Kbps, and 40/80 tracks for 5.25/3.5 respecti...