14a670bf93
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.
12 lines
284 B
Text
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
|