mirror of
https://github.com/holub/mame
synced 2025-05-21 13:18:56 +03:00
forgot to commit this file
This commit is contained in:
parent
ed1090f26e
commit
b4b002fa5f
@ -23,7 +23,7 @@
|
||||
#define DOTCLK_NTSC (MCLK_NTSC/4)
|
||||
#define DOTCLK_PAL (MCLK_PAL/4)
|
||||
|
||||
#define SNES_LAYER_DEBUG 0
|
||||
#define SNES_LAYER_DEBUG 1
|
||||
|
||||
/* Debug definitions */
|
||||
#ifdef MAME_DEBUG
|
||||
@ -415,6 +415,8 @@ public:
|
||||
UINT8 hdma_line_counter;
|
||||
UINT8 unk;
|
||||
|
||||
int do_transfer;
|
||||
|
||||
int dma_disabled; // used to stop DMA if HDMA is enabled (currently not implemented, see machine/snes.c)
|
||||
}dma_channel[8];
|
||||
UINT8 hdmaen; /* channels enabled for HDMA */
|
||||
|
Loading…
Reference in New Issue
Block a user