mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
(MESS) p2000t : fixed regression that happened in the 146-147 cycle. Last line of the display was not visible.
This commit is contained in:
parent
7dd8bc3fe7
commit
4538949abf
@ -215,7 +215,7 @@ READ8_MEMBER( p2000t_state::videoram_r )
|
||||
static SAA5050_INTERFACE( p2000t_saa5050_intf )
|
||||
{
|
||||
DEVCB_DRIVER_MEMBER(p2000t_state, videoram_r),
|
||||
40, 24 - 1, 80 /* x, y, size */
|
||||
40, 24, 80 /* x, y, size */
|
||||
};
|
||||
|
||||
/* Machine definition */
|
||||
|
Loading…
Reference in New Issue
Block a user