#6502
Programming the 6581 Sound Interface Device (SID) with the 6502
Programming the 6581 Sound Interface Device (SID) with the 6502
Hackaday Article
hackaday.com
November 11, 2025 at 6:57 AM
It’s Chuck Peddle’s birthday on November 25th, so get your KIM-1 or other #6502 system ready for a big Show and Tell in his honour.
November 11, 2025 at 5:13 PM
Spread the word: November 25 is #ChuckPeddleDay — celebrating the engineer behind the legendary MOS 6502 processor, the heart of so many home computers and game consoles of the 80s. 💾🕹️

If you own a machine powered by a 6502, fire it up on that day and share a photo with the hashtag #ChuckPeddleDay
November 11, 2025 at 7:42 PM
Programming the 6581 Sound Interface Device (SID) with the 6502
Programming the 6581 Sound Interface Device (SID) with the 6502
Over on YouTube, [Ben Eater] pursues that classic 8-bit sound. In this video, [Ben] integrates the MOS Technology 6581 Sound Interface Device (SID) with his homegrown 6502. The 6581 SID …read more
hackaday.com
November 11, 2025 at 7:00 AM
Taking my first steps using 6502 Assembly w/ bAtari BASIC. #GameDev update on my #Atari2600 #Homebrew MUTATIS.

youtu.be/0BJplaXuicQ?...
Making Mutatis | My First Minikernel! | Using Assembly with bAtari BASIC
YouTube video by William J. Meyer
youtu.be
November 9, 2025 at 7:10 PM
Alright 3rd attempt at learning assembly for the 6502!

We’ll get there eventually 🙏
November 10, 2025 at 8:27 PM
Tremendîsimo video explicando paso a paso como emular una cpu 6502 en C++.
Emulating a CPU in C++ (6502)
YouTube video by Dave Poo
youtu.be
November 9, 2025 at 8:33 PM
Preparing for the Retro Computing Festival ( Gaming Edition ) 2025 at The Centre for Computing History in Cambridge next weekend. Here's a Visual Code setup that allows me to build 'Galaforce 2' from its original 6502 source code and deploy the game to an emulator on a PC. Simple, quick workflow!
November 7, 2025 at 3:55 PM
For starters, it can run the enhanced Compendium versions of:

* BBC Master 128 Elite

* BBC Micro cassette Elite

* BBC Micro disc Elite

* 6502 Second Processor Elite

* Teletext Elite

(3/8)

elite.bbcelite.com/hacks/elite_...
Elite Compendium - Elite on the 6502
Details of the Elite Compendium, which brings all the best Elite hacks together in four feature-packed discs
elite.bbcelite.com
November 5, 2025 at 7:42 PM
The KIM-1 Simulator has seen some small updates, to version 1.5.4 Fresh version at retro.hansotten.nl/6502-sbc/kim...
The behaviour of the TTY/LED keypad switch is now closer to how the real KIM-1 behaves.
KIM-1 Simulator – Retro Computing
retro.hansotten.nl
November 11, 2025 at 1:54 PM
For my defense this was literally the first game I've ever coded in 6502 ASM, which was a janky Pong clone.

Still, I was able to make up some sort of CPU Player AI that was just good enough to be able to play the game all by itself, so that's cool!

youtu.be/ic2fayKla-U?...
November 7, 2025 at 3:17 AM
Oh… and it can also run almost all of the original Acornsoft versions:

* BBC Micro cassette Elite

* BBC Micro disc Elite

* BBC Micro sideways RAM Elite

* 6502 Second Processor Elite

It can run Angus Duggan’s epic Elite-A, both standard and co-pro versions.

And all in flicker-free, too.

(7/8)
November 5, 2025 at 7:42 PM
In Blake 7, the flight computer of the Scorpio was in fact powered by an Acorn System 1. 6502 rules the universe!
Have you ever wondered what the flight computer of the Scorpio was in #Blake7?

Professor Steve Furber lets us in on a little secret.

Full talk coming soon to youtube.com/@theretrocollective
November 3, 2025 at 4:29 PM
This is when the height of technology was the 6502, vastly superior to any CPU or GPU today!
November 7, 2025 at 1:17 AM
Grazie a Ready64 riscopriamo una pubblicazione sugli algoritmi di ordinamento e ricerca in BASIC del Commodore 64 e un libro sul microprocessore 6502. #commodore64 #algorithms #basic
www.youtube.com/watch?v=tTND...
Ordinamento e ricerca in BASIC / Commodore 64
YouTube video by Mille e Una Avventura
www.youtube.com
November 7, 2025 at 5:55 PM
See: "Musical Applications of Microprocessors" by Hal Chamberlain (1980).

Brings back fond memories of counting microsecond clock cycles on a 6502 :-)
November 6, 2025 at 11:13 PM
Code running inside the stack page, using JSR to self-modify the currently executing instruction, is one of the most insane things I've been informed you could do on the 6502
November 5, 2025 at 3:38 PM
ah na seanlaethanta... is mé i mo códóir 6502 assembly tráth dá raibh

www.lemon64.com/game/surfchamp
Surfchamp
Surfchamp is a Commodore 64 water sports game released in 1987 by New Concepts.
www.lemon64.com
November 4, 2025 at 6:27 PM
Sometime I like to take look at some of my oldest code and find some of the silliest shit like this one below:
November 7, 2025 at 2:47 AM
BASIC for 8080, 6502, 6800, & other "8 bit" microcontrollers all used 8 byte BCD floating point. Decoding for printing is easy. Feels like integers. 64 bit binary floating point should give you 14 digits. Feels like integers until you convert to decimal for printing.
November 4, 2025 at 12:50 AM
Another first for me - particle systems :) I wanted to see what the player jets would look like with particles instead of cycling sprites so used my dev system to try particles out. This is displaying a maximum of 16 particles at a time, I like the effect but wonder if it will be possible in 6502..
November 1, 2025 at 7:25 PM
Since Mortal Kombat Legacy Kollection is out, I shall share an interview I did last year with Antony Hartley, programmer of the infamous and often overlooked Game Boy version of the very first Mortal Kombat (wink @digitaleclipse.bsky.social @noobde.bsky.social @kohler.bsky.social) 1/3
November 6, 2025 at 9:49 PM
The 6502 portion of my WIP Apple II emulator seems to be passing some standard test suites so the next step is to get some text on a screen. I think if I can get a BASIC prompt working this month I’d be pretty happy with my progress. Would also be neat to get 65C02 support and try the Lynx out.
November 2, 2025 at 3:02 AM
Yes, I have made some use of tts. Long ago we had Linux systems that booted with a dectalk serial box and was usable by a fully sightless person at the AFB, but they abandoned that and other work under pressure from a donor. My first computer was a Kim-1.
November 1, 2025 at 10:22 AM
rough doodle of @sterophonick 's fursona :neofox_w_:

#art #furry
November 1, 2025 at 1:33 AM