Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
04876 Graphics Minor Always May 28, 2012, 03:50 May 28, 2012, 11:02
Tester M.A.S.H. View Status Public Platform MAME (Self-compiled)
Assigned To Resolution Duplicate OS Windows XP
Status [?] Closed Driver
Version 0.146 Fixed in Version Build Normal
Fixed in Git Commit Github Pull Request #
Summary 04876: tmnt: Visible area problem
Description The visible area in 'Teenage Mutant Ninja Turtles' is too big, there is a big
bar on the left (see tmnt-146.png). It was changed in 0.143u8:

Various fixes in tmnt.c driver [kanikani]
 * T.M.N.T.
 - fixed visible area (garbage on each side is correct (verified on
    PCB))
.
.
.

I checked Youtube and found 4x videos which show the correct "visible area" and not
the garbage on each side.


Replaced in drivers\tmnt.c at MACHINE_CONFIG_START( tmnt, tmnt_state ) lines 2367/8:

//MCFG_SCREEN_VISIBLE_AREA(13*8, (64-13)*8-1, 2*8, 30*8-1 )
MCFG_SCREEN_VISIBLE_AREA(13*8-8, (64-13)*8-1+8, 2*8, 30*8-1 )

with
MCFG_SCREEN_VISIBLE_AREA(13*8, (64-13)*8-1, 2*8, 30*8-1 )

or better with this smaller one
MCFG_SCREEN_VISIBLE_AREA(13*8+8, (64-13)*8-1-8, 2*8, 30*8-1 )
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version 0.143u8
Affected Sets / Systems tmnt
Attached Files
png file icon tmnt-0.146.png (21,453 bytes) May 28, 2012, 03:50 Uploaded by M.A.S.H.
M.A.S.H.
jpg file icon Teenage Mutant Hero Turtles TMNT Arcade Machine Level 1 in Play (DbIjpsPMmvM).jpg (55,966 bytes) May 28, 2012, 03:51 Uploaded by M.A.S.H.
M.A.S.H.
jpg file icon Teenage Mutant Hero Turtles Arcade Machine (QI9MW2u3nEg).jpg (53,224 bytes) May 28, 2012, 03:52 Uploaded by M.A.S.H.
M.A.S.H.
jpg file icon Arcade Cab Review Teenage Mutant Hero Turtles - Replay Expo 2011 (u_dd8J3HAmc).jpg (43,731 bytes) May 28, 2012, 03:53 Uploaded by M.A.S.H.
M.A.S.H.
jpg file icon My 80's90's arcade collection(oUPACiabQUg).jpg (36,289 bytes) May 28, 2012, 03:53 Uploaded by M.A.S.H.
M.A.S.H.
Relationships
duplicate of 04790Resolved  tmnt and clones: vertical bar sometimes displayed on left side of screen 
Notes
2
User avatar
No.08675
haynor666
Tester
May 28, 2012, 06:14
One of the photos actually shows a bit of this yellow bar
User avatar
No.08677
Tafoid
Administrator
May 28, 2012, 11:00
http://mametesters.org/view.php?id=4790

Not a bug
Closing as duplicate