Skip to content

Conversation

@m1macrophage
Copy link
Contributor

New functionality:

  • Wheel RC circuits.
  • Autotune circuit.
  • Audio.

Systems promoted to working

Sequential Circuits Six-Trak (Model 610) Rev B/C

New functionality:
* Wheel RC circuits.
* Autotune circuit.
* Audio.

Systems promoted to working
----------------------------
Sequential Circuits Six-Trak (Model 610) Rev B/C
// The autotune implementation on the Six-Trak depends on behavior of the
// 8253 that does not seem to be accurately emulated in pit8253.cpp.
// Specifically, the Six-Trak expects that:
// - The counter is incremented on the negative-going edge of the clock.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These bugs should be fixed in pit8253.cpp so that it has verified behavior in the future. However, there is a pretty high risk that one or both of those details are relied on by some of the many other users of that device. So doing that in a separate pull request that we can get some testing on would be great.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Acknowledged. And yeah, I didn't want to touch pit8253.cpp due to its extended usage, and since it is possible I am misunderstanding something. I can send a PR after I wrap up some other changes, and we can discuss there.

@rb6502 rb6502 merged commit df92db3 into mamedev:master Nov 17, 2025
7 checks passed
@m1macrophage m1macrophage deleted the sixtrak branch November 18, 2025 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants