Skip to content

misc/amaticmg: Add Fruit Poker (V.Swe 1.74) #14033

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

FakeShemp
Copy link
Contributor

@FakeShemp FakeShemp commented Aug 8, 2025

New systems marked not working

Fruit Poker (V.Swe 1.74) [FakeShemp]


I haven't really done any code for MAME before, so there probably are a lot of issues. Please point them out and I'll fix asap.

I don't really know much about the system so stuff like INIT is not based on anything, but a pure guess.

FPoker

@angelosa
Copy link
Member

angelosa commented Aug 8, 2025

Looks fine by quick glance. Need whatsnew credit about who did the dump and perhaps a TODO note describing how it's behaving.

@angelosa
Copy link
Member

angelosa commented Aug 8, 2025

Sounds like CI is failing because roms are using uppercase characters (and extra .?).

 	auto const valid_name_char = [] (char ch) { return ((ch >= '0') && (ch <= '9')) || ((ch >= 'a') && (ch <= 'z')) || (ch == '_'); };

You can test it locally by ./yourbuild -validate after it compiled.

@FakeShemp
Copy link
Contributor Author

Thanks! I think those issues have been fixed now. I was the one who did the dump as well.

@Osso13
Copy link
Member

Osso13 commented Aug 16, 2025

Please remember to submit the necessary data, like detailed here https://wiki.mamedev.org/index.php/Submitting_Source_Code

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