Search results

  1. Tashtari

    ModTashtalk: lt0 driver for Linux

    Any news from this endeavor? It's been a while and I thought I might shake the tree...
  2. Tashtari

    Netatalk and userspace AppleTalk

    Starting a new thread so as not to derail the Netatalk 4.0 thread... How big a lift would it be to implement support for user-space AppleTalk in Netatalk? I'm thinking, I suppose, of a modular system along the lines of what TashRouter does, with modules for EtherTalk over tap, EtherTalk over...
  3. Tashtari

    In search of a mouse cursor - arrow with watch

    Ahah! Beautiful! Thanks for finding that. It would still be nice to find the arrow-with-watch cursor since this is for a non-animated busy cursor, but this is a period-authentic example and that's more important to me.
  4. Tashtari

    In search of a mouse cursor - arrow with watch

    Good thought. It's not in Word 6.0, though, I need to find and try some other versions...
  5. Tashtari

    In search of a mouse cursor - arrow with watch

    Thanks for the tip - unfortunately I looked through the downloads and couldn't find the cursor I was thinking of... nearest thing was an arrow with the stem cut off and replaced with a clock. This was a thing from an actual application somewhere. Nah, HyperCard mostly used a full-size...
  6. Tashtari

    In search of a mouse cursor - arrow with watch

    Does anyone remember having seen a piece of Mac software that had a semi-Windows style "working in background" cursor? That is, an arrow but with a small watch (or perhaps beachball) off to the right side of it. I could swear I've seen this somewhere but I can't remember where. I'm trying...
  7. Tashtari

    TashPad: Super Nintendo to Gravis GamePad ADB Converter

    Hm, I guess it must be the driver doing that, then. Possibly it's changing something it shouldn't, though I don't expect that that specifically would cause the keyboard behavior that @opualuan is seeing.
  8. Tashtari

    TashPad: Super Nintendo to Gravis GamePad ADB Converter

    Looks like TashPad won the arbitration for address 0x2 but both devices are present and accounted for... only thing out of place is that device 2 says its original address was 0x34, which doesn't make any sense, ADB only has 16 addresses. I'm still thinking the driver, not the Wombat. What...
  9. Tashtari

    TashPad: Super Nintendo to Gravis GamePad ADB Converter

    That's very strange. I'm strongly tempted to blame the driver, because I have no earthly idea how the firmware could cause this behavior - the firmware only communicates the state of the buttons to the Mac, it knows nothing of the keystrokes to which they're mapped. Have you tried connecting a...
  10. Tashtari

    TashPad: Super Nintendo to Gravis GamePad ADB Converter

    Order shouldn't matter; ADB is a bus, not a chain. Can you explain this further? I'm not sure I quite grasp what you mean.
  11. Tashtari

    TashPad: Super Nintendo to Gravis GamePad ADB Converter

    Nice, the beige looks great! I can program PICs for you, too, if that makes more economic sense than buying a PIC programmer - but if you like doing builds based on my projects, it may be worth your while to get the programmer.
  12. Tashtari

    Calling all owners of rare ADB devices!

    Thanks @nyef and @pl212 ! I've added your devices to the appropriate documents in TashNotes. Sorry this took me so long, life's been busy. Couple of minor followups: @nyef - Does the Intuos appear only as one device with handler 0x6A, or does it emulate a mouse as well like the ArtZ II is...
  13. Tashtari

    What should a hobbyist-focussed AppleTalk router do?

    Not far at all... by no means let me stop you. Also, feel free to take whatever is useful from TashRouter, hopefully my Python code is more accessible than my PIC assembly. =)
  14. Tashtari

    What should a hobbyist-focussed AppleTalk router do?

    There's only one capital 'T', Tashtari. =)
  15. Tashtari

    Integrated Tashtari Machine: Floppy Drive Emulator

    Nothing big to report in the past week, I've mainly been polishing and rearranging, trying to get things set up for an implementation of DCD (Hard Disk 20) drives. Space is getting kind of tight in the receiver part of the PIC trio that makes up the backend, but I'm hoping it will still be...
  16. Tashtari

    TashTalk: Single-Chip LocalTalk Interface

    TashTalk 2 Hat kits are back in stock again in the Ko-fi shop! If you're interested, please get your orders in this week - after that, shop is going to be temporarily closed until the beginning of October.
  17. Tashtari

    Calling all owners of rare ADB devices!

    Always happy to add more mice (or other devices) to the list! Here's a rundown of the procedure for gathering data on them: Install the immensely useful ADB Parser on your ADB Mac. Identify the device on the bus and note what its original (not current) address is. Keyboards typically have...
  18. Tashtari

    Integrated Tashtari Machine: Floppy Drive Emulator

    I took a break from working on raw GCR writes to get formats working. GCR formats were easy, I just had a bug that was incrementing the sector in the wrong place. MFM formats were a bit tougher, I had to implement support for faking the INDEX signal, which on a real drive indicates when the...
  19. Tashtari

    Integrated Tashtari Machine: Floppy Drive Emulator

    One bug later, MFM writes are working! Still need to fiddle a bit to make sure 720 kB disks are working too, but 1.44 MB disks are working and that's by far the most important thing. I also wrote the backend side of the raw GCR receiver, which ended up being a lot more compact than I had...
  20. Tashtari

    Integrated Tashtari Machine: Floppy Drive Emulator

    Aaaaand 1.44 MB MFM floppy disks are working! (Though read-only only at the moment.) Turns out the backend's MFM transmitter had some serious timing issues that led to some bizarre behavior, now fixed. Hopefully 720 kB floppy disks will Just Work, though I haven't tested them yet because I'm...
Back
Top