mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +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