Added a check for a bus error when fetching an instruction, the bus error condition is cleared before the fetch so bus errors in the debugger don't cause an exception to be triggered. [smf]

This commit is contained in:
smf- 2013-05-23 21:35:03 +00:00
parent d62b776560
commit 52721f795b
2 changed files with 876 additions and 862 deletions

File diff suppressed because it is too large Load Diff

View File

@ -297,6 +297,7 @@ protected:
void common_exception( int exception, UINT32 romOffset, UINT32 ramOffset );
void exception( int exception );
void breakpoint_exception();
void fetch_bus_error_exception();
void load_bus_error_exception();
void store_bus_error_exception();
void load_bad_address( UINT32 address );