Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
03692 Crash/Freeze Minor Always Jan 27, 2010, 00:20 Jan 28, 2010, 15:23
Tester M.A.S.H. View Status Public Platform MAME (Self-compiled)
Assigned To M.A.S.H. Resolution Fixed OS Windows XP (32-bit)
Status [?] Resolved Driver
Version 0.136u1 Fixed in Version 0.136u3 Build Normal
Fixed in Git Commit Github Pull Request #
Summary 03692: kurikint: Service Switch error
Description Kuri Kinton shows a 'SERVICE SW ERROR' at start and can't be played.
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version 0.136u1
Affected Sets / Systems kurikint
Attached Files
png file icon kurikint.png (1,867 bytes) Jan 27, 2010, 00:20
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.05578
M.A.S.H.
Senior Tester
Jan 27, 2010, 00:37
Found the bug. Seems to be a ADDRESS_MAP typo.

Changed in driver\taito_l.c line 839 from

AM_RANGE(0xa000, 0xbfff) AM_RAM AM_BASE_MEMBER(taitol_state, shared_ram)

back to

AM_RANGE(0xa000, 0xa7ff) AM_RAM AM_BASE_MEMBER(taitol_state, shared_ram)

Fixed! I will send it to MAME.