-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
M65: implement CPU-addr DMA-lists #198
* Implementing $D706 triggered DMA session, when address is "CPU address" * Implementing $D707 triggered DMA session (in mega65-core it's not done yet, but planned!) meaning "in-line DMA": the address is from CPU PC automatically, only $D707 must be written, DMA list bytes read by PC, and after the DMA session, CPU execution continues after the last byte of the DMA list ($D706 is simply any 16 bit CPU address, not the PC based scheme!)
- Loading branch information
Showing
1 changed file
with
52 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters