jbzfn, to macos
@jbzfn@mastodon.social avatar

🍎 MacRelix is a Unix-like environment that runs in classic Mac OS.

MacRelix natively supports classic 68K and PPC Mac OS, as well as Mac OS X on PPC via Carbon.

https://www.macrelix.org/

ipxfong, to Motorola
@ipxfong@mastodon.sdf.org avatar

Welcome home! Let's get you a nice cozy heatsink and get you settled back in your case. Thanks to Amiga of Rochester for getting everything fixed up!

ipxfong,
@ipxfong@mastodon.sdf.org avatar

Logic board and PSU recapped, 68LC040 replaced with the real deal, 16 meg memory upgrade, a nice new @BlueSCSI, and a new (hopefully) quieter fan. I'd love to get a full 1024k of VRAM but those SIMMs are hard to come by. #retrocomputing #mac68k

allanon, to amiga
@allanon@mastodon.uno avatar

Gopherized, my Amiga gopher client, now is able to search for a text in a page, search next and prev are also implemented.

Next step: extend the search function to the text viewer.

The second image shows all the changes/fixes 😀 :amiga:

#Amiga #68k #gopher #AMOS #AMOSProfessional

This show display my log of fixes & changes. It includes several options specified in the configuration file that was read but not applied till now.

me_, to retrocomputing German
@me_@sueden.social avatar

Received my copy of Luciano Dadda's "INSIDE NeXT" book today – wonderful!

More pictures by other people:
https://www.instagram.com/p/Bo03S7tB0Be/
https://www.flickr.com/photos/blakespot/48302070697

#NeXT #retrocomputing #68k

phranck,
@phranck@chaos.social avatar

@me_ Ooohh... 😍

phranck,
@phranck@chaos.social avatar

@me_ Wo kann ich das bestellen?

vyr, to vintagemac
@vyr@princess.industries avatar

this is Ryza! she's a PowerBook 180 in fairly good condition and the nicest 68k Mac i own.

this MARCHINTOSH, i'm going to try to upgrade Ryza with a WiFi-capable PiSCSI (fka RaSCSI) so i can test and someday play Atelier Esri, my homebrew Atelier demake.

i'm also going to try out a brand new JCS PowerBook 1xx battery. and while i'm in there, i can at least inventory the capacitors and check the PRAM battery.

unfortunately, like most 180s, her active matrix screen is developing "tunnel vision", slowly fading from the corners inward as long as she's on. (it reverts when she's not, but it can take multiple days, far slower than the fading).

fortunately, Ryza has video output and is capable of driving a VGA monitor or capture box, so i won't need to rely on her screen too much.

#MARCHINTOSH #VintageMac #PowerBook #68k #PiSCSI #AtelierEsri

didier, to amiga
@didier@malenfant.net avatar

Need some up to date code signed and universal binaries of vasm/vbcc/vlink for cross compiling your #Amiga #68k code on macOS?

I got you…

https://codeberg.org/DidierMalenfant/vasm-vbcc-vlink/releases

itnewsbot, to VintageOSes

Apple System 7… on Solaris? - While the Unix operating systems Solaris and HP-UX are still in active development... - https://hackaday.com/2023/11/08/apple-system-7-on-solaris/ #macintoshapplicationenvironment #operatingsystem #virtualization #compatibility #emulator #solaris #apple #hp-ux #news #unix #68k #mac #mae

drj, to random
@drj@typo.social avatar

Welcome to #MOVember, one asm MOV instruction each day.

The Motorola MC68000 has a BEAST of a MOV instruction.
Official assembler mnemonic: MOVE. Refreshingly clear!

You could move to and from registers and/or memory. 8-, 16-, 32- data sizes. Post increment, predecrement. Including memory-to-memory moves (Ferris Bueller soundtrack voice: Oh Yeah).

*d++ = *s++ is a single instruction in 68000.

Officially destination on the right: MOVE A7,D0 copies the A7 register to D0

Please 🔁

#68k

amackie,

@drj Not surprised. I learned assembler on the 68k, and it was a (relative) joy to write for.

