- --
Viewing Issue Advanced Details
| ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 02210 | Misc. | Typo | Always | Sep 7, 2008, 09:02 | Sep 18, 2008, 16:08 |
| Tester | M.A.S.H. | View Status | Public | Platform | MAME (Self-compiled) |
| Assigned To | Resolution | Fixed | OS | Windows XP/Vista 32-bit | |
| Status [?] | Resolved | Driver | |||
| Version | 0.127u2 | Fixed in Version | 0.127u4 | Build | Normal |
| Fixed in Git Commit | Github Pull Request # | ||||
| Summary | 02210: fieldday, undoukai: Game doesn't start. Source typo in 0.126u2. | ||||
| Description |
The address maps in driver 40love.c were converted in MAME 0.126u2. And there was a typo in ADDRESS_MAP_START( undoukai_map...) - see snapshot. The new AM_RANGE for the READ_PORT was: AM_RANGE(0x8808, 0x8808) AM_READ... and not AM_RANGE(0xa808, 0xa808) AM_READ... like in MAME 0.126u1. If you changed this back to 0.126u1, the game works again! |
||||
| Steps To Reproduce | |||||
| Additional Information |
MAME source suggestion: Only one address in the AM_RANGE, if the 2nd address is the same, to prevent source typos. Example: From AM_RANGE(0xa808, 0xa808) AM_READ(input_port_2_r) to AM_RANGE(0xa808) AM_READ(input_port_2_r) |
||||
| Github Commit | |||||
| Flags | |||||
| Regression Version | 0.126u2 | ||||
| Affected Sets / Systems | fieldday, undoukai | ||||
|
Attached Files
|
|||||
Relationships
| There are no relationship linked to this issue. |
Notes
1
|
No.02480
aaron Developer
Sep 18, 2008, 16:08
edited on: Sep 18, 2008, 16:08 |
by MASH |
|---|