/* * _mouse_scratch — скретч-поля курсора, общие для mouse_load_cursor и * mouse_get_cursor (обмен с asm по известным именам, т.к. RST 30h * использует IX и портит регистры). Модуль только с данными. */ #include "_mouse.h" uint16_t _mc_image; uint8_t _mc_width; uint8_t _mc_height; uint8_t _mc_hot_x; uint8_t _mc_hot_y;