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

hash/n64.xml: perform a QA pass [Angelo Salese, Happy] #11255

Merged
merged 4 commits into from May 26, 2023
Merged

Conversation

angelosa
Copy link
Member

No description provided.

@angelosa
Copy link
Member Author

Not excessively bothered in logging the video scaling issues across the SW list: needs a re-run of everything that gives back VI values in notes as extra line.

@angelosa angelosa marked this pull request as ready for review May 21, 2023 20:14
@angelosa
Copy link
Member Author

angelosa commented May 21, 2023

nintendo_n64_vi.log

Not extremely willing to upload these as notes line, unless by popular demand.

Generated as:

if ((int)screen().frame_number() == 60*5)
       printf("[vi params] vi_hstart:%d,%d|vi_ystart:%d,%d|vi_xscale:%08x|vi_yscale:%08x|vi_hsync:%d,%d|vi_vsync:%d|%s\n"
       , vi_hstart >> 16, vi_hstart & 0xfff, vi_vstart >> 16, vi_vstart & 0xfff, vi_xscale, vi_yscale
       , vi_hsync & 0xfff,  (vi_hsync >> 16) & 0x1f, vi_vsync, vi_control & 0x40 ? "interlace" : "non-interlace"
       );

@angelosa angelosa merged commit 66baabf into master May 26, 2023
6 checks passed
@angelosa angelosa deleted the n64_qa branch May 26, 2023 01:07
sonninnos pushed a commit to sonninnos/mame that referenced this pull request Jun 5, 2023
* hash/n64.xml: initial QA pass

* hash/n64.xml: QA checkpoint

* hash/n64.xml: QA checkpoint

* hash/n64.xml: finalize QA pass, add some promotions
pauldevine pushed a commit to pauldevine/mame that referenced this pull request Jun 21, 2023
* hash/n64.xml: initial QA pass

* hash/n64.xml: QA checkpoint

* hash/n64.xml: QA checkpoint

* hash/n64.xml: finalize QA pass, add some promotions
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