mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
psx.cpp : Fix 24bit output
This commit is contained in:
parent
9c3d2812a0
commit
04b8cbe660
@ -297,10 +297,10 @@ private:
|
||||
uint16_t p_n_greensubtrans[ MAX_LEVEL * MAX_LEVEL ];
|
||||
uint16_t p_n_bluesubtrans[ MAX_LEVEL * MAX_LEVEL ];
|
||||
|
||||
uint16_t p_n_g0r0[ 0x10000 ];
|
||||
uint16_t p_n_b0[ 0x10000 ];
|
||||
uint16_t p_n_r1[ 0x10000 ];
|
||||
uint16_t p_n_b1g1[ 0x10000 ];
|
||||
uint32_t p_n_g0r0[ 0x10000 ];
|
||||
uint32_t p_n_b0[ 0x10000 ];
|
||||
uint32_t p_n_r1[ 0x10000 ];
|
||||
uint32_t p_n_b1g1[ 0x10000 ];
|
||||
|
||||
devcb_write_line m_vblank_handler;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user