Search found 153 matches
- Wed Feb 23, 2022 6:32 am
- Forum: PCjr Hardware
- Topic: JrIDE and a CF card
- Replies: 8
- Views: 410
Re: JrIDE and a CF card
Booting to a DOS diskette (To be safe,always use the same DOS version as what was on the C: drive) and typing "fdisk /mbr" should be the 1st step in attempting to resurrect a non booting C: drive. It is quick, harmless and might get you out of a jam of having to re-install everything from ...
- Sat Feb 12, 2022 9:44 am
- Forum: Programming
- Topic: jr Cartridge EPROM Programing question
- Replies: 1
- Views: 84
Re: jr Cartridge EPROM Programing question
I'd say use Normal wherever you can. This is a single ROM image inside a single EEPROM, so there's no need to do any of the even/odd/first byte of n options, those would be used when there is a large amount of data spread across multiple chips. Unused bytes in an EEPROM should be FF which is the era...
- Sun Oct 17, 2021 9:00 am
- Forum: PCjr Software
- Topic: Kindercomp bad?
- Replies: 2
- Views: 1649
Re: Kindercomp bad?
a little necroposting around halloween is always appropriate... Just yesterday I got around to dumping my cartridge of kindercomp. I'm toying with adding it to my cartridge games on floppy disk, but haven't gotten to rebuilding the environment for working on that quite yet. I did however manage to c...
- Thu Jul 29, 2021 6:28 am
- Forum: PCjr Hardware
- Topic: jrIDE Rev B and a 2gb CF card
- Replies: 3
- Views: 1809
Re: jrIDE Rev B and a 2gb CF card
Sticking with DOS 2.10, although period accurate, is going to give you more headaches than it's worth, especially if you plan on using any kind of modern PC to transfer files. DOS 2.10 uses FAT12 which is why the max partition size for a hard disk is 32MB. With DOS 3.31 or higher, you can get FAT16 ...
- Wed May 19, 2021 6:17 am
- Forum: PCjr General Discussion
- Topic: PCjr spotted on the "Facts of Life" on Logo Network
- Replies: 1
- Views: 1049
Re: PCjr spotted on the "Facts of Life" on Logo Network
another PCjr spotting:
the newest netflix series "money explained" has someone in the art department using a cartoonish PCjr to represent computer activity.
It appears in a couple episodes.
the newest netflix series "money explained" has someone in the art department using a cartoonish PCjr to represent computer activity.
It appears in a couple episodes.
- Mon May 03, 2021 6:22 am
- Forum: PCjr General Discussion
- Topic: PCjr print media archival project files released
- Replies: 3
- Views: 1368
Re: PCjr print media archival project files released
I'm actually afraid to dig into this archive to see what's there. I won't come back out for weeks once I start!
Thank you friend.
Thank you friend.
- Wed Apr 28, 2021 6:11 am
- Forum: PCjr Software
- Topic: PC DOS 5 Editor
- Replies: 17
- Views: 9663
Re: PC DOS 5 Editor
Just typing out-loud here, but the keyboard fix this program performs could be added into the jrIDE BIOS as a permanent update. " This program makes the PCJr keyboard interrupt routine (INT 09h) compatible with the PC keyboard interrupt routine. The difference between the two is that the PC rou...
- Wed Mar 17, 2021 5:54 am
- Forum: PCjr Hardware
- Topic: jrIDE variants
- Replies: 2
- Views: 1851
Re: jrIDE variants
interesting! I claim "not it" on this. While I have provided the source for the original 0.11 release of the XTIDE BIOS to at least one other person, even I have no idea of what you changed to make it work on the jr.
- Mon Mar 01, 2021 5:55 am
- Forum: PCjr Hardware
- Topic: jrIDE BIOS - Any Updates
- Replies: 4
- Views: 2204
Re: jrIDE BIOS - Any Updates
Mike, would you have time to throw the code on github? It's time to open source it. The XT-IDE 0.11 source isn't current against whatever you've done for the PCjr, so I can't really help here.
It needs some deep cleaning first. I'll make the time to do that.
It needs some deep cleaning first. I'll make the time to do that.
- Mon Feb 15, 2021 7:12 am
- Forum: PCjr Software
- Topic: Need a Quick and Dirty Menu.bat
- Replies: 2
- Views: 1115
Re: Need a Quick and Dirty Menu.bat
Looks like the perfect opportunity for total DOS launcher:
https://github.com/MobyGamer/total-dos-launcher
works with DOS 2.1 and has all the features you need for a menu system, including a favorites list.
https://github.com/MobyGamer/total-dos-launcher
works with DOS 2.1 and has all the features you need for a menu system, including a favorites list.