Beispiel #1
0
VIDEO_START_MEMBER(taitof2_state,taitof2_pulirula)
{

	m_pivot_xdisp = -10;    /* alignment seems correct (see level 2, falling */
	m_pivot_ydisp = 16; /* block of ice after armour man) */
	taitof2_core_vh_start(machine(), 2, 3, 3);
}
Beispiel #2
0
VIDEO_START_MEMBER(taitof2_state,taitof2_mjnquest)
{

	taitof2_core_vh_start(machine(), 0, 0, 0);

	tc0100scn_set_bg_tilemask(m_tc0100scn, 0x7fff);
}
Beispiel #3
0
VIDEO_START_MEMBER(taitof2_state,taitof2_dondokod)/* dondokod, cameltry */
{

	m_pivot_xdisp = -16;
	m_pivot_ydisp = 0;
	taitof2_core_vh_start(machine(), 0, 3, 3);
}
Beispiel #4
0
VIDEO_START_MEMBER(taitof2_state,taitof2_driftout)
{

	m_pivot_xdisp = -16;
	m_pivot_ydisp = 16;
	taitof2_core_vh_start(machine(), 0, 3, 3);
}
Beispiel #5
0
VIDEO_START_MEMBER(taitof2_state,taitof2_hthero)
{

	taitof2_core_vh_start(machine(), 0, 3, 3);

	m_game = FOOTCHMP;
}
Beispiel #6
0
VIDEO_START_MEMBER(taitof2_state,taitof2_solfigtr)
{
	taitof2_core_vh_start(machine(), 0, 3, -3);
}
Beispiel #7
0
VIDEO_START_MEMBER(taitof2_state,taitof2_dinorex)
{
	taitof2_core_vh_start(machine(), 3, 3, 3);
}
Beispiel #8
0
VIDEO_START_MEMBER(taitof2_state,taitof2_yuyugogo)
{
	taitof2_core_vh_start(machine(), 1, 3, 3);
}
Beispiel #9
0
VIDEO_START_MEMBER(taitof2_state,taitof2_gunfront)
{
	taitof2_core_vh_start(0, 3, 3);
}
Beispiel #10
0
VIDEO_START_MEMBER(taitof2_state,taitof2_finalb)
{
	taitof2_core_vh_start(machine(), 0, 1, 1);
}
Beispiel #11
0
VIDEO_START_MEMBER(taitof2_state,taitof2_megab)/* Megab, Liquidk */
{
	taitof2_core_vh_start(machine(), 0, 3, 3);
}
Beispiel #12
0
VIDEO_START_MEMBER(taitof2_state,taitof2_qzchikyu)
{
	taitof2_core_vh_start(machine(), 0, 0, 4);
}
Beispiel #13
0
VIDEO_START_MEMBER(taitof2_state,taitof2_ninjak)
{
	taitof2_core_vh_start(machine(), 0, 0, 0);
}
Beispiel #14
0
VIDEO_START_MEMBER(taitof2_state,taitof2_yesnoj)
{
	taitof2_core_vh_start(0, 3, 3);
}
Beispiel #15
0
VIDEO_START_MEMBER(taitof2_state,taitof2_metalb)
{
	taitof2_core_vh_start(0, 3, 3);
}
Beispiel #16
0
VIDEO_START_MEMBER(taitof2_state,taitof2_deadconxj)
{
	taitof2_core_vh_start(0, 3, 3);
}
Beispiel #17
0
VIDEO_START_MEMBER(taitof2_state,taitof2_footchmp)
{
	taitof2_core_vh_start(0, 3, 3);

	m_game = FOOTCHMP;
}
Beispiel #18
0
VIDEO_START_MEMBER(taitof2_state,taitof2_default)
{
	taitof2_core_vh_start(machine(), 0, 0, 0);
}
Beispiel #19
0
VIDEO_START_MEMBER(taitof2_state,taitof2_koshien)
{
	taitof2_core_vh_start(machine(), 0, 1,  - 1);
}
Beispiel #20
0
VIDEO_START_MEMBER(taitof2_state,taitof2_quiz)/* Quiz Crayons, Quiz Jinsei */
{
	taitof2_core_vh_start(machine(), 3, 3, 3);
}
Beispiel #21
0
VIDEO_START_MEMBER(taitof2_state,taitof2_thundfox)
{
	taitof2_core_vh_start(machine(), 0, 3, -3);
}
Beispiel #22
0
VIDEO_START_MEMBER(taitof2_state,taitof2_ssi)
{
	taitof2_core_vh_start(machine(), 0, 3, 3);
}
Beispiel #23
0
VIDEO_START_MEMBER(taitof2_state,taitof2_growl)
{
	taitof2_core_vh_start(0, 3, 3);
}