diff options
Diffstat (limited to 'src/emu/devcpu.h')
-rw-r--r-- | src/emu/devcpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/devcpu.h b/src/emu/devcpu.h index dcfa89a9480..e4a37575858 100644 --- a/src/emu/devcpu.h +++ b/src/emu/devcpu.h @@ -50,6 +50,7 @@ public: // The access has already happened, nothing to abort void access_after_delay(u32 cycles) noexcept; + void defer_access() noexcept; void retry_access() noexcept; |