Fix for mametester 5328, switched guitar freaks 2 to a 32mb card. It only flashes 16mb to the flash card but it checks and erases 32mb. Consistent code formatting. [smf]

This commit is contained in:
smf- 2013-10-11 09:53:58 +00:00
parent 775ca5652a
commit a66b49c9ab

View File

@ -626,14 +626,6 @@ private:
int bit;
} m_stage_state[ 2 ];
//int m_f;
//int m_o;
//int m_s;
//UINT32 m_a;
//UINT32 m_b;
//UINT32 m_c;
//UINT32 m_d;
int m_salarymc_lamp_bits;
int m_salarymc_lamp_shift;
int m_salarymc_lamp_d;
@ -2418,8 +2410,8 @@ static MACHINE_CONFIG_DERIVED(gtrfrks, k573a)
MACHINE_CONFIG_END
static MACHINE_CONFIG_DERIVED( gtrfrk2m, k573a )
MCFG_FRAGMENT_ADD( pccard1_16mb )
MCFG_FRAGMENT_ADD( cassyi )
MCFG_FRAGMENT_ADD( pccard1_32mb ) // HACK: The installation tries to check and erase 32mb but only flashes 16mb.
MACHINE_CONFIG_END
static MACHINE_CONFIG_DERIVED( gtrfrk3m, k573d )