mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
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:
parent
d62b776560
commit
52721f795b
File diff suppressed because it is too large
Load Diff
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user