(MESS) p2000t : fixed regression that happened in the 146-147 cycle. Last line of the display was not visible.

This commit is contained in:
Robbbert 2013-11-27 07:54:57 +00:00
parent 7dd8bc3fe7
commit 4538949abf

View File

@ -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 */