summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/includes/lvcards.h
blob: 39addbd582a14c8abe7e77af3130867081c53f95 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12


                                          

                                                                                       
 





                                
  
 

                                                      






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

	UINT8 m_payout;
	UINT8 m_pulse;
	UINT8 m_result;
	UINT8 *m_videoram;
	UINT8 *m_colorram;
	tilemap_t *m_bg_tilemap;
};


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

WRITE8_HANDLER( lvcards_videoram_w );
WRITE8_HANDLER( lvcards_colorram_w );

PALETTE_INIT( lvcards );
PALETTE_INIT( ponttehk );
VIDEO_START( lvcards );
SCREEN_UPDATE( lvcards );