diff --git a/dma.cpp b/dma.cpp index c3aa4762..18e57ecb 100644 --- a/dma.cpp +++ b/dma.cpp @@ -859,8 +859,8 @@ bool8 S9xDoDMA (uint8 Channel) count--; // Fall through case 1: - Work = *(base + p); - REGISTER_2119_linear(Work); + OpenBus = *(base + p); + REGISTER_2119_linear(OpenBus); UPDATE_COUNTERS; count--; }