mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2026-04-20 03:16:37 +00:00
Removing TODO that has been satisfied.
This commit is contained in:
-1
@@ -49,7 +49,6 @@ public class DisassemblyFileFilter implements FileFilter {
|
||||
this.instructionSet = switch (fileEntry) {
|
||||
case CpmFileEntry ignored -> InstructionSetZ80.forZ80();
|
||||
case NakedosFileEntry ignored -> InstructionSet6502.for65C02();
|
||||
// TODO likely should detect codefile and do that if applicable
|
||||
case PascalFileEntry ignored -> InstructionSet6502.for6502();
|
||||
case ProdosFileEntry ignored -> InstructionSet6502.for65C02();
|
||||
default -> InstructionSet6502.for6502();
|
||||
|
||||
Reference in New Issue
Block a user