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

Update for rgbds >= 0.6.0 #933

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

Update for rgbds >= 0.6.0 #933

wants to merge 2 commits into from

Conversation

orbea
Copy link

@orbea orbea commented Feb 19, 2024

I was curious to see if I could build a functional gbc rom, but the rgbds version in Gentoo is too new... I also confirmed it still builds with a locally built copy of rgbds 0.5.2 and the current rgbds git master branch.

I used sed(1) to update the MACROS.

grep -rl ': MACRO' | xargs sed -i 's/\(.*\): MACRO/MACRO \1/'

This was accomplished with:

  grep -rl ': MACRO' | xargs sed -i 's/\(.*\): MACRO/MACRO \1/'
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

1 participant