Search results

  1. Snial

    Testing a 6200 and comparison with 6100

    So, if @noglin pops up on this thread, then they probably have the best insight. Sounds plausible. I thought I was going to find a 68040 bus signal diagram here: https://www.taylordesign.net/downloads/references/PowerMac5200-6200.pdf And I'm sure I've seen it before, but I couldn't find it...
  2. Snial

    Testing a 6200 and comparison with 6100

    Reading this now :-) ! Since @noglin is a P5200 fan, I thought I'd notify them here! OK, you mention Noglin later. Based on my analysis of disk partitions on my PB1400c, as standard it will come with the 68K IDE driver, but Mac OS 8.1 and later will install the PPC driver (on a different driver...
  3. Snial

    Lift-off!

    Lift-off!
  4. Snial

    Fun with userspace AppleTalk

    Yet, I still don't understand. Assuming I install Netatalk on my Raspberry PI3, what's the use-cases? Connecting up my PB1400c via ethernet to the PI3's ethernet? Then they can both chat on AppleTalk? Or, e.g. all the ethernet devices etc I can see on the PI3 are visible on the PB1400c? Or, e.g...
  5. Snial

    5260/120 issue

    What puzzled me most about the 5260 was that the display resolution seemed to be limited to 640x480. Was that really true? I was almost on the cusp of buying one in late 1996, actually at the Apple Reseller at Manchester Uni when I discovered this and so I bailed out. My ideal PowerMac was going...
  6. Snial

    Fun with userspace AppleTalk

    OK, just to remind me about Netatalk. Let's say I have my MacMini Raspberry PI 3 WIFI and my PowerBook 1400c (+AirTalk). Is Netatalk the right way to get me to: PB1400c <---[LocalTalkCable]---> Serial: PI3 ? PB1400c <--->AirTalk )))) (((((Wifi <---> PI3? PB1400c <--->AirTalk )))) (((((Wifi...
  7. Snial

    If you could bring back classic Mac OS software, what would it be?

    There's a massive temptation for developers to begin with a contemporary wish list of functionality and then spend years and years in Alpha & Beta while their project goals shift to meet moving targets. Instead, I figure the 'easiest' way to approach this, IMHO (and here I'm assuming that we're...
  8. Snial

    If you could bring back classic Mac OS software, what would it be?

    This is mostly true for me too, being of the 1984-Big Brother ad era of Mac user, I strongly advocate Macs and try to avoid using Windows. I've never bought a PC; and the 3 hand-me-down PCs that have come my way have been turned into Linux PCs. Unfortunately, nearly all my workplaces have been...
  9. Snial

    StyleWriterII Paper Feed Fix

    Pretty good. I removed the PCBs from both. You can see that on the faulty one there's a lot of discolouration on the output side. In fact it's possible to see an indication of the issue on the front from the earlier pictures, because D6 is corroded on the faulty one: So, now I think I know...
  10. Snial

    If you could bring back classic Mac OS software, what would it be?

    Yes, I really loved WindowShade - I have it on all my System 7.1 installs. But to answer the OP question, my preference would be for ClarisWorks, probably CW3 or 4 before it all got a bit clunky. The ease of use for combining word processed documents with spreadsheets, graphics or painting was...
  11. Snial

    StyleWriterII Paper Feed Fix

    So, I've worked out that the second SW2's PSU is faulty, because when I wire up the first SW2's PSU to the second's logic board, the second SW2 powers on. Here's the good one (full size, sorry for any slow download): And here's the faulty one (again, sorry for any slow download): It's not the...
  12. Snial

    Getting a PowerBook 1400 Networked

    My PB5300 had a combo video/ethernet internal card, but I never used the Ethernet. It was great to have the extra video as I could hook it up to my Sony 15" and get an amazing 800x600 resolution in colour, given that the PB5300 was mono... and only 100MHz!
  13. Snial

    Getting a PowerBook 1400 Networked

    You also need to check if your card is compatible with the version of Mac OS you have. The same is true for ordinary pcmcia Ethernet cards.
  14. Snial

    StyleWriterII Paper Feed Fix

    Next update: That SW II also works with the fix! So I can sell at least one of them!
  15. Snial

    StyleWriterII Paper Feed Fix

    The rubber band approach kinda worked to begin with, but then failed. At best it only worked when multiple sheets were in the feeder. However, I (or the chap who gave me the StyleWriters) had the idea of using finger sections from Marigold™ gloves. I finally managed to test it today and so far...
  16. Snial

    gb6: game boy emulator for System 6

    Thanks, I think it is, indeed cool. One of the coolest aspects is that it's small enough to fit in half an RP2040's 16kB cache and because of the way the cache is partitioned, a Mac ROM and disk will occupy the other half most of the time. Correction though, there's not enough RAM for a Mac...
  17. Snial

    gb6: game boy emulator for System 6

    I think both I and @joevt still thought this was about emulating a Game Boy (not GBA, nor Color Game Boy) on a 68000 Mac, as per the beginning of the thread. If, e.g. you're thinking about emulating a 68000 on ARM you might want to check out the posts and comments on MØBius (unless you've...
  18. Snial

    gb6: game boy emulator for System 6

    Good point. Isn't the original Game Boy based on a Z80 architecture? https://realboyemulator.wordpress.com/wp-content/uploads/2013/01/gbcpuman.pdf Normally a Z80 won't have much of a preference for even vs odd addresses, and application data structures won't be aligned on even boundaries...
  19. Snial

    gb6: game boy emulator for System 6

    So, if d0=the 16-bit address and a0=membase it's: BTST #0,d0 ;8c? bne.s Unaligned ;10c/4c? move.w 0(a0,d0.w),d1 ;value 16c? bra.s LoadDone ;10c Unaligned: move.b 0(a0,d0.w),d1 ;hi byte 16c. lsl.w #8,d1 ;8*2+6=22c. move.b 1(a0,d0.w),d1 ;lo byte 16c LoadDone: ;Total =...
  20. Snial

    68030 Classic Macs as Synths/music development and performance -

    Yes, it would be very cool! An Arduino wouldn't be correct gear, but I don't know any period light-show MIDI interfaces and this would work. You could take an Arduino version and then port it to a mid-80s SBC or buy or build one from eBay to do the same thing. e.g...
Back
Top