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

thankfulmachine, to retrocomputing

The beast grows. My #68k computer is getting closer to the finish line. Chewed through a lot this weekend!

  • Adjusted common ROM address lines, they were going over the chips and it bothered me. Plus, I'll probably be bouncing those in and out for a while until I venture to programming via a boot loader.
  • Wired up the many buffered address lines. I did a continuity check last night and it looks good so far. :blobsweat:​
  • Finished the control line buffer and distributed the outputs. I used a big fat purple wire for /DTACK out of respect (or disrespect depending on whom you ask) :blobcatangel:​
  • Finished the /IACK decoder
  • Wired up the GAL inputs and some of the outputs

New TODOs queued up:

  • Finish connecting the 68681 serial chips
  • Finish placing decoupling caps
  • Replace 7404 with open-drain 7405 variant to work properly with the /RESET line

#retrocomputing #homebrew #electronics

smallsco, to retrocomputing

Reposting later in the day for alternate timezones - can anyone help me find drivers for my new early 90's NuBus video card? Boosts appreciated 🙂

#RetroComputing #VintageMac #Apple #Mac #MacOS #ClassicMac #68K #PowerPC https://oldbytes.space/@smallsco/110668051191347372

thankfulmachine, to Electronics

My #68k home brew computer is coming along nicely. I’ve decided on 512Kx16 ROM and 1Mx16 RAM, and just a 68K-era 68C681 serial chip for I/O for now. I might hook up a parallel port and the FPGA VGA interface I’m working on later. I’ve started hooking up the serial chip and preparing placements for bus buffers and transceivers. 555-based power-on reset circuit is set as well.

There is something really calming about carefully measuring and weaving hookups on the #breadboard.

#electronics #homebrew #retrocomputing #16bit

jurie, to random

I have published some documents and source code from Albion, the Amiga CRPG I worked on in the 90s, on GitHub. Come look at the 68K code I wrote 30 years ago. #Commodore #Amiga #CRPG #gamehistory #68K https://github.com/jhorneman/ambermoon

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

aperezdc, to random

Here's a #68k CPU family portrait: one of the oldest (68000) and one of the youngest (68060). I'm always surprised at how big the “Texas Cockroach” actually feels on one's hand!

A Motorola MC68HC000 CPU in DIP-64 plastic package, resting on the palm of an adult's hand.

jurie, to random

Atari ST experts: I’m looking for someone to help me avoid the chore of writing a tool that converts GFA Assembler’s proprietary tokenized format to plain text. Boost’s appreciated. #68K #AtariST https://github.com/jhorneman/amberstar/issues/1

thankfulmachine, to kicad

More progress on my #68k computer. Buffers are in and placements sorted for the other chips after some scooting. Data lines are hooked up. The ATF22V10 is programmed, a simple joy that was ^^. Thanks for the tip, @gorplop !

The complexity level has reached the scary threshold, so I took some time to put together a schematic, a singular reference instead of my pile of papers... now to get it plotted on an A1 sheet... XD

Just have to say... thanks to all of the #kicad contributors who have made so many improvements over the years. The changes for 7.0 alone are excellent.

Also, shout out to the lovely Witch Hazel colour theme, very easy on the eyes, for various editors: https://github.com/theacodes/witchhazel

#electronics #retrocomputing

A screenshot of the current schematic of the aforementioned 68000-based homebrew computer from the KiCad EDA application. The color scheme is called "Witch Hazel".

blakespot, to gaming

"Screen shots" of various games running on my Mac Plus. Though lacking color, the high resolution (for the time) screen of the early Macintosh really put out some impressive graphics, to my eye.

https://www.flickr.com/photos/blakespot/albums/72157604396195465

#VintageApple #Mac #Macintosh #MacGaming #vintagecomputing #retrocomputing #retrogaming #retrogames #68K #Apple #vintagetech #photos #gallery #screenshot #games

smallsco, to apple

