mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
![]() return a boolean indicating whether the given address was successfully located in a bank. Change raw/decrypted access to look at this result, and if the given address is not in a bank, calls through to the standard read handlers. In theory, this should prevent crashes when accessing opcodes. It does in fact prevent mp_col3 from crashing. Fixed address space mapping handlers to invalidate direct access regions if a change is made to the mapping. This is needed to prevent the Sega dynamic memory mapping chips from falling over. |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |