1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-09 22:29:35 +00:00
cc65/libsrc/atari/mcbdefault.s
Christian Groessler 526b440b24 - always use page 6 for P/M mouse cursor
- make cursor character of text mode callback configurable
- change default cursor character of text mode callback from 'plus' to 'diamond'
- set P/M callback as default
2014-04-11 23:51:49 +02:00

9 lines
154 B
ArmAsm

;
; This file defines the default mouse callback
;
.import _mouse_pm_callbacks
.export _mouse_def_callbacks
_mouse_def_callbacks := _mouse_pm_callbacks