Skip to content

igs/igs_fear.cpp: made game playable without sound [XingXing] #12563

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

Merged
merged 2 commits into from
Jul 11, 2024

Conversation

HappyASR
Copy link
Contributor

  • added timer and interrupt
  • added rtc
  • add input and dipswitch
  • add fipx in sprite drawing
  • correct game version of superkids


uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);

uint32_t m_gpio_o;
Copy link
Contributor

Choose a reason for hiding this comment

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

We prefer to keep function signatures and variables separate. I usually do all the function stuff and then all the variables, but the other way is fine too if that works better for you. I used to write stuff all mixed together like this and it turns out it wasn't great for maintaining it later.

@rb6502
Copy link
Contributor

rb6502 commented Jul 10, 2024

This looks quite good aside from the one thing I pointed out. Get that rearranged and it should be good to go.

@rb6502 rb6502 merged commit e83123d into mamedev:master Jul 11, 2024
5 checks passed
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