mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
psx.cpp : Forgot for fix states
This commit is contained in:
parent
1f3f544638
commit
1c5333a42c
@ -44,18 +44,18 @@ void psxgpu_device::device_start()
|
|||||||
|
|
||||||
if (type() == CXD8538Q)
|
if (type() == CXD8538Q)
|
||||||
{
|
{
|
||||||
m_has_sgram = true; // VRAM
|
m_has_sgram = false; // VRAM
|
||||||
psx_gpu_init( 1 );
|
psx_gpu_init( 1 );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (type() == CXD8514Q)
|
if (type() == CXD8514Q)
|
||||||
{
|
{
|
||||||
m_has_sgram = true; // VRAM
|
m_has_sgram = false; // VRAM
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_has_sgram = false; // SGRAM
|
m_has_sgram = true; // SGRAM
|
||||||
}
|
}
|
||||||
psx_gpu_init( 2 );
|
psx_gpu_init( 2 );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user