From 4cde2f2f10038643a1ba737df4cf09a604a9a56e Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 16 Jul 2023 03:52:02 +0200 Subject: [PATCH] And a warning in the AT Compaq's video poll function. --- src/machine/m_at_compaq.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/machine/m_at_compaq.c b/src/machine/m_at_compaq.c index 0b96495be..3676a9d92 100644 --- a/src/machine/m_at_compaq.c +++ b/src/machine/m_at_compaq.c @@ -262,7 +262,6 @@ compaq_plasma_poll(void *p) uint8_t sc; uint16_t ma = (self->cga.crtc[13] | (self->cga.crtc[12] << 8)) & 0x7fff; uint16_t ca = (self->cga.crtc[15] | (self->cga.crtc[14] << 8)) & 0x7fff; - uint16_t dat; uint16_t addr; int drawcursor; int x, c;