pkgsrc/cross/dasm/patches/patch-aa
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

12 lines
284 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2004/11/20 16:24:43 minskim Exp $
--- asm.h.orig 1998-02-26 19:54:52.000000000 -0600
+++ asm.h
@@ -40,7 +40,6 @@
typedef unsigned char ubyte;
typedef unsigned uword;
-typedef long ulong;
#define MNE struct _MNE
#define MACRO struct _MACRO