mirror of
https://github.com/cc65/cc65.git
synced 2026-04-20 17:20:49 +00:00
Put mouse cursor shape definition into .rodata.
This commit is contained in:
@@ -13,8 +13,7 @@
|
||||
.export mouse_pm_hotspot_x : zeropage
|
||||
.export mouse_pm_hotspot_y : zeropage
|
||||
|
||||
|
||||
.data
|
||||
.rodata
|
||||
|
||||
mouse_pm_bits:
|
||||
.byte %11110000
|
||||
|
||||
Reference in New Issue
Block a user