Browse Source

+ added mos6502.inc include file

Nikolay Nikolov 1 year ago
parent
commit
5de5957b0e
1 changed files with 15 additions and 0 deletions
  1. 15 0
      rtl/mos6502/mos6502.inc

+ 15 - 0
rtl/mos6502/mos6502.inc

@@ -0,0 +1,15 @@
+{
+    This file is part of the Free Pascal run time library.
+    Copyright (c) 1999-2000 by the Free Pascal development team.
+
+    Processor dependent implementation for the system unit for
+    MOS Technology 6502
+
+    See the file COPYING.FPC, included in this distribution,
+    for details about the copyright.
+
+    This program 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.
+
+ **********************************************************************}