mirror of
https://github.com/sxpert/hp-saturn
synced 2025-01-19 10:26:58 +01:00
remove DEC_LC_LEN -> DEC_LC
This commit is contained in:
parent
aa95324ea9
commit
1799ac8eb6
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@
|
|||
`define DEC_D1_EQ_5N 12'h1F0 // 1F
|
||||
`define DEC_D1_EQ_LOOP 12'h1F1 // 1[EF]xxxxx (exec)
|
||||
`define DEC_P_EQ_N 12'h200 // 2n
|
||||
`define DEC_LC_LEN 12'h300 // 3n...
|
||||
`define DEC_LC 12'h301 // 3n[x]
|
||||
`define DEC_LC 12'h300 // 3n[x]
|
||||
`define DEC_GOTO 12'h600 // 6
|
||||
`define DEC_GOTO_LOOP 12'h601 // 6[x] -> exec
|
||||
`define DEC_GOSUB 12'h700 // 7
|
||||
|
|
Loading…
Reference in a new issue