-
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.
MEGA65: DMA debug fix/optimization #198
Small fix for more sane debug output when DO_DEBUG_DMA is defined for some extra DMA information. Nothing here which should affect an average user, only in a very unlikely scenario: One limitation of DMA emulation in Xemu: enhanced mode option list is read in a blockling fashion, thus an "unended" list will stall the emulator (though it's unlikely not to meet a zero byte sooner or later in the memory). To avoid this (and also warn the user about something fishy is going on) there is a warning window in that case - as the number of enhanced mode options are limited, it's simply insane to have a very large option list, thus it's a certain sign of some bug in the software which produces this: better the user to know.
- Loading branch information
Showing
2 changed files
with
31 additions
and
20 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
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