mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +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 remove_change_notifier(int id);
|
||||||
|
|
||||||
void invalidate_caches(read_or_write mode) {
|
void invalidate_caches(read_or_write mode) {
|
||||||
if(!(u32(mode) & ~m_in_notification)) {
|
if(u32(mode) & ~m_in_notification) {
|
||||||
u32 old = m_in_notification;
|
u32 old = m_in_notification;
|
||||||
m_in_notification |= u32(mode);
|
m_in_notification |= u32(mode);
|
||||||
for(const auto &n : m_notifiers)
|
for(const auto &n : m_notifiers)
|
||||||
|
Loading…
Reference in New Issue
Block a user