diff options
Diffstat (limited to 'runtime.S')
-rw-r--r-- | runtime.S | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -209,6 +209,9 @@ try_fifo_write: push %rbx /* fetch VDP context pointer from 68K context */ mov 128(%rsi), %rdx + /* check DMA flag */ + bt $6, 19(%rdx) + jc fifo_fallback /* get fifo_cur and compare it to fifo_end */ mov (%rdx), %rbx cmp %rbx, 8(%rdx) |