From f1dea9133361a919d943100b71c3c4d22c778de9 Mon Sep 17 00:00:00 2001 From: smf- Date: Thu, 2 Jun 2011 21:41:01 +0000 Subject: [PATCH] fixed which gpu is the non standard one. --- src/emu/video/psx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/video/psx.c b/src/emu/video/psx.c index b6082b67ee7..125495c144d 100644 --- a/src/emu/video/psx.c +++ b/src/emu/video/psx.c @@ -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 ); }