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


                                        

                                                                                     
 


                             


  

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

	UINT8 *m_videoram;
	UINT8 *m_battery_ram;
	int m_trigger;
};


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

SCREEN_UPDATE( truco );
PALETTE_INIT( truco );