retro-sargon VS yamaha_dx7_rom_disassembly

Compare retro-sargon vs yamaha_dx7_rom_disassembly and see what are their differences.

retro-sargon

This is a project to bring the code from the book "Sargon a computer chess program" back to life in the modern era (by billforsternz)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
retro-sargon yamaha_dx7_rom_disassembly
3 4
52 60
- -
2.4 7.1
10 months ago 24 days ago
Assembly Assembly
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

retro-sargon

Posts with mentions or reviews of retro-sargon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-12.
  • Atari 2600 Video Chess disassembled and commented at last
    1 project | news.ycombinator.com | 22 Jun 2023
    I'm featured on that page, for porting it to C for running on modern PCs. But by far my favourite retro chess software project is Sargon 1978 https://github.com/billforsternz/retro-sargon
  • Z80 8-bit breadboard computer with Arduino Nano
    1 project | /r/arduino | 16 Feb 2023
    That is so cool! I love that it was released as a whole book. Looks like there's a bit of history behind this version. I found a complete Z80 assembly listing here.
  • Fixing a 30 year-old Roland synthesizer Bug
    2 projects | news.ycombinator.com | 12 Sep 2022
    I browsed through the repository as discovered by colejohnson66 downthread https://github.com/ajxs/yamaha_dx7_rom_disassembly. This is an example of superb, meticulous, lovingly documented work. The kind of thing you don't see every day, congratulations. The attention to detail is really just chef's kiss, starting with a really good repository name (a small thing, but still), continuing through clear and apparently comprehensive documentation of what you did and why, then on to beautifully formatted and commented assembly language (much better than the original source code I'd wager) with coherent and consistent paragraph commenting a particular delight, and finally (and very importantly) dedication to making sure others can reproduce your results and generate a matching binary too. There are likely to be other things of beauty in there I have forgotten to highlight, it's just that good. Oh the FAQ of course, what a great FAQ. Really I am being very wordy for someone that's lost for words.

    BTW, I love retro computing too, this is my best attempt so far in the field https://github.com/billforsternz/retro-sargon. I aspire to similar standards to your good self, but I'm not there yet.

yamaha_dx7_rom_disassembly

Posts with mentions or reviews of yamaha_dx7_rom_disassembly. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-12.
  • Reverse-engineering the Yamaha DX7 synthesizer's sound chip from die photos
    4 projects | news.ycombinator.com | 12 Jan 2024
    I wrote the article mentioned by Ken: https://ajxs.me/blog/Yamaha_DX7_Technical_Analysis.html

    I've unwittingly become a bit of a Yamaha FM Synth historian!

    Here are some other contributions to reverse-engineering the DX7:

    A fully documented disassembly of the DX7 ROM: https://github.com/ajxs/yamaha_dx7_rom_disassembly

    A new firmware ROM that makes the DX9 function like a DX7:

  • Fixing a 30 year-old Roland synthesizer Bug
    2 projects | news.ycombinator.com | 12 Sep 2022
    I browsed through the repository as discovered by colejohnson66 downthread https://github.com/ajxs/yamaha_dx7_rom_disassembly. This is an example of superb, meticulous, lovingly documented work. The kind of thing you don't see every day, congratulations. The attention to detail is really just chef's kiss, starting with a really good repository name (a small thing, but still), continuing through clear and apparently comprehensive documentation of what you did and why, then on to beautifully formatted and commented assembly language (much better than the original source code I'd wager) with coherent and consistent paragraph commenting a particular delight, and finally (and very importantly) dedication to making sure others can reproduce your results and generate a matching binary too. There are likely to be other things of beauty in there I have forgotten to highlight, it's just that good. Oh the FAQ of course, what a great FAQ. Really I am being very wordy for someone that's lost for words.

    BTW, I love retro computing too, this is my best attempt so far in the field https://github.com/billforsternz/retro-sargon. I aspire to similar standards to your good self, but I'm not there yet.

  • Patching an Embedded Synthesiser OS from 1996 with Ghidra
    4 projects | news.ycombinator.com | 24 Apr 2022
    Very cool! This is really great work! It's awesome that there's been so many synthesiser related topics on Hacker News lately. I did a similar project myself to disassemble, and fully annotate the firmware for the Yamaha DX7: https://github.com/ajxs/yamaha_dx7_rom_disassembly

    The biggest hint I could give anyone looking to disassemble a synthesiser operating system is to direct your attention towards the code processing individual MIDI messages. The code is invariably is huge mess, however you'll be able to very quickly identify the operating system's core functions, since the corresponding SysEx parameter numbers clearly identify what functionality you're looking at.

  • Yamaha DX7 reverse-engineering, part III: Inside the log-sine ROM
    2 projects | news.ycombinator.com | 9 Dec 2021
    Anthony just released his annotated DX-7 ROM listing:

    https://github.com/ajxs/yamaha_dx7_rom_disassembly

What are some alternatives?

When comparing retro-sargon and yamaha_dx7_rom_disassembly you can also consider the following projects:

dexed - DX7 FM multi plaform/multi format plugin

zynaddsubfx - ZynAddSubFX open source synthesizer

opl3_fpga - Reverse engineered SystemVerilog RTL version of the Yamaha OPL3 (YMF262) FM Synthesizer

Sonic Pi - Code. Music. Live.

sim68xx - Simulators for 6800 based CPUs

fluidsynth - Software synthesizer based on the SoundFont 2 specifications