fixed which gpu is the non standard one.

This commit is contained in:
smf- 2011-06-02 21:41:01 +00:00
parent fa7d35f037
commit f1dea91333

View File

@ -26,7 +26,7 @@ psxgpu_device::psxgpu_device(const machine_config &mconfig, device_type type, co
void psxgpu_device::device_start( void )
{
if( m_type == CXD8514Q )
if( m_type == CXD8538Q )
{
psx_gpu_init( 1 );
}