pkgsrc/cross/dasm/patches/patch-ab
minskim 14a670bf93 Import dasm from pkgsrc-wip. Packaged by mor (mor at linex dot com)
in PR pkg/19899 and modified by me.

DASM is a highly evolved cross-assembler for 6502, 6803 and 68HC11
processors.  It is very popular for hacking/cross-developing on old
6502-based video game systems from Atari, Nintendo, etc.  DASM
processes output from the Distella Atari ROM disassembler without
modification.
2004-11-20 16:24:43 +00:00

14 lines
370 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2004/11/20 16:24:43 minskim Exp $
--- main.c.orig 1998-03-02 06:28:34.000000000 -0600
+++ main.c
@@ -199,9 +199,7 @@ nextpass:
#if OlafDol
Localdollarindex = Lastlocaldollarindex = 0;
#endif
- _fmode = 0x8000;
FI_temp = fopen(F_outfile, "w");
- _fmode = 0;
Fisclear = 1;
CheckSum = 0;
if (FI_temp == NULL) {