mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2025-08-09 01:25:03 +00:00
tidying
This commit is contained in:
@@ -76,7 +76,6 @@ public class CPMBasicFile extends BasicProgram
|
||||
text.append (String.format (" %d ", lineNumber));
|
||||
ptr += 4;
|
||||
|
||||
// int end = nextAddress - loadAddress - 1;
|
||||
while (true)
|
||||
{
|
||||
int val = buffer[ptr++] & 0xFF;
|
||||
|
Reference in New Issue
Block a user