tcx: alter tcx24_reset_dirty() to accept address and length parameters
commit36180430acfe4b3be80893b0d0a47588a48017f1
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 5 Apr 2017 08:02:46 +0000 (5 09:02 +0100)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 21 Apr 2017 08:02:04 +0000 (21 09:02 +0100)
tree9de1dc5e7dcacfddafc98ffec926c49fe5803f33
parent427ee02bc9a3b8b5d5cb1066f6100a89eba6b201
tcx: alter tcx24_reset_dirty() to accept address and length parameters

This can now be used by both the 8-bit and 24-bit display code, so rename
to tcx_check_dirty().

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/tcx.c