slouken@281: /* slouken@281: SDL - Simple DirectMedia Layer slouken@297: Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga slouken@281: slouken@281: This library is free software; you can redistribute it and/or slouken@281: modify it under the terms of the GNU Library General Public slouken@281: License as published by the Free Software Foundation; either slouken@281: version 2 of the License, or (at your option) any later version. slouken@281: slouken@281: This library is distributed in the hope that it will be useful, slouken@281: but WITHOUT ANY WARRANTY; without even the implied warranty of slouken@281: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU slouken@281: Library General Public License for more details. slouken@281: slouken@281: You should have received a copy of the GNU Library General Public slouken@281: License along with this library; if not, write to the Free slouken@281: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA slouken@281: slouken@281: Sam Lantinga slouken@281: slouken@libsdl.org slouken@281: */ slouken@281: slouken@281: #ifdef SAVE_RCSID slouken@281: static char rcsid = slouken@281: "@(#) $Id$"; slouken@281: #endif slouken@281: slouken@281: /* slouken@281: * Read EdDI version slouken@281: * slouken@281: * Patrice Mandin slouken@281: */ slouken@281: slouken@281: .text slouken@281: slouken@281: .globl _Atari_get_EdDI_version slouken@281: slouken@281: /*--- Vector installer ---*/ slouken@281: slouken@281: _Atari_get_EdDI_version: slouken@281: movel sp@(4),a0 /* Value of EdDI cookie */ slouken@281: slouken@281: /* Call EdDI function #0 */ slouken@281: clrw d0 slouken@281: jsr (a0) slouken@281: slouken@281: rts