Closed jstavats closed 3 years ago
In your repository main page just above the list of files you can see the button "pull request" So press it and it will make PR to main repository. About patches: You don't need to write address for every byte if they are sequential. Just set beginning address and then write array of bytes like: 00 00 00 00 It will make a better look.
Ok, thanks. Submitted. I knew about the multiple byte patching, but the original patch author presented only the bytes that he changed and many are non-consecutive (so I left it in his format rather than risk breaking it).
Jay
From: Alexey Melnikov notifications@github.com Sent: Friday, January 1, 2021 1:37:48 AM To: MiSTer-devel/Arcade-Scramble_MiSTer Arcade-Scramble_MiSTer@noreply.github.com Cc: Stavnitzky, Jay jstavnitzky@atsautomation.com; Author author@noreply.github.com Subject: Re: [MiSTer-devel/Arcade-Scramble_MiSTer] Bugfixed Frogger mra (#17)
In your repository main page just above the list of files you can see the button "pull request" So press it and it will make PR to main repository. About patches: You don't need to write address for every byte. Just set beginning address and then write array of bytes like: 00 00 00 00 It will make a better look.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/MiSTer-devel/Arcade-Scramble_MiSTer/issues/17#issuecomment-753271123, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AN4HBU6CZYHFJAIZHJGBTTTSXVUTTANCNFSM4VPR5OXQ.
This email communication is CONFIDENTIAL. If you are not the intended recipient, you may not use, copy or disclose to anyone the message or any information contained in the message and I ask that you please notify me by return email and delete this communication immediately. Thank you.
submitted.
Hi,
I'm not sure how to contribute this but there is a patch to the konami frogger romfiles that fixes some bugs in frogger over at:
http://www.ukvac.com/forum/frogger-bugs-descriptions-and-fixes_topic381374.html
These issues appear to be present in the current mister sega rom set too.
Anyways, I took the file from that forum and made up a .mra that applies the patch to the mame konami roms. I was hoping that somehow this could be added to the distro...
Perhaps this should go in the alternatives directory?
The file is submitted in the fork here:
https://github.com/jstavats/Arcade-Scramble_MiSTer/tree/patch-1
Jay