Search results

  1. pfuentes69

    Printable model for the IIci Cache Card Clip?

    Hello, I have this cache card and I see it was installed with a plastic clip on the top, which I guess avoids it to move too much. Is there a printable model for that thing? Thanks!
  2. pfuentes69

    CodeWarrior Sending and receiving messages between two apps

    Hello I’d like to send messages (short commands) between two applications. It may be TCP/IP or AppleTalk, whatever is easier, but it should be C or C++. I don’t really know where to start… any hint? txs!
  3. pfuentes69

    My V20 is alive and kicking!

    After lots of trying and finally having to ask for help, the Canon V20 that I used to learn BASIC and play so many games when I was 15 is back to life!
  4. pfuentes69

    Daystar PowerCache 50 MHz on SE/30 ???

    Hey, I got a Daystar PowerCache 50 that I was initially thinking to add to a IIci, but now I'm thinking that maybe the SE/30 could be a nicer host. Does anyone has experience with this? Where could I find the adapter board? Is it compatible with the Rominator II? Thanks!
  5. pfuentes69

    ZIP drive not ejecting

    Hello, my ZIP 100 drive almost never ejects the disc. If I help pulling the disk slightly while ejecting, it will eject it... it's like it doesn't have strength to do it itself. Is this a common problem?
  6. pfuentes69

    Is it possible to repair the color ribbon

    Hey, It’s already the second color ribbon I buy and this one also has the problem of the crumbling rubber gears. is there any way to repair this? Txs!
  7. pfuentes69

    68k Anyone here using the Sprite Animation Toolkit?

    Hey there, I watched this video from Classic Mac Gaming and I think this could spark some new project. I'm basically aiming to develop something that can: - Be developed with CodeWarrior, because I'm into that now - 68K - Work at least in System 7, but ideally also in System 6 - Probably only...
  8. pfuentes69

    Teardown Kensington Turbo Mouse Trackball

    Hey, I need to disassemble one of these trackballs and I think I need to remove the label to access some extra screws, but touching it is not clear. Is it required to really remove the label? I'd like to avoid if not needed because I'm quite sure I'll badly rip it.
  9. pfuentes69

    Weird issue using multiple images with BlueSCSI/RASCSI

    Hey, I'm experiencing quite consistently an issue and I'd like to know to which extent is "normal". Using the RASCSI with multiple images, I noticed that in both my LC475 and SE/30 sometimes the Mac fails to boot. Sometimes it doesn't find the boot drive, sometimes it tries to boot then it...
  10. pfuentes69

    ThinkC How to detect of QuickDraw Color is available?

    Hello, I checked some docs but didn't find a clear answer... What is the easiest way to know if the display is B&W or it has colours available? Txs!
  11. pfuentes69

    ThinkC How to measure time taken to execute a task?

    Hey, I want to take some measures of performance, and I have issues to check the time taken between two steps. This is the code I'm testing: #include <stdio.h> #include <time.h> void waitforkey(void) { while(1) if (getchar()) break; } main() { clock_t t, tt...
  12. pfuentes69

    ThinkC How to detect the cursor keys press?

    Hello, I need to process the KeyDown event for the cursor keys, but I can't figure out how to do it. I managed to understand how to process key press for most keys, but not yet how to read the cursors. For other keys I can do something like this: // The key is pressed while our windows...
  13. pfuentes69

    ThinkC 3D Viewer App project

    Hey, my project is starting to look like something... The App is attached here, it would be nice to have some people testing it. Tomorrow I'll be able to check in some of my Macs. My better 68K Mac is an LC475 with a full 040 at 33MHz... I guess it should be much better in a machine with...
  14. pfuentes69

    ThinkC How to draw a "rubber band line" (XOR)?

    Hey, for my project I need to make a tool to draw profiles as a sequence of segments. The tool would allow to use the mouse to add points to the profile, and while drawing the current segment I want the mouse to draw a "rubber band" line and fix it when pressing the button, then add the next...
  15. pfuentes69

    How were the floppies included with the Plus?

    Hey, recently I made these replicas of the floppies coming with a 128K or 512K, to complete my 512K. I used as reference this page to a Museum. I'd like to do the same for the Plus, but I don't find a clear reference of which disk came with the Plus. I only found this one, but I guess some...
  16. pfuentes69

    Showing-off my 512K

    Just came to show-off this nice (and fully working) set I managed to put together... Got the right mouse and keyboard, the bag and made replicas of the floppies. I will maybe slightly retrobright the mouse and keyboard, and I need to amend a battery contact that was gone due to corrosion.
  17. pfuentes69

    Battery holder for earlier Macintosh

    Hello, I got a 512K that is in pretty good shape, except for the battery holder, which has one contact gone due to corrosion. I guess this battery holder is not easy at all to find, but does anyone of you know about a practical approach to restore it, or to retrofit another solution? Txs!
  18. pfuentes69

    Part No. for RIFA caps of a 128/512/Plus ? (Int'l Board)

    Hey, does anyone have the part numbers at DigiKey or Mouser for ordering the three RIFA caps of the analog board of the older Macs? Thanks!
  19. pfuentes69

    How were the PowerBook 1xx bags?

    I was looking for some example of a suitable bag for my 145B and I couldn’t find anything… Anyone knows how were the bags for these models?
  20. pfuentes69

    Question about M0001 WP (Mac 512K)

    I got today a Mac 512K in fairly good shape. I notice the model number is M0001 WP, but I read that typically it should be M0001 W. Do you know what means the “P” Txs!