mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
None memwatch flag.
This commit is contained in:
parent
01b0a01e2d
commit
02b585efc4
@ -2632,6 +2632,7 @@ struct mw_acc
|
||||
static const struct mw_acc memwatch_access_masks[] =
|
||||
{
|
||||
{ MW_MASK_ALL, _T("ALL") },
|
||||
{ MW_MASK_NONE, _T("NONE") },
|
||||
{ MW_MASK_ALL & ~MW_MASK_CPU, _T("DMA") },
|
||||
{ MW_MASK_BLITTER_A | MW_MASK_BLITTER_B | MW_MASK_BLITTER_C | MW_MASK_BLITTER_D, _T("BLT") },
|
||||
{ MW_MASK_AUDIO_0 | MW_MASK_AUDIO_1 | MW_MASK_AUDIO_2 | MW_MASK_AUDIO_3, _T("AUD") },
|
||||
|
||||
@ -91,6 +91,7 @@ extern struct breakpoint_node bpnodes[BREAKPOINT_TOTAL];
|
||||
#define MW_MASK_SPR_5 0x01000000
|
||||
#define MW_MASK_SPR_6 0x02000000
|
||||
#define MW_MASK_SPR_7 0x04000000
|
||||
#define MW_MASK_NONE 0x08000000
|
||||
#define MW_MASK_ALL (0x08000000 - 1)
|
||||
|
||||
#define MEMWATCH_TOTAL 20
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user