Skip to content

Conversation

@felipesanches
Copy link
Contributor

The knobs are still not interactive. I'll prepare a followup PR with lua scripting once we have further progress in the CPU core so that we can hook up bank switching to port 5 high nibble, and also the actual hooking of the knobs. It will be a bit easier to troubleshoot the interactive knobs after we have some feedback on the LCD.

Screenshot From 2025-10-17 22-26-39


CONS( 1997, virusa, 0, 0, virus, virus, acvirus_state, empty_init, "Access", "Virus A", MACHINE_NOT_WORKING|MACHINE_NO_SOUND )
CONS( 1999, virusb, 0, 0, virus, virus, acvirus_state, empty_init, "Access", "Virus B (Ver. T)", MACHINE_NOT_WORKING|MACHINE_NO_SOUND )
CONS( 1999, virusb, 0, 0, virusb, virusb, acvirus_state, empty_init, "Access", "Virus B (Ver. T)", MACHINE_NOT_WORKING|MACHINE_NO_SOUND )
Copy link
Member

Choose a reason for hiding this comment

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

I know it's not your fault, but why this is a CONS? Shouldn't it be a SYST?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't know.

@felipesanches
Copy link
Contributor Author

I've just git-rebased and fixed conflicts after @galibert's recent update that added support for hooking up port 5.

The addresses (or ports) for the scanning of buttons and for hooking up the display are still unknown.

@felipesanches
Copy link
Contributor Author

felipesanches commented Oct 20, 2025

One of the CI jobs in this PR took 6 hours and then was cancelled (presumably due to a timeout). It seems to me that's a glitch on the CI environment, and not really a problem with this PR.

https://github.com/mamedev/mame/actions/runs/18634437084/job/53123624235?pr=14355

For additional thoughts on slow CI jobs, I've opened issue #14377, but I think we're good to merge here.

Screenshot From 2025-10-20 00-24-14

@galibert galibert merged commit f6c3bbf into mamedev:master Oct 20, 2025
5 of 6 checks passed
@felipesanches
Copy link
Contributor Author

F... Yeah! :-D

felipesanches referenced this pull request in mamedev/build Oct 29, 2025
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.

3 participants