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





                                                                          

                             
                                          
 
       

                                                                                      
 


                                                  


  


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

    Atari "Round" hardware

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

#include "machine/atarigen.h"

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

	UINT8			m_ym2413_volume;
	UINT8			m_overall_volume;
	UINT32			m_adpcm_bank_base;
};


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

VIDEO_START( relief );
SCREEN_UPDATE( relief );