summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/includes/thunderj.h
blob: 9c7f85f0dec90f544d703ccbf3bede6e55d3a08c (plain) (tree)
1
2
3
4
5
6
7
8
9





                                                                          

                             
                                            
 
       

                                                                                        
 
                                                  
  
 

                                                       

                        
                          
/*************************************************************************

    Atari ThunderJaws hardware

*************************************************************************/

#include "machine/atarigen.h"

class thunderj_state : public atarigen_state
{
public:
	thunderj_state(const machine_config &mconfig, device_type type, const char *tag)
		: atarigen_state(mconfig, type, tag) { }

	UINT8			m_alpha_tile_bank;
};


/*----------- defined in video/thunderj.c -----------*/

VIDEO_START( thunderj );
SCREEN_UPDATE( thunderj );