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 ); }