- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
01818 | DIP/Input | Trivial | Always | May 22, 2008, 18:11 | Jun 21, 2008, 10:01 |
Tester | Tafoid | View Status | Public | Platform | MAME (Self-compiled) |
Assigned To | stephh | Resolution | Fixed | OS | Windows 2000 |
Status [?] | Resolved | Driver | |||
Version | 0.125u2 | Fixed in Version | 0.125u7 | Build | Athlon |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 01818: All sets in rastan.c: 2nd (unused) Service Mode DIP assigned. | ||||
Description |
There are (2) Service Mode entries showing in DIP Switches menu. The top one equates to the normal F2 Test Mode switch. The bottom one doesn't seem to do anything. |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | 0.118u3 | ||||
Affected Sets / Systems | All sets in rastan.c | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
2
No.01054
Fujix Administrator
May 22, 2008, 18:30
edited on: May 22, 2008, 18:31 |
2-8 is an unused switch according to http://otoya.sheep-cloud.net/dipsw/ya-wa/rastan.html |
---|---|
No.01343
stephh Developer
Jun 21, 2008, 08:49
|
I confirm (with the M68000 code) that there is no "hidden feature" with this switch. So change : PORT_SERVICE( 0x80, IP_ACTIVE_LOW ) to : PORT_DIPUNUSED( 0x80, IP_ACTIVE_LOW ) OT: If someone wants to submit this easy fix, there is a duplicated comment in my notes for 'rastsaga' : - There was sort of debug address at 0x05fffc.w in ROM area See 'rastan' comments to know what the different bits do Please remove the first occurence before copyright info. |