diff --git a/src/BizHawk.Emulation.Cores/CPUs/W65816/Disassembler.cs b/src/BizHawk.Emulation.Cores/CPUs/W65816/Disassembler.cs index fa3aad1ed4..4c660873ee 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/W65816/Disassembler.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/W65816/Disassembler.cs @@ -1,15 +1,4 @@ -//taken from: - -//https://raw.githubusercontent.com/pelrun/Dispel/master/65816.c -//65816.c -//65816/6502 module for DisPel -//James Churchill -//Created 230900 -//Last Modified 240900 - -//license: assumed public domain - -using System; +using System; using System.Collections.Generic; using System.Text; @@ -37,6 +26,11 @@ namespace BizHawk.Emulation.Cores.Components.W65816 } } + /// + /// Ported from C-lang project https://github.com/pelrun/Dispel at cb38eeee0 (specifically, the file 65816.c).
+ /// The DisPel software is unlicensed, and is thus assumed to be copyrighted without any transfer of rights. + /// This reproduction is made with the assumption that it cannot be infringing because every part of its structure is necessary for its function (in the US, scènes à faire). + ///
internal class W65816 { //unsigned char *mem, unsigned long pos, unsigned char *flag, char *inst, unsigned char tsrc