clacke,

> In this IBM article from 2005, it is covered how the Motorola m68k, MIPS and PowerPC CPUs of that era handled unaligned access. The interesting thing to note here is that until the 68020, unaligned access would always throw a bus error. MIPS CPUs didn’t bother with unaligned access in the name of speed, and PowerPC took a hybrid approach, with 32-bit unaligned access allowed, but 64-bit (floating point) unaligned access resulting a bus error.

hackaday.com/2022/05/10/data-a…

@TimWardCam @f4grx @drj

itnewsbot, to retrocomputing

Teensy Stands in for the Motorola 68k - While it might not seem like it today, there was a time in the not-too-distant pas... - https://hackaday.com/2023/10/31/teensy-stands-in-for-the-motorola-68k/ .1

melodymayhem, to Vintage
melodymayhem,

Nobody would be insane enough to upgrade their vintage machine just for better 68k emulation, right?
Right???

#vintage #vintagecomputer #vintagecomputing #retro #retrocomputer #retrocomputing #mac #macintosh #macintoshsetups #macos #beos #BeOS #be #BasiliskII #68k #emulation #upgrade

melodymayhem,
hotkey, to random

Getting a weird bug deep down in the Mac initialization routines makes me regret not taking the time to make unit test for every single freaking opcode.
Yeah that would have been very time consuming.

But stepping in assembly code you don't understand looking for the moment something borks is too.

And it's probably due to a missing semicolon somewhere.

Yay software!

#hotkeyEmu #68k

hotkey,

Welp probably an arithmetic bug somewhere still (the box is offset) but this is running much farther that it was yesterday.

And with that... :meow_sleep:

#hotkeyEmu #68k

hotkey,

Hey it was only silly old me with a bug in my video class (e.g. incrementing the memory address before drawing the pixels :meow_googlytrash: )

Much better. Not sure how I'm going to deal with the annoying moire effects though.

So, CPU is 80%+ implemented I guess, woot!

I'm going to focus on the Mac part for a bit probably. The floppy scares me because I can do a standard floppy controller but this one is a Woz creation, so it's probably impossible to grok for a mere human.

hotkey, to random

I'm not sure why "a lot of instructions have a .byte/.word/.long versions" didn't scream "templates!!" at me sooner, but at least I caught it before I've done everything.

Welp that's almost 500 fewer lines of copy-pasted stuff (with random bonus bugs because you forgot to set a flag in one of the three versions). And more savings as I implement the rest.

#hotkeyEmu #68k

hotkey, to random

Guess what computer I'm trying to emulate?

Look for subtle clues in the picture!

#hotkeyEmu #68k

hotkey,

@ellie yup!

grum999,

@hotkey the logo reminds me something like Apple II

but never got one, so can't really tell which OS it is :ablobcateyesflip:

hotkey, to random

Ran my first 68000 instruction*! :fast_meow_party:

Tell me if you recognize the ROM 😆

*meaning the only instruction partially implemented at the moment.

#hotkeyEmu #68k

hotkey, to random

Something something we're gonna need a bigger boat.

Well that's a bit tight. I'm not sure how I'll fit a 20-byte instruction (the maximum possible) in this... 12-byte area (the section with the dots).
And that leaves 32 characters for the disassembly... which fits most instructions but some need a bit more room too.

And then you have the pathological case, the worst possible instruction on the 68000:

MOVEM.l ($12345678).l,D0-D1/D3-D4/D6-D7/A0-A1/A3-A4/A6-A7

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • everett
  • osvaldo12
  • magazineikmin
  • thenastyranch
  • rosin
  • normalnudes
  • Youngstown
  • Durango
  • slotface
  • ngwrru68w68
  • kavyap
  • DreamBathrooms
  • tester
  • InstantRegret
  • ethstaker
  • GTA5RPClips
  • tacticalgear
  • Leos
  • anitta
  • modclub
  • khanakhh
  • cubers
  • cisconetworking
  • provamag3
  • megavids
  • lostlight
  • All magazines