#X65 #SGU1 #Chiptune #SID #RetroComputing #HomebrewHardware #SoundChip #65C816 #Synth #DevBoard
https://theoasisbbs.com/sgu-1-sound-demo-mystery-cannon-on-the-x65-project/?fsp_sid=1544
Звуки музыки Super Nintendo
В прошлый раз мы заглядывали под капот 16-битной игровой консоли Sega Mega Drive и смотрели на бобину устройство звуковой системы. Сегодня повернёмся к Сеге задом, к SNES’у передом, и проделаем то же самое: рассмотрим устройство звуковой системы в изделии конкурирующей организации, Super Nintendo. И снова ключевое отличие этой публикации от аналогичных в том, что я не просто пересказываю вторичные источники, но пропустил эту информацию через призму личного опыта: в былые времена я разработал несколько любительских игр для этой платформы тоже, а заодно и целую музыкальную систему для озвучивания игр SNES GSS. Поэтому я могу более осознанно рассказать про местную специфику работы со звуком, особенности устройства и устоявшиеся в годах заблуждения, связанные с ним.
https://habr.com/ru/companies/ruvds/articles/901944/
#ruvds_статьи #звук #музыка #игры #видеоигры #игровая_приставка #консоль #игровая_консоль #синтезатор #spc700 #sony #wavetable #sample #fm #psg #fmсинтез #сэмплы #цифровой_звук #6502 #65816 #65C816 #snes #super_nintendo #super_famicom #nintendo #16bit #16bit_games
Звуки музыки Super Nintendo
В прошлый раз мы заглядывали под капот 16-битной игровой консоли Sega Mega Drive и смотрели на бобину устройство звуковой системы. Сегодня повернёмся к Сеге задом, к SNES’у передом, и проделаем то же самое: рассмотрим устройство звуковой системы в изделии конкурирующей организации, Super Nintendo. И снова ключевое отличие этой публикации от аналогичных в том, что я не просто пересказываю вторичные источники, но пропустил эту информацию через призму личного опыта: в былые времена я разработал несколько любительских игр для этой платформы тоже, а заодно и целую музыкальную систему для озвучивания игр SNES GSS. Поэтому я могу более осознанно рассказать про местную специфику работы со звуком, особенности устройства и устоявшиеся в годах заблуждения, связанные с ним.
https://habr.com/ru/companies/ruvds/articles/901944/
#ruvds_статьи #звук #музыка #игры #видеоигры #игровая_приставка #консоль #игровая_консоль #синтезатор #spc700 #sony #wavetable #sample #fm #psg #fmсинтез #сэмплы #цифровой_звук #6502 #65816 #65C816 #snes #super_nintendo #super_famicom #nintendo #16bit #16bit_games
The Mac Studio couldn't make heads or tails of it...
#Apple #Mac #MacStudio #macOS #AppleSilicon #65C816 #retrocomputing #vintagecomputing #vintagecomputers #c-one #jeriellsworth #CPU #FPGA #hardware #tech #LEGO #desk #desktoys #AppleII
Apple’s Untaken Path
It had Apple's first color point-and-click interface, and it ran on a 65C816.
It was the Apple IIGS. It was released two years after the original Macintosh, three after the Lisa, and it worked surprisingly well. It came with 256KB of memory stock but could be gotten with a whole megabyte, and could be expanded to up with 8 MB--in 1986! It supported hard dr
https://setsideb.com/apples-untaken-path/
#retro #6502 #65C816 #apple #appleIIgs #macintosh #retro #stevejobs
Anyone ever seen one of these before?
#65C816 #WDC #CPU #RAM #electronics #vintagecomputing #retrocomputing #misterfpga #photo #tech #chips
@Houl Also the #MOS6502 and it's successors like #65C02 & #65C816 have several key advantages:
- swappable & upgradeable RAM
- swappable & upgradeable Storage
- Expansion buses!
https://en.wikipedia.org/wiki/WDC_65C816
https://github.com/X16Community/x16-docs
BreadBin is an 8-bit TTL CPU on a Breadboard, in a Bread Bin
Building a CPU out of logic gates is a great way to learn about the inner workings of microprocessors, and we've seen several impressive projects in this area. [c0pperdragon] set himself the task of designing a very capable 8-bit CPU using just 74HC type logic chips on a large plug-in breadboard. To emphasize the "bread" theme, he put the whole thing inside an actual bread bin and named the accompanying software BERND after an anthropomorphic loaf from a German TV channel.
Getting a reliable breadboard big enough for the task at hand required some engineering by itself: cheap breadboards often have trouble making a reliable contact at each and every pin, while the length of the ground path and lack of shielding cause trouble for high-speed circuits. [c0pperdragon] therefore bought high-quality breadboards and soldered the ground wires together to get a proper low-resistance path. A ground plane made of aluminium foil should also help to prevent signal integrity issues.
The total circuit is incredibly compact for a complete CPU, using just 33 chips. This includes 64 KB of flash to store programs as well as a 555 timer to generate a clock signal. I/Os are limited to simple eight-bit input and output buses, but a sixteen-bit address bus gives it plenty of space to add ROM, RAM or fancier interfaces.
The aforementioned BERND program is an emulator that allows the BreadBin to run code written for the 65C816 processor, the 16-bit CPU used in the Super Nintendo and the Apple IIGS. This makes it easy to re-use programs developed for [c0pperdragon]'s earlier OS816 system, which uses an actual 65C816 chip.
This has to be one of the cleanest breadboard CPU designs we've seen so far, certainly a lot cleaner than this one. If you'd like to watch a detailed guide to building an 8-bit CPU on a breadboard, we recommend this project.