comparison src/video/ataricommon/SDL_ikbdinterrupt.S @ 287:e4bd0cf95506

From: Patrice Mandin <pmandin@caramail.com> Subject: [SDL] [PATCH] Little cleanups for Atari port
author Sam Lantinga <slouken@libsdl.org>
date Wed, 27 Feb 2002 16:15:34 +0000
parents c5010ab8ba35
children f6ffac90895c
comparison
equal deleted inserted replaced
286:3ea69fd0b095 287:e4bd0cf95506
117 movel sp@+,a0 117 movel sp@+,a0
118 rts 118 rts
119 119
120 .data 120 .data
121 .even 121 .even
122 .comm ikbd_ierb,4*1
123 .even
124 .comm ikbd_imrb,4*1
125
126 /*--- Our custom IKBD vector ---*/
127
128 .text
129 .even
130 .ascii "XBRA"
131 .ascii "LSDL"
122 .comm old_ikbd,4*1 132 .comm old_ikbd,4*1
123 .even
124 .comm ikbd_ierb,4*1
125 .even
126 .comm ikbd_imrb,4*1
127
128 /*--- Our custom IKBD vector ---*/
129
130 .text
131 .even
132 .ascii "XBRA"
133 .ascii "_SDL"
134 ikbd: 133 ikbd:
135 moveml d0-d1/a0,sp@- 134 moveml d0-d1/a0,sp@-
136 moveb 0xfffffc02:w,d0 135 moveb 0xfffffc02:w,d0
137 136
138 | paquet joystick ? 137 | paquet joystick ?