Actions
Emulator Issues #105
closedTLB Implementation
Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
What steps will reproduce the problem?
- Play F-Zero GX
- It will Panic!
What is the expected output? What do you see instead?
A PANIC! Box that reads: TLB Read from unknown memory (address) several
games use the TLB to map memory, this function is not supported in
Dolphin, cheers
What version of the product are you using? On what operating system?
Using Dolphin R126 on Vista 64
Please provide any additional information below.
Function needs to be implemented, will help several games run...
Updated by hrydgard over 16 years ago
- Status changed from New to Duplicate
yup, as chaoscode says, dupe of 103. marking.
Updated by hrydgard almost 16 years ago
- Status changed from Duplicate to Won't fix
TLBHack works around this, for F-Zero at least.
Updated by hrydgard almost 15 years ago
- Status changed from Won't fix to Fixed
Turns out that F-Zero had an MMU problem after all - and the parts of the MMU that F-
Zero cares about have been added.
Actions