mirror of
https://github.com/holub/mame
synced 2025-05-10 16:21:42 +03:00
fixed which gpu is the non standard one.
This commit is contained in:
parent
fa7d35f037
commit
f1dea91333
@ -26,7 +26,7 @@ psxgpu_device::psxgpu_device(const machine_config &mconfig, device_type type, co
|
|||||||
|
|
||||||
void psxgpu_device::device_start( void )
|
void psxgpu_device::device_start( void )
|
||||||
{
|
{
|
||||||
if( m_type == CXD8514Q )
|
if( m_type == CXD8538Q )
|
||||||
{
|
{
|
||||||
psx_gpu_init( 1 );
|
psx_gpu_init( 1 );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user