This is my rough roadmap for #Macstodon:
(no guarantees on ANY of it though, depends on how long I keep interest without burning out or getting bored, and what's technically possible with MacPython)

Note: development is very slow at the moment because I am doing a lot of coding at my day job and don't want to also do it in my free time.

1.1

  • pick what to display in each of the three columns
  • show lists, hashtags, bookmark feeds
  • support for viewing polls, MAYBE for creating them
  • MAYBE filters for notifications?
  • MAYBE support multiple servers?
  • MAYBE support calckey?

At that point, I would consider it "feature-complete" and a finished project.

#RetroComputing #RetroProgramming #VintageMac #68K #PowerPC #Apple #Mac #MacOS #ClassicMac

smallsco, to retrocomputing

#RetroComputing #VintageMac folks: does anyone have, or know where I can find, drivers for the Mirror Technologies “Tornado Graphics Card”?

I picked this card up from eBay the other day. It’s a 24-bit NuBus graphics card that is a rebadged version of the “MicroConversions 2124NB”. It supposedly offers NuBus acceleration, but requires a driver to operate, which I do not have.

There is a driver for the “MicroConversions 2124NB II” that is archived, but this driver doesn’t work with the Tornado.

The good news is that, even unaccelerated, it offers much faster performance in my IIfx than both my Lapis ProColorServer 8•16 II and my Macintosh Display Card 4•8. Haven’t tested to see if it works with Linux yet, though.

#Apple #Mac #MacOS #ClassicMac #68K #PowerPC

f4grx, to random
@f4grx@chaos.social avatar

Friends of #68k, I am starting to design #ubttix (unix based 32bits os) first on the pi pico and stm32l4 because thats what I have, but the clear goal is to have this run on 68k. Having two arm targets forces me to design it portable.

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.

thankfulmachine, to random

I have run into the color #68k Microprocessor User's Manual and the cover is stunning! I've been staring at that crummy black and white facsimile for years.

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

ids1024, to debian
@ids1024@fosstodon.org avatar

Ah, finally got a very impractical Linux VM working.

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/

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

retrokayla, to 80s

Going to do another #introduction since there's yet another big migration push.

I'm Kayla, a shy nerdy #80s girl all grown up.

I'm interested in #8bit #MOS6502 #AppleII #C64 #VIC20 #NES #Z80 #68K #Amiga #Genesis #Assembly #Basic #Arduino #RetroComputing #RetroGaming among many (too many) other things.

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

Somebody restored Peter Koch's http://www.sun3zoo.de website – good to see that some of the valuable information on that site is available again (outside of archive.org). More information on Sun 3 machines can be found on https://www.sun3arc.org, of course. #retrocomputing #unix #sun #68k #motorola

https://virtuallyfun.com/2023/08/07/peters-sun3-zoo-restored/

smallsco, to random

Finally got some time to start working on my next #RetroComputing project - the Mac SE! My plan of attack is as follows:

  1. Disassemble everything and give it a good cleaning
  2. Recap the analogue board
  3. Replace the squirrel-cage fan with a new fan
  4. Recap the power supply
  5. Recap the logic board
  6. Service the floppy drive to the best of my ability
  7. Install a BlueSCSI!

Credit where credit is due - I’m not doing this alone, I’m doing it under the supervision of my dad who is an experienced electronics engineer and is making sure I don’t do anything really dumb (especially when working around high voltage stuff)

I did the first three steps this afternoon! The case is clean, the analogue board has been recapped (using this kit: https://console5.com/store/macintosh-se-se-30-analog-pcb-cap-kit-630-0147-c.html ) and the fan has been replaced with a Noctua NF-A6x25 FLX. In order to fit the new fan, I used this bracket: https://github.com/alxlab-zone66x/Macintosh_SE_Fan_Bracket_805-0936-A and had it 3D printed using MakeXYZ.

#VintageMac #68K #Apple #Mac #ClassicMac #VintageComputing

The SE analogue board before being cleaned, recapped and having the fan replaced. Check out that dirty, ugly squirrel cage fan!
The SE chassis with the logic and analogue boards removed, with the CRT and the rest of the chassis having been cleaned with rubbing alcohol and windex!
The SE analogue board after being cleaned, recapped and having the fan replaced with a Noctua NF-A6x25 FLX! So shiny! So quiet!

thankfulmachine, to retrogaming

👋 🌏 Hello, world!

@thankfulmachine here.

I'm interested in analog/digital electronics, PCB design, retro consoles, homebrew computers, emulators, and anything/everything 6502/816/Z80/68K/MIPS!

I'm currently working on a 68000-based homebrew computer because the 68K just doesn't get enough love <3! Actively re-re-learning Verilog/FPGA for various things related to that project and for future uses.

A huge Yamaha OP_ fan, creating hardware and software around the legendary audio chip, you might see some music recommendations for FM music from time to time!

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

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!

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