Search results

  1. Tashtari

    Mac SE ADB Controller

    Yup, that looks right. Try the hex file I attached earlier, though, I'm hoping that will answer some questions...
  2. Tashtari

    Mac SE ADB Controller

    Well, the configuration registers are outside the normal program memory space for the PIC, there's probably some special way of looking at them in your programmer's app. Not sure what it might be because I've never used the official app for the TL866+...
  3. Tashtari

    Mac SE ADB Controller

    Address 0x2007 should be 0x3F30, address 0x2008 should be 0x3FFC.
  4. Tashtari

    Mac SE ADB Controller

    I'm still thinking a quirk of the timing is the most likely cause... as before, there's very little else it could be. Looking at the configuration register bits for the PIC16F87/88, if the TL866/T48 somehow didn't program them (left them all set to 1), it seems like the PIC would never work at...
  5. Tashtari

    Calling all owners of rare ADB devices!

    I can send it to you once I'm done with it.
  6. Tashtari

    Calling all owners of rare ADB devices!

    Thanks for the offer! Email sent.
  7. Tashtari

    Mac SE ADB Controller

    That is hard to explain. I have to imagine it's something to do with the different clock speed of my port... maybe there's a change in the characteristics of the PIC's internal RC oscillator as it warms up that starts outside of spec and gradually moves into spec? That's just a guess, though...
  8. Tashtari

    TashRouter: An AppleTalk Router

    Interesting. This doesn't point to a load issue, I don't think. This could still be an issue with TashRouter, but it might also be an issue with someone on the network creating an illegal packet and TashRouter gagging on it. TashRouter really should just discard the packet and keep on...
  9. Tashtari

    TashRecorder: a Farallon MacRecorder compatible clone

    Just a little straw poll, who would be interested in a US-side (other parts of the world can play too, but with international shipping) run of kits for TashRecorder? I apparently bought ten of the op amps at some point but didn't follow through and I'm not sure what else I'd do with them...
  10. Tashtari

    TashTalk: Single-Chip LocalTalk Interface

    TashTalk hat kits came and went quickly... I'm working on getting them stocked elsewhere so you all don't have to depend on me having spare time. Will update as soon as I have news. Also, I made a small addition to the TashTalk repo that I thought might be worth a mention - a simple program...
  11. Tashtari

    TashTalk: Single-Chip LocalTalk Interface

    It took me a lot longer to do this than I said it would, but I finally got the time and spoons and plastic sandwich bags together aaaaand... TashTalk hat kits are back in stock! Get 'em while they're hot! (Get some other stuff too, maybe?) https://ko-fi.com/tashtari/shop
  12. Tashtari

    TashPad: Super Nintendo to Gravis GamePad ADB Converter

    Nice builds! I don't mind you forking the repo, but you're also welcome to contribute your design to the existing one (maybe add a folder called "pcb-smt" in the root directory and put the files in there).
  13. Tashtari

    Reverse Engineer the PowerKey by Sophisticated Circuits?

    There's a cdev that hooks shutdown and sends a signal to the PowerKey to power off immediately, it's all automatic.
  14. Tashtari

    Lindy mouse

    Interesting, this same setup only works with the NeXT mouse, not with any other two-button mice you tried?
  15. Tashtari

    Just got a Macintosh 512k and I have some questions

    Glad to hear it's working! If it's booting off your TashTwenty, it's been upgraded to a 512ke, the 512k-without-the-e requires a floppy. Not sure what CayMac is providing on their SD cards (assuming you're using the one that it came with) but it certainly could have two partitions, with the...
  16. Tashtari

    TashRouter: An AppleTalk Router

    Cool stuff! It was on my list to make a pcap driver but never got around to it.
  17. Tashtari

    Netatalk 4.0 - Future-proofing Apple File Sharing

    I've got one on one of my many back burners, working title TashNode. The architecture is sort of like inetd, except that instead of plain text, a chain of processes communicates up and down using a simple TLV (type, length, value) protocol. I was going to explain this further but I realized I...
  18. Tashtari

    Just got a Macintosh 512k and I have some questions

    All known TashTwenty-based products and where to get them are listed on the project's github: https://github.com/lampmerchant/tashtwenty#pcbs-and-products Not to dissuade you from buying from me, but to do so is a bit DIY at the moment. =) I only have naked PCBs and programmed chips for sale...
  19. Tashtari

    TashTalk: Single-Chip LocalTalk Interface

    All versions of TashTalk require CTS to function correctly, not just 1.x. It's certainly worth checking if you suspect it, as overflow or underflow of the receive buffer can result in all sorts of weird behaviors.
  20. Tashtari

    TashTalk: Single-Chip LocalTalk Interface

    It doesn't, unfortunately - low-voltage programming requires that the RA3/!MCLR pin be used as !MCLR (reset), but TashTalk 1.x uses it as the LocalTalk input, so any PIC that has TashTalk 1.x on it will have low-voltage programming disabled (and it cannot be reenabled without use of a...
Back
Top