| videl.asm - Atari Falcon specific port code | | Copyright (c) 1997-1998 Petr Stehlik and Karel Rous | Copyright (c) 1998-2003 Atari800 development team (see DOC/CREDITS) | | This file is part of the Atari800 emulator project which emulates | the Atari 400, 800, 800XL, 130XE, and 5200 8-bit computers. | | Atari800 is free software; you can redistribute it and/or modify | it under the terms of the GNU General Public License as published by | the Free Software Foundation; either version 2 of the License, or | (at your option) any later version. | | Atari800 is distributed in the hope that it will be useful, | but WITHOUT ANY WARRANTY; without even the implied warranty of | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | GNU General Public License for more details. | | You should have received a copy of the GNU General Public License | along with Atari800; if not, write to the Free Software | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA .globl _load_r,_save_r,_p_str_p *-------------------------------------------------------* .text *-------------------------------------------------------* .set none,-1 *-------------------------------------------------------* *-------------------------------------------------------* .set plane_bits,0+0 | 0 .set true_bit,0+2 | 2 .set hires_bit,0+3 | 3 .set vga_bit,0+4 | 4 .set pal_bit,0+5 | 5 .set os_bit,0+6 | 6 .set compat_bit,0+7 | 7 .set lace_bit,0+8 | 8 *-------------------------------------------------------* *-------------------------------------------------------* .set bpl1,0+0 .set bpl2,0+1 .set bpl4,0+2 .set bpl8,0+3 *-------------------------------------------------------* .set true,1<