mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
Brown paper bag time (nw)
This commit is contained in:
parent
78dcd7b9eb
commit
b184ebfd9d
@ -916,7 +916,7 @@ public:
|
||||
void remove_change_notifier(int id);
|
||||
|
||||
void invalidate_caches(read_or_write mode) {
|
||||
if(!(u32(mode) & ~m_in_notification)) {
|
||||
if(u32(mode) & ~m_in_notification) {
|
||||
u32 old = m_in_notification;
|
||||
m_in_notification |= u32(mode);
|
||||
for(const auto &n : m_notifiers)
|
||||
|
Loading…
Reference in New Issue
Block a user