We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52e332 commit 60f0cc3Copy full SHA for 60f0cc3
bin/se-0.rom
0 Bytes
bin/se-1.rom
sebasic.asm
@@ -4501,9 +4501,9 @@ units:
4501
4502
syntax:
4503
defb p_deffn - $ ; There is an offset value for each of the
4504
- defb p_udg - $ ; 56 BASIC commands.
+ defb p_ldir - $ ; 56 BASIC commands.
4505
defb p_mode - $ ;
4506
- defb p_ldir - $ ;
+ defb p_udg - $ ;
4507
defb p_delete - $ ;
4508
defb p_open - $ ;
4509
defb p_close - $ ;
0 commit comments