gbabiosh.inc 909 B

12345678910111213141516171819202122
  1. {
  2. This file is part of the Free Component Library (FCL)
  3. Copyright (c) 1999-2002 by the Free Pascal development team
  4. BIOS functions unit for Gameboy Advance
  5. Copyright (c) 2006 by Francesco Lombardi
  6. See the file COPYING.FPC, included in this distribution,
  7. for details about the copyright.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  11. *****************************************************************************}
  12. {*****************************************************************************
  13. GBA Bios Functions
  14. *****************************************************************************}
  15. { FPC funcs replaced by GBA BIOS ones }
  16. {$DEFINE FPC_SYSTEM_HAS_MOD_LONGINT}
  17. {$DEFINE FPC_SYSTEM_HAS_DIV_LONGINT}