浏览代码

+ added mos6502.inc include file

Nikolay Nikolov 1 年之前
父节点
当前提交
5de5957b0e
共有 1 个文件被更改,包括 15 次插入0 次删除
  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.
+
+ **********************************************************************}