; 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 xdef _load_r,_save_r,_p_str_p *-------------------------------------------------------* section text *-------------------------------------------------------* none = -1 *-------------------------------------------------------* rsreset *-------------------------------------------------------* plane_bits rs.b 2 ; 0 true_bit rs.b 1 ; 2 hires_bit rs.b 1 ; 3 vga_bit rs.b 1 ; 4 pal_bit rs.b 1 ; 5 os_bit rs.b 1 ; 6 compat_bit rs.b 1 ; 7 lace_bit rs.b 1 ; 8 *-------------------------------------------------------* rsreset *-------------------------------------------------------* bpl1 rs.b 1 bpl2 rs.b 1 bpl4 rs.b 1 bpl8 rs.b 1 *-------------------------------------------------------* true = 1<