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 support for some arcade bootlegs using genesis hardware #176

Merged
merged 3 commits into from
Oct 28, 2024

Conversation

arcadez2003
Copy link
Contributor

Aladdin, Bare Knuckle 2 + 3 and Sonic The Hedgehog 2

Not enabled in the build as yet.

Aladdin, Bare Knuckle 2 + 3 and Sonic The Hedgehog 2

Not enabled in the build as yet.
@arcadez2003
Copy link
Contributor Author

arcadez2003 commented Oct 28, 2024

@amadvance looking at the errors it's related to handlers i've already declared in genesis.h

extern int genesis_region;
extern READ16_HANDLER ( genesis_68000_io_r );
extern WRITE16_HANDLER ( genesis_68000_io_w );

Im pretty confident if you merge the pr's everything should end up fine and dandy, all i need to
do is to enable the new romsets and declare them in mamedriv.c which will then throw up some
more temp errors :)

@amadvance amadvance merged commit 4abe651 into amadvance:master Oct 28, 2024
1 check failed
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