From 401e18d9828c4b45a9682c660e819975cefc85e6 Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Thu, 24 Apr 2014 02:01:30 +0200 Subject: [PATCH] Put mouse cursor shape definition into .rodata. --- libsrc/atari/mcbpm-shape.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libsrc/atari/mcbpm-shape.s b/libsrc/atari/mcbpm-shape.s index 3a001b561..bb754f48a 100644 --- a/libsrc/atari/mcbpm-shape.s +++ b/libsrc/atari/mcbpm-shape.s @@ -13,8 +13,7 @@ .export mouse_pm_hotspot_x : zeropage .export mouse_pm_hotspot_y : zeropage - - .data + .rodata mouse_pm_bits: .byte %11110000 -- 2.39.5