Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a skeleton for a new Recreativos Franco slot game and move all RF drivers to their own folder #12313

Merged
merged 6 commits into from May 9, 2024

Conversation

clawgrip
Copy link
Contributor

New not working machine

Jail Break (Recreativos Franco slot machine) [Hammy, ClawGrip]

… drivers to their own folder

New not working machine
-----------------------------
Jail Break (Recreativos Franco slot machine) [Hammy, ClawGrip]
rfjailbrk_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag)
, m_maincpu(*this, "maincpu")
, m_okim6376(*this, "oki")
Copy link
Member

Choose a reason for hiding this comment

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

I dislike this naming. I don't need to remember this being 6376 in code, can as well be short-handed to m_oki as also the device tag hints.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You mean changing m_okim6376(*this, "oki") to m_oki(*this, "okim6376") ??

Thanks!!!!

Copy link
Member

Choose a reason for hiding this comment

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

m_oki(*this, "oki")

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done, thanks!!!!

@Osso13 Osso13 merged commit 9b12b9a into mamedev:master May 9, 2024
5 checks passed
@clawgrip clawgrip deleted the recfranco branch May 9, 2024 17:23
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.

None yet

3 participants