summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2024-11-16 19:36:34 +0100
committer Olivier Galibert <galibert@pobox.com>2024-11-16 19:41:56 +0100
commit5e63771946a627c57bc2a688519dc36ebb1c360d (patch)
treef1ecc9c821a35d6220b04dce567bb0118d3b44ce /src
parentb7a20d44933959977e214fc7a4222f7c64ebb9f1 (diff)
devcpu: add retry_access and document
Diffstat (limited to 'src')
-rw-r--r--src/emu/devcpu.h1
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;