forgot to commit this file

This commit is contained in:
Fabio Priuli 2010-03-28 11:34:12 +00:00
parent ed1090f26e
commit b4b002fa5f

View File

@ -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 */