-
Notifications
You must be signed in to change notification settings - Fork 2.2k
model3.cpp, naomi.cpp: Correct Virtual On Oratorio Tangram descriptions [sjy96525] #13994
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…. ver 5.66 2000 Edition description [sjy96525]
Motocross Go! (MG3 Ver. A) hasn't Parental Advisory Warning screen in attract mode, so set it to World; Motocross Go! (MG2 Ver. A) has a Parental Advisory Warning screen in attract mode and skips the bike select screen, so set it to US. Crisis Zone (US, CSZ03 Ver. B set 2) hasn't Parental Advisory Warning screen in attract mode, date is 99/11/06 and has green hit sparks, so set it to World, CSZ04 Ver. A, and Crisis Zone (World CSZ04 Ver. A) has a Parental Advisory Warning screen in attract mode and date is 99/11/19, so set it to US, CSZ03 Ver. B set 2.
angelosa
reviewed
Jul 28, 2025
src/mame/sega/model3.cpp
Outdated
Comment on lines
7006
to
7009
GAME( 1998, von2, 0, model3_20_5881, von2, model3_state, init_von2, ROT0, "Sega", "Cyber Troopers Virtual-On Oratorio Tangram (Japan, Revision B)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND ) // No region specified or selectable | ||
GAME( 1998, von2a, von2, model3_20_5881, von2, model3_state, init_von2, ROT0, "Sega", "Cyber Troopers Virtual-On Oratorio Tangram (Japan, Revision A)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND ) // No region specified or selectable | ||
GAME( 1998, von2o, von2, model3_20_5881, von2, model3_state, init_von2, ROT0, "Sega", "Cyber Troopers Virtual-On Oratorio Tangram (Japan)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND ) // No region specified or selectable | ||
GAME( 1998, von254g, von2, model3_20_5881, von2, model3_state, init_von2, ROT0, "Sega", "Cyber Troopers Virtual-On Oratorio Tangram M.S.B.S. ver 5.4 (Japan)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND ) // No region specified or selectable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oratorio Tangram is the subtitle, canonically needs the :
split.
perhaps von2* should not have (Japan) because game was designed for several regions, and it can be changed via special code? (which is also true for many other Model 3 games too) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In according with titlescreen, the correct von2, von2a, von2o, von254g, vonot descriptions are Cyber Troopers Virtual-On Oratorio Tangram (Japan, Revision B), Cyber Troopers Virtual-On Oratorio Tangram (Japan, Revision A), Cyber Troopers Virtual-On Oratorio Tangram (Japan), Cyber Troopers Virtual-On Oratorio Tangram M.S.B.S. ver 5.4 and Cyber Troopers Virtual-On Oratorio Tangram M.S.B.S. ver 5.66 2000 Edition.
namcos23.cpp: Corrected Motocross Go! and Crisis Zone region descriptions [sjy96525]
Motocross Go! (MG3 Ver. A) hasn't Parental Advisory Warning screen in attract mode, so set it to World; and Motocross Go! (MG2 Ver. A) has a Parental Advisory Warning screen in attract mode and skips the bike select screen, so set them to US.
Crisis Zone (US, CSZ03 Ver. B set 2) hasn't Parental Advisory Warning screen in attract mode, date is 99/11/06 and has green hit sparks, so set it to World, CSZ04 Ver. A, and Crisis Zone (World CSZ04 Ver. A) has a Parental Advisory Warning screen in attract mode and date is 99/11/19, so set it to US, CSZ03 Ver. B set 2.