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





                                                                          
                                         
 
       

                                                                                      
 



                                                                              

                              



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

    Taito O system

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

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

	/* memory pointers */
//  UINT16 *    paletteram;    // currently this uses generic palette handling

	/* devices */
	device_t *m_maincpu;
	device_t *m_tc0080vco;
};

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

SCREEN_UPDATE( parentj );