pkgsrc-wip/distella/patches/patch-aa
Juan Romero Pardines c66aff6a27 Initial import of distella (there is no version ...)
Package provided by mor <mor@linex.com> via PR pkg/19899.

Distella disassembles Atari 2600 Binary ROM images
into 6502 source, complete with actuall 2600
headers and machine cycle counts.  Can also
extract data and graphics from ROMs with a
little intervention.  Output is intended
to be compatible with the DASM cross-assembler.
2003-09-17 18:40:26 +00:00

13 lines
355 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2003/09/17 18:40:27 xtraeme Exp $
--- distella.c.orig Tue Feb 25 08:20:22 1997
+++ distella.c Fri Jan 17 23:10:07 2003
@@ -71,7 +71,7 @@
unsigned int filesize(FILE *stream);
int file_load(char[]);
-void main(int argc,char *argv[])
+main(int argc,char *argv[])
{
int c,i,j;
char file[50],config[50], parms[132];